[Libav-user] Is ffmpeg possibe to decode H.263 Mode B?

Arash Cordi arash.cordi at gmail.com
Fri Sep 7 09:06:33 CEST 2012


normally h263 fragments are as follow:

start of frame --> [Mode A][Mode B] .... [Mode B] <---- end of frame

you only need the first byte of h263 payload header which is the same for
all Mode A,B,C;

+-+-+-+-+-+-+-+-+
|F|P|SBIT |EBIT |
+-+-+-+-+-+-+-+-+


you need timestamp and marker bit (to identify start and end of frame) from
rtp payload.

you also need to align fragments according to SBIT, EBIT in h263 payload
header

-- 
ArasH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20120907/9bc1a876/attachment.html>


More information about the Libav-user mailing list