Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-06-30 14:15:54 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-06-30 15:49:43 +0400
commitc9c4835f5164b86510591d4ba604bfb448c7a356 (patch)
treee1e670ee31447ebb0df8b310f50dbe6c8e901aeb /tests/fate
parent20a8dca57fc579dbb0641ccd6dec2686d0ffdf1b (diff)
fate: add a test for the -force_key_frames option.
It broke twice in the last three months due to other changes.
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/options.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fate/options.mak b/tests/fate/options.mak
new file mode 100644
index 0000000000..940d454ddf
--- /dev/null
+++ b/tests/fate/options.mak
@@ -0,0 +1,9 @@
+FATE_OPTIONS += fate-options-force_key_frames
+fate-options-force_key_frames: tests/data/vsynth2.yuv
+fate-options-force_key_frames: CMD = enc_dec \
+ "rawvideo -s 352x288 -pix_fmt yuv420p" tests/data/vsynth2.yuv \
+ avi "-c mpeg4 -g 240 -qscale 10 -force_key_frames 0.5,0:00:01.5" \
+ framecrc "" "" "-skip_frame nokey"
+
+FATE_FFMPEG += $(FATE_OPTIONS)
+fate-options: $(FATE_OPTIONS)