[Ffmpeg-devel] help needed for ffmpeg-x264 'non existing PPS referenced' error

Måns Rullgård mru
Wed Sep 6 18:26:45 CEST 2006


Zhifan Zhu said:
> Hi all,
>
> I am trying to use libavcodec (compiled with x264 support) in our local
> lab.  To start with, I want to test the encoder and decoder first to get
> a taste of how it may work best for us.  I wrote a simple test code
> which generates a few image frames and feed them to the encoder and then
> pass the encoded data to the decoder.  The encoder appears working fine
> but the decoder fails on 'non existing PPS referenced' error.  Can
> anyone tell me what is wrong?  I am pasting my test code below.  Any
> help or hint is appreciated.

You requested global header when encoding, but didn't pass this header to the
encoder.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list