[Ffmpeg-devel] Bad image with H.263

Cool_Zer0 c00jz3r0
Fri Dec 15 11:29:04 CET 2006


Michael Niedermayer wrote:
> Hi
>
> On Thu, Dec 14, 2006 at 04:10:01PM +0000, Cool_Zer0 wrote:
>   
>> Hi there!
>>
>> I'm having some problems decoding H.263.
>> Here's the situation:
>>
>> I'm receiving the H.263 frame on a RTP packets. I can extract the H.263
>> packet from the RTP Packet.
>> After that I send the full H.263 packet to ffmpeg with something like:
>>
>> {
>> ...
>> video_decode((unsigned char*)payload, payloadlen);
>>     
>
> use a AVParser and RTF(mailinglist)
> and can someone add that to the docs RTP+H.263 without a AVParser is a
> fairly common problem 
>
> [...]
>   

Thanks for you reply. Some people on the mailing list had alert me to
use the AVParser. But since I can't find any documentation about how to
use the AVParser I've tried to decode frames without the Parser...
Can you point me to some link where AVParser is used?



Thanks








More information about the ffmpeg-devel mailing list