diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-12 13:52:19 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-12 13:52:19 +0000 |
commit | dae658d764377f26ed6844ab4fbc6fb32dddb732 (patch) | |
tree | d39a08019ad874f99556e58069a0e57cd8b9a457 /tests/codec-regression.sh | |
parent | 6d01a97c864a1d7e087b7669caf1df0a6e2caf99 (diff) | |
download | ffmpeg-dae658d764377f26ed6844ab4fbc6fb32dddb732.tar.gz |
Reduce the number of encoded frames for the dnxhd tests to 5.
Significantly reduce codectest execution time.
Originally committed as revision 20804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-x | tests/codec-regression.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index ca88bbb89f..6939f569a6 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -217,17 +217,17 @@ fi if [ -n "$do_dnxhd_1080i" ] ; 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" +do_video_encoding dnxhd-1080i.mov "" "-vcodec dnxhd -flags +ildct -s hd1080 -b 120Mb -pix_fmt yuv422p -vframes 5 -an" do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p" fi if [ -n "$do_dnxhd_720p" ] ; then -do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90Mb -pix_fmt yuv422p -an" +do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90Mb -pix_fmt yuv422p -vframes 5 -an" do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p" fi if [ -n "$do_dnxhd_720p_rd" ] ; then -do_video_encoding dnxhd-720p-rd.dnxhd "" "-threads 4 -mbd rd -s hd720 -b 90Mb -pix_fmt yuv422p -an" +do_video_encoding dnxhd-720p-rd.dnxhd "" "-threads 4 -mbd rd -s hd720 -b 90Mb -pix_fmt yuv422p -vframes 5 -an" do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p" fi |