On Tue, Oct 21, 2014 at 11:40:06PM -0700, Neil Birkbeck wrote:
> Uses a similar approach as vf_yadif to flush the last frame in idet.
> 
> Quick test with 50 frames from vsynth1:
> ./ffmpeg.old -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf idet -f mp4 
> -y /dev/null 2>&1  | grep Multi
>  (gives) [Parsed_idet_0 @ 0x261ebb0] Multi frame detection: TFF:0 BFF:0 
> Progressive:48 Undetermined:1
> 
> ./ffmpeg -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf idet -f mp4 -y 
> /dev/null 2>&1  | grep Multi
>  (gives) [Parsed_idet_0 @ 0x35a0bb0] Multi frame detection: TFF:0 BFF:0 
> Progressive:49 Undetermined:1
> 
> Fate tests have been updated.
> 
> (In testing, it seems this filter will also need a subsequent patch for 
> single frame input)
> 
> Signed-off-by: Neil Birkbeck <neil.birkb...@gmail.com>
> ---
>  libavfilter/vf_idet.c      | 31 +++++++++++++++++++++++++++++++
>  libavfilter/vf_idet.h      |  1 +
>  tests/ref/fate/filter-idet |  2 +-
>  3 files changed, 33 insertions(+), 1 deletion(-)

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 3
"Rare item" - "Common item with rare defect or maybe just a lie"
"Professional" - "'Toy' made in china, not functional except as doorstop"
"Experts will know" - "The seller hopes you are not an expert"

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to