mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
regtest: print commands also for image format tests
Originally committed as revision 19195 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
50f3fabc48
commit
a4ddf509fe
@ -152,6 +152,7 @@ do_streamed_images()
|
||||
do_image_formats()
|
||||
{
|
||||
file=${outfile}lavf%02d.$1
|
||||
echo $ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file
|
||||
$ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file
|
||||
do_md5sum ${outfile}lavf02.$1 >> $logfile
|
||||
do_ffmpeg_crc $file $3 -i $target_path/$file
|
||||
|
Loading…
Reference in New Issue
Block a user