[FFmpeg-devel] [PATCH 2/2] lavfi: add tile video filter. (WIP)

Mark Himsley mark at mdsh.com
Wed Feb 29 22:20:58 CET 2012


On 23/02/2012 13:44, Nicolas George wrote:
>
> - When using ffmpeg -i file -vf tile ... the last incomplete frame is not
>    flushed. Apparently, ffmpeg does not try to poll the filtergraph after it
>    has fed it the last decoded frame.

If you do discover a way to flush the last frames still in the 
filtergrph after it has been fed the last decoded frame then I'd really 
like to know. Several filters - including yadif, and two I'm working on 
- would benifit. I note that Baptiste's FFmbc includes a 'flush' 
parameter passed to poll_frame(), which works will there...

-- 
Mark


More information about the ffmpeg-devel mailing list