mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
16e25ef34b
* qatar/master: avconv: extend -r to work on any input stream. doc/avconv: expand documentation for the -s option. avconv: don't print filters inserted by avconv in stream mappings. avconv: merge configuration code for complex and simple filters avconv: split configuring input filters out of configure_complex_filter Conflicts: configure doc/ffmpeg.texi ffmpeg.c tests/ref/fate/idroq-video-encode Merged-by: Michael Niedermayer <michaelni@gmx.at>
15 lines
819 B
Makefile
15 lines
819 B
Makefile
FATE_MAPCHAN += fate-mapchan-6ch-extract-2
|
|
fate-mapchan-6ch-extract-2: tests/data/asynth-22050-6.wav
|
|
fate-mapchan-6ch-extract-2: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.0 -f wav md5: -map_channel 0.0.1 -f wav md5:
|
|
|
|
#FATE_MAPCHAN += fate-mapchan-6ch-extract-2-downmix-mono
|
|
#fate-mapchan-6ch-extract-2-downmix-mono: tests/data/asynth-22050-6.wav
|
|
#fate-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 -f wav
|
|
|
|
FATE_MAPCHAN += fate-mapchan-silent-mono
|
|
fate-mapchan-silent-mono: tests/data/asynth-22050-1.wav
|
|
fate-mapchan-silent-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-1.wav -map_channel -1 -map_channel 0.0.0 -f wav
|
|
|
|
FATE_FFMPEG += $(FATE_MAPCHAN)
|
|
fate-mapchan: $(FATE_MAPCHAN)
|