From f11ccfc1086655a988e6f6cb475adcac6d7427b3 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 1 Mar 2013 17:04:40 +0100 Subject: [PATCH] Add simple script to generate rate control tests. --- audio/test/test-rate-control.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 audio/test/test-rate-control.sh diff --git a/audio/test/test-rate-control.sh b/audio/test/test-rate-control.sh new file mode 100755 index 0000000000..add3f38b59 --- /dev/null +++ b/audio/test/test-rate-control.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ffmpeg -i "$1" -f s16le - | ./test-sinc-highest 44100 48000 $3 | ffmpeg -y -ar 48000 -f s16le -ac 2 -i - "$2"