mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-10 11:12:21 +08:00
regression test for H263+
Originally committed as revision 1070 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -24,6 +24,7 @@ else
|
||||
do_msmpeg4=y
|
||||
do_wmv1=y
|
||||
do_h263=y
|
||||
do_h263p=y
|
||||
do_mpeg4=y
|
||||
do_mjpeg=y
|
||||
do_rv10=y
|
||||
@@ -121,6 +122,16 @@ if [ -n "$do_h263" ] ; then
|
||||
file=${outfile}h263.avi
|
||||
do_ffmpeg $file -y -qscale 10 -f pgmyuv -i $raw_src -s 352x288 -an -vcodec h263 $file
|
||||
|
||||
# h263 decoding
|
||||
do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
|
||||
fi
|
||||
|
||||
###################################
|
||||
if [ -n "$do_h263p" ] ; then
|
||||
# h263p encoding
|
||||
file=${outfile}h263p.avi
|
||||
do_ffmpeg $file -y -qscale 10 -f pgmyuv -i $raw_src -s 352x288 -an -vcodec h263p -ps 1000 $file
|
||||
|
||||
# h263p decoding
|
||||
do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst
|
||||
fi
|
||||
|
Reference in New Issue
Block a user