2012-05-29 13:08:58 +03:00
|
|
|
FATE_AMIX += fate-filter-amix-simple
|
|
|
|
fate-filter-amix-simple: CMD = avconv -filter_complex amix -i $(SRC) -ss 3 -i $(SRC1) -f f32le -
|
|
|
|
fate-filter-amix-simple: REF = $(SAMPLES)/filter/amix_simple.pcm
|
|
|
|
|
|
|
|
FATE_AMIX += fate-filter-amix-first
|
|
|
|
fate-filter-amix-first: CMD = avconv -filter_complex amix=duration=first -ss 4 -i $(SRC) -i $(SRC1) -f f32le -
|
|
|
|
fate-filter-amix-first: REF = $(SAMPLES)/filter/amix_first.pcm
|
|
|
|
|
|
|
|
FATE_AMIX += fate-filter-amix-transition
|
|
|
|
fate-filter-amix-transition: tests/data/asynth-44100-2-3.wav
|
|
|
|
fate-filter-amix-transition: SRC2 = $(TARGET_PATH)/tests/data/asynth-44100-2-3.wav
|
|
|
|
fate-filter-amix-transition: CMD = avconv -filter_complex amix=inputs=3:dropout_transition=0.5 -i $(SRC) -ss 2 -i $(SRC1) -ss 4 -i $(SRC2) -f f32le -
|
|
|
|
fate-filter-amix-transition: REF = $(SAMPLES)/filter/amix_transition.pcm
|
|
|
|
|
|
|
|
$(FATE_AMIX): tests/data/asynth-44100-2.wav tests/data/asynth-44100-2-2.wav
|
|
|
|
$(FATE_AMIX): SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
|
|
|
|
$(FATE_AMIX): SRC1 = $(TARGET_PATH)/tests/data/asynth-44100-2-2.wav
|
|
|
|
$(FATE_AMIX): CMP = oneoff
|
2012-07-29 20:11:27 +03:00
|
|
|
$(FATE_AMIX): CMP_UNIT = f32
|
2012-05-29 13:08:58 +03:00
|
|
|
|
2012-08-02 01:35:42 +03:00
|
|
|
FATE_FILTER-$(CONFIG_AMIX_FILTER) += $(FATE_AMIX)
|
2012-05-29 13:08:58 +03:00
|
|
|
|
2012-08-02 01:35:42 +03:00
|
|
|
FATE_FILTER-$(CONFIG_ASYNCTS_FILTER) += fate-filter-asyncts
|
2012-07-05 11:28:28 +03:00
|
|
|
fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv
|
2012-06-28 16:49:51 +03:00
|
|
|
fate-filter-asyncts: CMD = pcm -analyzeduration 10000000 -i $(SRC) -af asyncts
|
2012-07-22 12:29:06 +03:00
|
|
|
fate-filter-asyncts: CMP = oneoff
|
|
|
|
fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont.pcm
|
2012-07-05 11:28:28 +03:00
|
|
|
|
2012-07-09 13:09:58 +03:00
|
|
|
fate-filter-delogo: CMD = framecrc -i $(SAMPLES)/real/rv30.rm -vf delogo=show=0:x=290:y=25:w=26:h=16 -an
|
|
|
|
|
2012-08-02 01:35:42 +03:00
|
|
|
FATE_FILTER-$(CONFIG_DELOGO_FILTER) += fate-filter-delogo
|
2012-07-09 13:09:58 +03:00
|
|
|
|
2012-07-25 09:25:38 +03:00
|
|
|
FATE_YADIF += fate-filter-yadif-mode0
|
2012-07-28 20:15:56 +03:00
|
|
|
fate-filter-yadif-mode0: CMD = framecrc -flags bitexact -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -vf yadif=0
|
2012-07-25 09:25:38 +03:00
|
|
|
|
|
|
|
FATE_YADIF += fate-filter-yadif-mode1
|
2012-07-28 20:15:56 +03:00
|
|
|
fate-filter-yadif-mode1: CMD = framecrc -flags bitexact -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -vf yadif=1
|
2012-07-25 09:25:38 +03:00
|
|
|
|
2012-08-02 01:35:42 +03:00
|
|
|
FATE_FILTER-$(CONFIG_YADIF_FILTER) += $(FATE_YADIF)
|
2012-07-25 09:25:38 +03:00
|
|
|
|
2012-08-02 01:35:42 +03:00
|
|
|
FATE_SAMPLES_AVCONV += $(FATE_FILTER-yes)
|
|
|
|
fate-filter: $(FATE_FILTER-yes)
|