diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-09-17 18:06:03 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-09-17 18:06:03 +0000 |
commit | a5083f66c7d084406e0311a9958867cf8aefe766 (patch) | |
tree | 1bf74229a64589a5b54b2f91a3b46735be91bc23 /tests/codec-regression.sh | |
parent | f68c8a50391802c0fca81e09de48df557f528c25 (diff) | |
download | ffmpeg-a5083f66c7d084406e0311a9958867cf8aefe766.tar.gz |
Add dnxhd test to regression tests.
Originally committed as revision 19895 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-x | tests/codec-regression.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index d795459fb2..32f5e5a61e 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -370,6 +370,11 @@ do_video_encoding dv50.dv "-dct int" "-s pal -pix_fmt yuv422p -an -sws_flags nei do_video_decoding "" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact" fi +if [ -n "$do_dnxhd" ] ; then +do_video_encoding dnxhd.dnxhd "" "-s hd1080 -b 120Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact" +do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact" +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" |