diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-21 00:55:24 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-21 18:44:46 +0100 |
commit | 4555874af19acd0cbd6e856e032468ff52ceaa63 (patch) | |
tree | 4929e83f7a6a1e0a8a374ac61a49b2ca4334620b /tests/codec-regression.sh | |
parent | 5ab21439fdfb8e239eb778128590d95967067b46 (diff) | |
download | ffmpeg-4555874af19acd0cbd6e856e032468ff52ceaa63.tar.gz |
dnxhd: add regression test for 10-bit
Signed-off-by: Mans Rullgard <mans@mansr.com>
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 ccedbdbfef..a420c573c9 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -230,6 +230,11 @@ do_video_encoding dnxhd-720p-rd.dnxhd "-threads 4 -mbd rd -s hd720 -b 90M -pix_f do_video_decoding "" "-s cif -pix_fmt yuv420p" fi +if [ -n "$do_dnxhd_720p_10bit" ] ; then +do_video_encoding dnxhd-720p-10bit.dnxhd "-s hd720 -b 90M -pix_fmt yuv422p10 -vframes 5 -an" +do_video_decoding "" "-s cif -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" |