mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix fate-opus and fate-aac-ln-encode with --target-path.
This commit is contained in:
parent
4e3fe65610
commit
ad7de82218
@ -93,7 +93,7 @@ fate-aac-aref-encode: SIZE_TOLERANCE = 2464
|
|||||||
FATE_AAC_ENCODE += fate-aac-ln-encode
|
FATE_AAC_ENCODE += fate-aac-ln-encode
|
||||||
fate-aac-ln-encode: CMD = enc_dec_pcm adts wav s16le $(REF) -strict -2 -c:a aac -b:a 512k
|
fate-aac-ln-encode: CMD = enc_dec_pcm adts wav s16le $(REF) -strict -2 -c:a aac -b:a 512k
|
||||||
fate-aac-ln-encode: CMP = stddev
|
fate-aac-ln-encode: CMP = stddev
|
||||||
fate-aac-ln-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
|
fate-aac-ln-encode: REF = $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
|
||||||
fate-aac-ln-encode: CMP_SHIFT = -4096
|
fate-aac-ln-encode: CMP_SHIFT = -4096
|
||||||
fate-aac-ln-encode: CMP_TARGET = 65
|
fate-aac-ln-encode: CMP_TARGET = 65
|
||||||
fate-aac-ln-encode: SIZE_TOLERANCE = 3560
|
fate-aac-ln-encode: SIZE_TOLERANCE = 3560
|
||||||
|
@ -15,7 +15,7 @@ define FATE_OPUS_TEST
|
|||||||
FATE_OPUS += fate-opus-$(1)
|
FATE_OPUS += fate-opus-$(1)
|
||||||
FATE_OPUS$(2) += fate-opus-$(1)
|
FATE_OPUS$(2) += fate-opus-$(1)
|
||||||
fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -
|
fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -
|
||||||
fate-opus-$(1): REF = $(TARGET_SAMPLES)/opus/$(1).dec
|
fate-opus-$(1): REF = $(SAMPLES)/opus/$(1).dec
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach N,$(OPUS_CELT_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_CELT)))
|
$(foreach N,$(OPUS_CELT_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_CELT)))
|
||||||
|
Loading…
Reference in New Issue
Block a user