[FFmpeg-devel] [PATCH] H.264 timestamps in h264_parser - complete set

Ivan Schreter schreter
Fri Feb 20 12:00:35 CET 2009


Michael Niedermayer wrote:
> the parser also can set timetamps, they as well are in a container based
> timebase
>   
Ok, then here the next patch to handle frame duration properly. Namely, 
for interlaced videos, it uses frame duration of 3600 (for 50i) instead 
of 1800, since it computes it from framerate. Since the parser can 
compute timestamps, it can also compute duration...

Actual duration computation will follow in H.264 parser patch to compute 
timestamps (it's actually already there in old version of the patch, but 
not propagated to lavf).

I'll clean up the patches for the parser and post them later today 
(dependent on this patch, though).

Regards,

Ivan


-------------- next part --------------
A non-text attachment was scrubbed...
Name: avcodec_framedur.patch
Type: text/x-patch
Size: 2277 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090220/cdbbe7a4/attachment.bin>



More information about the ffmpeg-devel mailing list