[FFmpeg-cvslog] fate: add scale filter to the scene detect dependencies.
Clément Bœsch
git at videolan.org
Mon Oct 22 23:14:20 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Mon Oct 22 07:58:46 2012 +0200| [ae69c683e58c33f3489b39905ea15e8fdcd42a19] | committer: Clément Bœsch
fate: add scale filter to the scene detect dependencies.
The select filter requires some conversion to rgb24 for the scene
detection.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae69c683e58c33f3489b39905ea15e8fdcd42a19
---
tests/fate/filter.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak
index 314b732..a017624 100644
--- a/tests/fate/filter.mak
+++ b/tests/fate/filter.mak
@@ -51,7 +51,7 @@ FATE_SAMPLES_AVCONV += $(FATE_FILTER-yes)
#
FILTER_METADATA_COMMAND = ffprobe$(EXESUF) -show_frames -of compact=nk=1:p=0 -bitexact -f lavfi
-FATE_METADATA_FILTER-$(call ALLYES, FFPROBE LAVFI_INDEV MOVIE_FILTER SELECT_FILTER AVCODEC MOV_DEMUXER SVQ3_DECODER ZLIB) += fate-filter-metadata-scenedetect
+FATE_METADATA_FILTER-$(call ALLYES, FFPROBE LAVFI_INDEV MOVIE_FILTER SELECT_FILTER SCALE_FILTER AVCODEC MOV_DEMUXER SVQ3_DECODER ZLIB) += fate-filter-metadata-scenedetect
fate-filter-metadata-scenedetect: SRC = $(SAMPLES)/svq3/Vertical400kbit.sorenson3.mov
fate-filter-metadata-scenedetect: CMD = run $(FILTER_METADATA_COMMAND) "sws_flags=+accurate_rnd+bitexact;movie=$(SRC),select=gt(scene\,.4)"
More information about the ffmpeg-cvslog
mailing list