summaryrefslogtreecommitdiffstats
path: root/tests/fate/filter.mak
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-10-22 07:58:46 +0200
committerClément Bœsch <ubitux@gmail.com>2012-10-22 23:13:53 +0200
commitae69c683e58c33f3489b39905ea15e8fdcd42a19 (patch)
tree936b7e02fae5a355f7d88761d3d6dc9a26de7f27 /tests/fate/filter.mak
parent7be9c0c10fc5f36b9a7dfaf2843ad588f3507e5a (diff)
downloadffmpeg-streaming-ae69c683e58c33f3489b39905ea15e8fdcd42a19.zip
ffmpeg-streaming-ae69c683e58c33f3489b39905ea15e8fdcd42a19.tar.gz
fate: add scale filter to the scene detect dependencies.
The select filter requires some conversion to rgb24 for the scene detection.
Diffstat (limited to 'tests/fate/filter.mak')
-rw-r--r--tests/fate/filter.mak2
1 files changed, 1 insertions, 1 deletions
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)"
OpenPOWER on IntegriCloud