forked from FFmpeg/FFmpeg
split snow53 test out
Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
45e63d13d5
commit
e03c822afd
2 changed files with 7 additions and 1 deletions
|
@ -21,7 +21,7 @@ test-server: vsynth1/0.pgm asynth1.sw
|
||||||
@$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) $(SRC_PATH)/tests/test.conf
|
@$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) $(SRC_PATH)/tests/test.conf
|
||||||
|
|
||||||
# fast regression tests for all codecs
|
# fast regression tests for all codecs
|
||||||
codectest mpeg4 mpeg ac3 snow: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
|
codectest mpeg4 mpeg ac3 snow snowll: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
|
||||||
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1
|
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1
|
||||||
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2
|
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,8 @@ elif [ "$1" = "mpeg2thread" ] ; then
|
||||||
do_mpeg2thread=y
|
do_mpeg2thread=y
|
||||||
elif [ "$1" = "snow" ] ; then
|
elif [ "$1" = "snow" ] ; then
|
||||||
do_snow=y
|
do_snow=y
|
||||||
|
elif [ "$1" = "snowll" ] ; then
|
||||||
|
do_snowll=y
|
||||||
elif [ "$1" = "libavtest" ] ; then
|
elif [ "$1" = "libavtest" ] ; then
|
||||||
do_libav=y
|
do_libav=y
|
||||||
logfile="$datadir/libav.regression"
|
logfile="$datadir/libav.regression"
|
||||||
|
@ -76,6 +78,7 @@ else
|
||||||
do_error=y
|
do_error=y
|
||||||
do_svq1=y
|
do_svq1=y
|
||||||
do_snow=y
|
do_snow=y
|
||||||
|
do_snowll=y
|
||||||
do_adpcm_yam=y
|
do_adpcm_yam=y
|
||||||
do_dv=y
|
do_dv=y
|
||||||
fi
|
fi
|
||||||
|
@ -453,7 +456,10 @@ do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -qscale 2 -
|
||||||
|
|
||||||
# snow decoding
|
# snow decoding
|
||||||
do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
|
do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
|
||||||
|
fi
|
||||||
|
|
||||||
|
###################################
|
||||||
|
if [ -n "$do_snowll" ] ; then
|
||||||
# snow encoding
|
# snow encoding
|
||||||
file=${outfile}snow53.avi
|
file=${outfile}snow53.avi
|
||||||
do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -pred 1 -flags +mv4+qpel $file
|
do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -pred 1 -flags +mv4+qpel $file
|
||||||
|
|
Loading…
Add table
Reference in a new issue