diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-10-22 07:58:46 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-10-22 23:13:53 +0200 |
commit | ae69c683e58c33f3489b39905ea15e8fdcd42a19 (patch) | |
tree | 936b7e02fae5a355f7d88761d3d6dc9a26de7f27 | |
parent | 7be9c0c10fc5f36b9a7dfaf2843ad588f3507e5a (diff) | |
download | ffmpeg-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.
-rw-r--r-- | tests/fate/filter.mak | 2 |
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)" |