From 2c87c7a952569c63a9f981fc0e3f8c5867ad2279 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Tue, 21 Feb 2012 12:22:42 -0500 Subject: Add prores regression test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger Signed-off-by: Justin Ruggles --- tests/codec-regression.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/codec-regression.sh') diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 21b53b7a63..d59ce07b35 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -253,6 +253,11 @@ do_video_encoding dnxhd-720p-10bit.dnxhd "-s hd720 -b 90M -pix_fmt yuv422p10 -vf do_video_decoding "" "-s cif -pix_fmt yuv420p" fi +if [ -n "$do_prores" ] ; then +do_video_encoding prores.mov "-vcodec prores -profile hq" +do_video_decoding "" "-pix_fmt yuv420p" +fi + if [ -n "$do_svq1" ] ; then do_video_encoding svq1.mov "-an -vcodec svq1 -qscale 3 -pix_fmt yuv410p" do_video_decoding "" "-pix_fmt yuv420p" -- cgit v1.2.3