[FFmpeg-cvslog] fate: Add test for vorbis encoder
Petru Rares Sincraian
git at videolan.org
Thu May 5 21:10:00 CEST 2016
ffmpeg | branch: master | Petru Rares Sincraian <psincraian at outlook.com> | Thu May 5 18:56:38 2016 +0200| [7a679e4ac099d05850d923dee235496f12ffdfa1] | committer: Michael Niedermayer
fate: Add test for vorbis encoder
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a679e4ac099d05850d923dee235496f12ffdfa1
---
tests/fate/vorbis.mak | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/tests/fate/vorbis.mak b/tests/fate/vorbis.mak
index 1344180..354cc57 100644
--- a/tests/fate/vorbis.mak
+++ b/tests/fate/vorbis.mak
@@ -1,3 +1,11 @@
+FATE_VORBIS += fate-vorbis-encode
+fate-vorbis-encode: CMD = enc_dec_pcm ogg wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav -c:a vorbis -strict experimental
+fate-vorbis-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
+fate-vorbis-encode: CMP_SHIFT = 0
+fate-vorbis-encode: CMP_TARGET = 296
+fate-vorbis-encode: SIZE_TOLERANCE = 3560
+fate-vorbis-encode: FUZZ = 30
+
FATE_VORBIS += fate-vorbis-1
fate-vorbis-1: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/1.0.1-test_small.ogg
fate-vorbis-1: REF = $(SAMPLES)/vorbis/1.0.1-test_small.pcm
@@ -88,3 +96,4 @@ FATE_SAMPLES_FFPROBE += $(FATE_VORBIS_FFPROBE-yes)
FATE_SAMPLES_AVCONV-$(call DEMDEC, OGG, VORBIS) += $(FATE_VORBIS)
fate-vorbis: $(FATE_VORBIS) $(FATE_VORBIS_FFPROBE-yes)
$(FATE_VORBIS): CMP = oneoff
+fate-vorbis-encode: CMP = stddev
More information about the ffmpeg-cvslog
mailing list