diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-09-19 10:53:23 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-09-19 10:53:23 +0000 |
commit | 3fdd82768d57dd8e644082fc1b3fec39360492d4 (patch) | |
tree | 3e929feeca27b88907f4a100a54bbe9037eb3417 /tests/codec-regression.sh | |
parent | d7c2e8e3fd30b9e6f40a583231cf49891adc854c (diff) | |
download | ffmpeg-3fdd82768d57dd8e644082fc1b3fec39360492d4.tar.gz |
Use default sws_flags for dnxhd regression tests and also test the "-mbd rd"
variant of the encoder.
Originally committed as revision 19923 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-x | tests/codec-regression.sh | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 64e3f36274..e8ddc300a2 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -372,11 +372,14 @@ fi if [ -n "$do_dnxhd" ] ; then # FIXME: interlaced raw DNxHD decoding is broken -do_video_encoding dnxhd-1080i.mov "" "-vcodec dnxhd -flags +ildct -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" +do_video_encoding dnxhd-1080i.mov "" "-vcodec dnxhd -flags +ildct -s hd1080 -b 120Mb -pix_fmt yuv422p -an" +do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p" -do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact" -do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact" +do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90Mb -pix_fmt yuv422p -an" +do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p" + +do_video_encoding dnxhd-720p-rd.dnxhd "" "-mbd rd -s hd720 -b 90Mb -pix_fmt yuv422p -an" +do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p" fi if [ -n "$do_svq1" ] ; then |