[FFmpeg-cvslog] r19921 - trunk/tests/codec-regression.sh

reimar subversion
Sat Sep 19 12:20:47 CEST 2009


Author: reimar
Date: Sat Sep 19 12:20:47 2009
New Revision: 19921

Log:
Change DNxHD regression tests to test both 720p and 1080i instead of just 1080i
for better test coverage.

Modified:
   trunk/tests/codec-regression.sh

Modified: trunk/tests/codec-regression.sh
==============================================================================
--- trunk/tests/codec-regression.sh	Sat Sep 19 11:09:07 2009	(r19920)
+++ trunk/tests/codec-regression.sh	Sat Sep 19 12:20:47 2009	(r19921)
@@ -371,7 +371,11 @@ do_video_decoding "" "-s cif -pix_fmt yu
 fi
 
 if [ -n "$do_dnxhd" ] ; then
-do_video_encoding dnxhd.dnxhd "" "-s hd1080 -b 120Mb -pix_fmt yuv422p -an -sws_flags neighbor+bitexact"
+# 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-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"
 fi
 



More information about the ffmpeg-cvslog mailing list