]> git.sesse.net Git - ffmpeg/blob - tests/fate/options.mak
Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'
[ffmpeg] / tests / fate / options.mak
1 FATE_OPTIONS += fate-options-force_key_frames
2 fate-options-force_key_frames: tests/data/vsynth2.yuv
3 fate-options-force_key_frames: CMD = enc_dec \
4   "rawvideo -s 352x288 -pix_fmt yuv420p" tests/data/vsynth2.yuv \
5   avi "-c mpeg4 -g 240 -qscale 10 -force_key_frames 0.5,0:00:01.5" \
6   framecrc "" "" "-skip_frame nokey"
7
8 FATE_FFMPEG += $(FATE_OPTIONS)
9 fate-options: $(FATE_OPTIONS)