Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / ffmpeg / tests / fate / ffmpeg.mak
CommitLineData
2ba45a60
DM
1FATE_MAPCHAN-$(CONFIG_CHANNELMAP_FILTER) += fate-mapchan-6ch-extract-2
2fate-mapchan-6ch-extract-2: tests/data/asynth-22050-6.wav
3fate-mapchan-6ch-extract-2: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.0 -flags +bitexact -f wav md5: -map_channel 0.0.1 -flags +bitexact -f wav md5:
4
5FATE_MAPCHAN-$(CONFIG_CHANNELMAP_FILTER) += fate-mapchan-6ch-extract-2-downmix-mono
6fate-mapchan-6ch-extract-2-downmix-mono: tests/data/asynth-22050-6.wav
7fate-mapchan-6ch-extract-2-downmix-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.1 -map_channel 0.0.0 -ac 1 -flags +bitexact -f wav
8
9FATE_MAPCHAN-$(CONFIG_CHANNELMAP_FILTER) += fate-mapchan-silent-mono
10fate-mapchan-silent-mono: tests/data/asynth-22050-1.wav
11fate-mapchan-silent-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-1.wav -map_channel -1 -map_channel 0.0.0 -flags +bitexact -f wav
12
13FATE_MAPCHAN = $(FATE_MAPCHAN-yes)
14
15FATE_FFMPEG += $(FATE_MAPCHAN)
16fate-mapchan: $(FATE_MAPCHAN)
17
18FATE_FFMPEG-$(CONFIG_COLOR_FILTER) += fate-ffmpeg-filter_complex
19fate-ffmpeg-filter_complex: CMD = framecrc -filter_complex color=d=1:r=5
20
21FATE_FFMPEG-$(CONFIG_COLOR_FILTER) += fate-ffmpeg-lavfi
22fate-ffmpeg-lavfi: CMD = framecrc -lavfi color=d=1:r=5
23
24FATE_SAMPLES_FFMPEG-$(CONFIG_RAWVIDEO_DEMUXER) += fate-force_key_frames
25fate-force_key_frames: tests/data/vsynth2.yuv
26fate-force_key_frames: CMD = enc_dec \
27 "rawvideo -s 352x288 -pix_fmt yuv420p" tests/data/vsynth2.yuv \
28 avi "-c mpeg4 -g 240 -qscale 10 -force_key_frames 0.5,0:00:01.5" \
29 framecrc "" "" "-skip_frame nokey"
30
31FATE_SAMPLES_FFMPEG-$(call ALLYES, VOBSUB_DEMUXER DVDSUB_DECODER AVFILTER OVERLAY_FILTER DVDSUB_ENCODER) += fate-sub2video
32fate-sub2video: tests/data/vsynth2.yuv
33fate-sub2video: CMD = framecrc \
34 -f rawvideo -r 5 -s 352x288 -pix_fmt yuv420p -i $(TARGET_PATH)/tests/data/vsynth2.yuv \
35 -ss 132 -i $(TARGET_SAMPLES)/sub/vobsub.idx \
36 -filter_complex "sws_flags=+accurate_rnd+bitexact\;[0:0]scale=720:480[v]\;[v][1:0]overlay[v2]" \
37 -map "[v2]" -c:v rawvideo -map 1:s -c:s dvdsub
38
39FATE_FFMPEG-$(call ALLYES, PCM_S16LE_DEMUXER PCM_S16LE_MUXER PCM_S16LE_DECODER PCM_S16LE_ENCODER) += fate-unknown_layout-pcm
40fate-unknown_layout-pcm: $(AREF)
41fate-unknown_layout-pcm: CMD = md5 \
42 -guess_layout_max 0 -f s16le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) -f s16le
43
44FATE_FFMPEG-$(call ALLYES, PCM_S16LE_DEMUXER AC3_MUXER PCM_S16LE_DECODER AC3_FIXED_ENCODER) += fate-unknown_layout-ac3
45fate-unknown_layout-ac3: $(AREF)
46fate-unknown_layout-ac3: CMD = md5 \
47 -guess_layout_max 0 -f s16le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) \
48 -f ac3 -flags +bitexact -c ac3_fixed