| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | #!/bin/sh
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # automatic regression test for ffmpeg | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #set -x | 
					
						
							| 
									
										
										
										
											2004-03-26 22:08:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | set -e | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | target_exec=$5 | 
					
						
							|  |  |  | target_path=$6 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-06-07 22:36:39 +00:00
										 |  |  | datadir="./tests/data" | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | target_datadir="${target_path}/${datadir}" | 
					
						
							| 
									
										
										
										
											2002-06-05 18:14:21 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | test="${1#regtest-}" | 
					
						
							|  |  |  | this="$test.$2" | 
					
						
							|  |  |  | logfile="$datadir/$this.regression" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | outfile="$datadir/$4-" | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | eval do_$test=y | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | # various files | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | ffmpeg="$target_exec ${target_path}/ffmpeg_g" | 
					
						
							| 
									
										
										
										
											2007-06-07 22:36:39 +00:00
										 |  |  | tiny_psnr="tests/tiny_psnr" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | benchfile="$datadir/$this.bench" | 
					
						
							|  |  |  | bench="$datadir/$this.bench.tmp" | 
					
						
							|  |  |  | bench2="$datadir/$this.bench2.tmp" | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | raw_src="${target_path}/$3/%02d.pgm" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | raw_dst="$datadir/$this.out.yuv" | 
					
						
							|  |  |  | raw_ref="$datadir/$2.ref.yuv" | 
					
						
							| 
									
										
										
										
											2009-03-30 20:57:01 +00:00
										 |  |  | pcm_src="$target_datadir/asynth1.sw" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | pcm_dst="$datadir/$this.out.wav" | 
					
						
							|  |  |  | pcm_ref="$datadir/$2.ref.wav" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | crcfile="$datadir/$this.crc" | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | target_crcfile="$target_datadir/$this.crc" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-02-28 15:15:58 +00:00
										 |  |  | if [ X"`echo | md5sum 2> /dev/null`" != X ]; then | 
					
						
							|  |  |  |     do_md5sum() { md5sum -b $1; } | 
					
						
							| 
									
										
										
										
											2008-12-13 09:10:55 +00:00
										 |  |  | elif [ X"`echo | md5 2> /dev/null`" != X ]; then | 
					
						
							|  |  |  |     do_md5sum() { md5 -r $1 | sed 's# \**\./# *./#'; } | 
					
						
							| 
									
										
										
										
											2004-02-28 15:15:58 +00:00
										 |  |  | elif [ -x /sbin/md5 ]; then | 
					
						
							|  |  |  |     do_md5sum() { /sbin/md5 -r $1 | sed 's# \**\./# *./#'; } | 
					
						
							|  |  |  | else | 
					
						
							|  |  |  |     do_md5sum() { echo No md5sum program found; } | 
					
						
							|  |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-06-05 18:14:21 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-13 03:49:54 +00:00
										 |  |  | FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact" | 
					
						
							| 
									
										
										
										
											2006-11-05 18:14:46 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-30 19:34:55 +00:00
										 |  |  | do_ffmpeg() | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2007-01-15 07:56:15 +00:00
										 |  |  |     f="$1" | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  |     shift | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     set -- $* ${target_path}/$f | 
					
						
							| 
									
										
										
										
											2006-11-05 18:14:46 +00:00
										 |  |  |     echo $ffmpeg $FFMPEG_OPTS $* | 
					
						
							| 
									
										
										
										
											2007-01-14 23:22:49 +00:00
										 |  |  |     $ffmpeg $FFMPEG_OPTS -benchmark $* > $bench 2> /tmp/ffmpeg$$ | 
					
						
							| 
									
										
										
										
											2004-10-28 10:30:05 +00:00
										 |  |  |     egrep -v "^(Stream|Press|Input|Output|frame|  Stream|  Duration|video:)" /tmp/ffmpeg$$ || true | 
					
						
							| 
									
										
										
										
											2003-04-15 01:58:46 +00:00
										 |  |  |     rm -f /tmp/ffmpeg$$ | 
					
						
							| 
									
										
										
										
											2007-01-15 07:56:15 +00:00
										 |  |  |     do_md5sum $f >> $logfile | 
					
						
							|  |  |  |     if [ $f = $raw_dst ] ; then | 
					
						
							|  |  |  |         $tiny_psnr $f $raw_ref >> $logfile | 
					
						
							|  |  |  |     elif [ $f = $pcm_dst ] ; then | 
					
						
							|  |  |  |         $tiny_psnr $f $pcm_ref 2 >> $logfile | 
					
						
							| 
									
										
										
										
											2004-03-23 03:05:51 +00:00
										 |  |  |     else | 
					
						
							| 
									
										
										
										
											2007-01-15 07:56:15 +00:00
										 |  |  |         wc -c $f >> $logfile | 
					
						
							| 
									
										
										
										
											2003-04-10 21:29:31 +00:00
										 |  |  |     fi | 
					
						
							| 
									
										
										
										
											2007-01-14 23:22:49 +00:00
										 |  |  |     expr "`cat $bench`" : '.*utime=\(.*s\)' > $bench2 | 
					
						
							| 
									
										
										
										
											2007-01-15 07:56:15 +00:00
										 |  |  |     echo `cat $bench2` $f >> $benchfile | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-02-12 19:59:38 +00:00
										 |  |  | do_ffmpeg_nomd5() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     f="$1" | 
					
						
							|  |  |  |     shift | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     set -- $* ${target_path}/$f | 
					
						
							| 
									
										
										
										
											2007-02-12 19:59:38 +00:00
										 |  |  |     echo $ffmpeg $FFMPEG_OPTS $* | 
					
						
							|  |  |  |     $ffmpeg $FFMPEG_OPTS -benchmark $* > $bench 2> /tmp/ffmpeg$$ | 
					
						
							|  |  |  |     egrep -v "^(Stream|Press|Input|Output|frame|  Stream|  Duration|video:)" /tmp/ffmpeg$$ || true | 
					
						
							|  |  |  |     rm -f /tmp/ffmpeg$$ | 
					
						
							|  |  |  |     if [ $f = $raw_dst ] ; then | 
					
						
							|  |  |  |         $tiny_psnr $f $raw_ref >> $logfile | 
					
						
							|  |  |  |     elif [ $f = $pcm_dst ] ; then | 
					
						
							|  |  |  |         $tiny_psnr $f $pcm_ref 2 >> $logfile | 
					
						
							|  |  |  |     else | 
					
						
							|  |  |  |         wc -c $f >> $logfile | 
					
						
							|  |  |  |     fi | 
					
						
							|  |  |  |     expr "`cat $bench`" : '.*utime=\(.*s\)' > $bench2 | 
					
						
							|  |  |  |     echo `cat $bench2` $f >> $benchfile | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-30 19:34:55 +00:00
										 |  |  | do_ffmpeg_crc() | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2007-01-15 07:56:15 +00:00
										 |  |  |     f="$1" | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  |     shift | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     echo $ffmpeg $FFMPEG_OPTS $* -f crc "$target_crcfile" | 
					
						
							|  |  |  |     $ffmpeg $FFMPEG_OPTS $* -f crc "$target_crcfile" > /tmp/ffmpeg$$ 2>&1 | 
					
						
							| 
									
										
										
										
											2004-10-28 10:30:05 +00:00
										 |  |  |     egrep -v "^(Stream|Press|Input|Output|frame|  Stream|  Duration|video:|ffmpeg version|  configuration|  built)" /tmp/ffmpeg$$ || true | 
					
						
							| 
									
										
										
										
											2005-12-17 18:14:38 +00:00
										 |  |  |     rm -f /tmp/ffmpeg$$ | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  |     echo "$f `cat $crcfile`" >> $logfile | 
					
						
							|  |  |  |     rm -f "$crcfile" | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-04-10 21:29:31 +00:00
										 |  |  | do_ffmpeg_nocheck() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-01-15 07:56:15 +00:00
										 |  |  |     f="$1" | 
					
						
							| 
									
										
										
										
											2003-04-10 21:29:31 +00:00
										 |  |  |     shift | 
					
						
							| 
									
										
										
										
											2006-11-05 18:14:46 +00:00
										 |  |  |     echo $ffmpeg $FFMPEG_OPTS $* | 
					
						
							| 
									
										
										
										
											2007-01-14 23:22:49 +00:00
										 |  |  |     $ffmpeg $FFMPEG_OPTS -benchmark $* > $bench 2> /tmp/ffmpeg$$ | 
					
						
							| 
									
										
										
										
											2004-10-28 10:30:05 +00:00
										 |  |  |     egrep -v "^(Stream|Press|Input|Output|frame|  Stream|  Duration|video:)" /tmp/ffmpeg$$ || true | 
					
						
							| 
									
										
										
										
											2003-05-12 02:53:43 +00:00
										 |  |  |     rm -f /tmp/ffmpeg$$ | 
					
						
							| 
									
										
										
										
											2007-01-14 23:22:49 +00:00
										 |  |  |     expr "`cat $bench`" : '.*utime=\(.*s\)' > $bench2 | 
					
						
							| 
									
										
										
										
											2007-01-15 07:56:15 +00:00
										 |  |  |     echo `cat $bench2` $f >> $benchfile | 
					
						
							| 
									
										
										
										
											2003-04-10 21:29:31 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     do_ffmpeg $raw_dst $1 -i $target_path/$file -f rawvideo $2 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  |     rm -f $raw_dst | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | do_video_encoding() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2006-12-02 14:46:33 +00:00
										 |  |  |     file=${outfile}$1 | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     do_ffmpeg $file $2 -f image2 -vcodec pgmyuv -i $raw_src $3 | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | do_audio_encoding() | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     file=${outfile}$1 | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     do_ffmpeg $file -ab 128k -ac 2 -f s16le -i $pcm_src $3 | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | do_audio_decoding() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     do_ffmpeg $pcm_dst -i $target_path/$file -sample_fmt s16 -f wav | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf() | 
					
						
							| 
									
										
										
										
											2006-12-01 11:09:56 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  |     file=${outfile}lavf.$1 | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     do_ffmpeg $file -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src -f s16le -i $pcm_src $2 | 
					
						
							|  |  |  |     do_ffmpeg_crc $file -i $target_path/$file $3 | 
					
						
							| 
									
										
										
										
											2006-12-01 11:09:56 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-12-01 10:53:02 +00:00
										 |  |  | do_streamed_images() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  |     file=${outfile}${1}pipe.$1 | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     do_ffmpeg $file -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src -f image2pipe | 
					
						
							|  |  |  |     do_ffmpeg_crc $file -f image2pipe -i $target_path/$file | 
					
						
							| 
									
										
										
										
											2006-12-01 10:53:02 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-12-01 10:58:02 +00:00
										 |  |  | do_image_formats() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  |     file=${outfile}lavf%02d.$1 | 
					
						
							| 
									
										
										
										
											2009-06-14 23:14:56 +00:00
										 |  |  |     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 | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     $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 | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  |     do_md5sum ${outfile}lavf02.$1 >> $logfile | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     do_ffmpeg_crc $file $3 -i $target_path/$file | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  |     wc -c ${outfile}lavf02.$1 >> $logfile | 
					
						
							| 
									
										
										
										
											2006-12-01 10:58:02 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | do_audio_only() | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  |     file=${outfile}lavf.$1 | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |     do_ffmpeg $file -t 1 -qscale 10 -f s16le -i $pcm_src | 
					
						
							|  |  |  |     do_ffmpeg_crc $file -i $target_path/$file | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | rm -f "$logfile" | 
					
						
							|  |  |  | rm -f "$benchfile" | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-04-10 21:29:31 +00:00
										 |  |  | # generate reference for quality check | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | if [ -n "$do_ref" ]; then | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | do_ffmpeg_nocheck $raw_ref -f image2 -vcodec pgmyuv -i $raw_src -an -f rawvideo $target_path/$raw_ref | 
					
						
							|  |  |  | do_ffmpeg_nocheck $pcm_ref -ab 128k -ac 2 -ar 44100 -f s16le -i $pcm_src -f wav $target_path/$pcm_ref | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2003-04-10 21:29:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | if [ -n "$do_mpeg" ] ; then | 
					
						
							| 
									
										
										
										
											2007-01-14 23:31:01 +00:00
										 |  |  | # mpeg1 | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg1.mpg "-qscale 10" "-f mpeg1video" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-08-26 07:42:25 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_mpeg2" ] ; then | 
					
						
							| 
									
										
										
										
											2007-01-14 23:31:01 +00:00
										 |  |  | # mpeg2 | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg2.mpg "-qscale 10" "-vcodec mpeg2video -f mpeg1video" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-12-10 17:06:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-12-21 17:55:02 +00:00
										 |  |  | # mpeg2 encoding intra vlc qprd | 
					
						
							| 
									
										
										
										
											2008-09-08 14:24:59 +00:00
										 |  |  | do_video_encoding mpeg2ivlc-qprd.mpg "-vb 500k -bf 2 -trellis 1 -flags +qprd+mv0 -flags2 +ivlc -cmp 2 -subcmp 2 -mbd rd" "-vcodec mpeg2video -f mpeg2video" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2006-05-13 17:16:58 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-05 21:59:51 +00:00
										 |  |  | #mpeg2 4:2:2 encoding | 
					
						
							| 
									
										
										
										
											2008-08-05 22:55:59 +00:00
										 |  |  | do_video_encoding mpeg2_422.mpg "-vb 1000k -bf 2 -trellis 1 -flags +qprd+mv0+ildct+ilme -flags2 +ivlc -mbd rd" "-vcodec mpeg2video -pix_fmt yuv422p -f mpeg2video" | 
					
						
							| 
									
										
										
										
											2008-08-05 21:59:51 +00:00
										 |  |  | do_video_decoding | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-01-14 23:31:01 +00:00
										 |  |  | # mpeg2 | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg2.mpg "-qscale 10" "-vcodec mpeg2video -idct int -dct int -f mpeg1video" | 
					
						
							| 
									
										
										
										
											2006-12-02 14:55:11 +00:00
										 |  |  | do_video_decoding "-idct int" | 
					
						
							| 
									
										
										
										
											2004-03-22 21:20:14 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-12-10 17:06:36 +00:00
										 |  |  | # mpeg2 encoding interlaced | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg2i.mpg "-qscale 10" "-vcodec mpeg2video -f mpeg1video -flags +ildct+ilme" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-02-13 17:54:10 +00:00
										 |  |  | if [ -n "$do_mpeg2thread" ] ; then | 
					
						
							|  |  |  | # mpeg2 encoding interlaced | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg2thread.mpg "-qscale 10" "-vcodec mpeg2video -f mpeg1video -bf 2 -flags +ildct+ilme -threads 2" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2006-05-13 17:16:58 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # mpeg2 encoding interlaced using intra vlc | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg2threadivlc.mpg "-qscale 10" "-vcodec mpeg2video -f mpeg1video -bf 2 -flags +ildct+ilme -flags2 +ivlc -threads 2" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2004-11-16 14:02:41 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # mpeg2 encoding interlaced | 
					
						
							|  |  |  | file=${outfile}mpeg2reuse.mpg | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | do_ffmpeg $file -sameq -me_threshold 256 -mb_threshold 1024 -i ${target_path}/${outfile}mpeg2thread.mpg -vcodec mpeg2video -f mpeg1video -bf 2 -flags +ildct+ilme -threads 4 | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2004-02-13 17:54:10 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-09-06 22:59:44 +00:00
										 |  |  | if [ -n "$do_msmpeg4v2" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding msmpeg4v2.avi "-qscale 10" "-an -vcodec msmpeg4v2" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-09-06 22:59:44 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | if [ -n "$do_msmpeg4" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding msmpeg4.avi "-qscale 10" "-an -vcodec msmpeg4" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-09-06 22:59:44 +00:00
										 |  |  | if [ -n "$do_wmv1" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding wmv1.avi "-qscale 10" "-an -vcodec wmv1" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-09-06 22:59:44 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-08 11:50:26 +00:00
										 |  |  | if [ -n "$do_wmv2" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding wmv2.avi "-qscale 10" "-an -vcodec wmv2" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-03-08 11:50:26 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-10-28 10:24:02 +00:00
										 |  |  | if [ -n "$do_h261" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding h261.avi "-qscale 11" "-s 352x288 -an -vcodec h261" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2004-10-28 10:24:02 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | if [ -n "$do_h263" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding h263.avi "-qscale 10" "-s 352x288 -an -vcodec h263" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-10-25 10:50:02 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_h263p" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding h263p.avi "-qscale 2 -flags +umv+aiv+aic" "-s 352x288 -an -vcodec h263p -ps 300" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_mpeg4" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding odivx.mp4 "-flags +mv4 -mbd bits -qscale 10" "-an -vcodec mpeg4" | 
					
						
							| 
									
										
										
										
											2007-01-14 23:44:55 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-01-11 20:51:03 +00:00
										 |  |  | if [ -n "$do_huffyuv" ] ; then | 
					
						
							| 
									
										
										
										
											2008-09-13 03:49:54 +00:00
										 |  |  | do_video_encoding huffyuv.avi "" "-an -vcodec huffyuv -pix_fmt yuv422p -sws_flags neighbor+bitexact" | 
					
						
							|  |  |  | do_video_decoding "" "-strict -2 -pix_fmt yuv420p -sws_flags neighbor+bitexact" | 
					
						
							| 
									
										
										
										
											2003-01-11 20:51:03 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-09-20 15:22:24 +00:00
										 |  |  | if [ -n "$do_rc" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg4-rc.avi "-b 400k -bf 2" "-an -vcodec mpeg4" | 
					
						
							| 
									
										
										
										
											2007-01-14 23:44:55 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-09-20 15:22:24 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_mpeg4adv" ] ; then | 
					
						
							| 
									
										
										
										
											2008-09-08 14:24:59 +00:00
										 |  |  | do_video_encoding mpeg4-adv.avi "-qscale 9 -flags +mv4+part+aic -trellis 1 -mbd bits -ps 200" "-an -vcodec mpeg4" | 
					
						
							| 
									
										
										
										
											2006-12-21 13:03:07 +00:00
										 |  |  | do_video_decoding | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-08 14:24:59 +00:00
										 |  |  | do_video_encoding mpeg4-qprd.avi "-b 450k -bf 2 -trellis 1 -flags +mv4+qprd+mv0 -cmp 2 -subcmp 2 -mbd rd" "-an -vcodec mpeg4" | 
					
						
							| 
									
										
										
										
											2006-12-21 13:03:07 +00:00
										 |  |  | do_video_decoding | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-08 14:24:59 +00:00
										 |  |  | do_video_encoding mpeg4-adap.avi "-b 550k -bf 2 -flags +mv4+mv0 -trellis 1 -cmp 1 -subcmp 2 -mbd rd -scplx_mask 0.3" "-an -vcodec mpeg4" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-09-20 15:22:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg4-Q.avi "-qscale 7 -flags +mv4+qpel -mbd 2 -bf 2 -cmp 1 -subcmp 2" "-an -vcodec mpeg4" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2004-04-24 14:41:57 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-01-14 23:55:54 +00:00
										 |  |  | if [ -n "$do_mpeg4thread" ] ; then | 
					
						
							| 
									
										
										
										
											2008-09-08 14:24:59 +00:00
										 |  |  | do_video_encoding mpeg4-thread.avi "-b 500k -flags +mv4+part+aic -trellis 1 -mbd bits -ps 200 -bf 2" "-an -vcodec mpeg4 -threads 2" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2004-02-13 17:54:10 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-12-14 01:42:00 +00:00
										 |  |  | if [ -n "$do_error" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding error-mpeg4-adv.avi "-qscale 7 -flags +mv4+part+aic -mbd rd -ps 250 -error 10" "-an -vcodec mpeg4" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-12-14 01:42:00 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-01-02 21:26:51 +00:00
										 |  |  | if [ -n "$do_mpeg4nr" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg4-nr.avi "-qscale 8 -flags +mv4 -mbd rd -nr 200" "-an -vcodec mpeg4" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2004-01-02 21:26:51 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-02-08 12:13:32 +00:00
										 |  |  | if [ -n "$do_mpeg1b" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mpeg1b.mpg "-qscale 8 -bf 3 -ps 200" "-an -vcodec mpeg1video -f mpeg1video" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-02-08 12:13:32 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | if [ -n "$do_mjpeg" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding mjpeg.avi "-qscale 10" "-an -vcodec mjpeg -pix_fmt yuvj420p" | 
					
						
							| 
									
										
										
										
											2006-12-02 14:55:11 +00:00
										 |  |  | do_video_decoding "" "-pix_fmt yuv420p" | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-07-12 16:26:08 +00:00
										 |  |  | if [ -n "$do_ljpeg" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding ljpeg.avi "" "-an -vcodec ljpeg -strict -1" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-07-12 16:26:08 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-02-02 15:34:09 +00:00
										 |  |  | if [ -n "$do_jpegls" ] ; then | 
					
						
							| 
									
										
										
										
											2008-09-13 03:49:54 +00:00
										 |  |  | do_video_encoding jpegls.avi "" "-an -vcodec jpegls -vtag MJPG -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact" | 
					
						
							|  |  |  | do_video_decoding "" "-pix_fmt yuv420p  -sws_flags area+bitexact" | 
					
						
							| 
									
										
										
										
											2006-02-02 15:34:09 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | if [ -n "$do_rv10" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding rv10.rm "-qscale 10" "-an" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-12-07 13:48:25 +00:00
										 |  |  | if [ -n "$do_rv20" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding rv20.rm "-qscale 10" "-vcodec rv20 -an" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2004-12-07 13:48:25 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-05-27 22:43:34 +00:00
										 |  |  | if [ -n "$do_asv1" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding asv1.avi "-qscale 10" "-an -vcodec asv1" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-05-27 22:43:34 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-09-01 13:05:21 +00:00
										 |  |  | if [ -n "$do_asv2" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding asv2.avi "-qscale 10" "-an -vcodec asv2" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-09-01 13:05:21 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-07-09 23:52:06 +00:00
										 |  |  | if [ -n "$do_flv" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding flv.flv "-qscale 10" "-an -vcodec flv" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-07-09 23:52:06 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-11-03 21:59:21 +00:00
										 |  |  | if [ -n "$do_ffv1" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding ffv1.avi "-strict -2" "-an -vcodec ffv1" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2005-04-03 15:39:17 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_snow" ] ; then | 
					
						
							| 
									
										
										
										
											2008-09-08 14:24:59 +00:00
										 |  |  | do_video_encoding snow.avi "-strict -2" "-an -vcodec snow -qscale 2 -flags +qpel -me_method iter -dia_size 2 -cmp 12 -subcmp 12 -s 128x64" | 
					
						
							| 
									
										
										
										
											2006-12-02 14:55:11 +00:00
										 |  |  | do_video_decoding "" "-s 352x288" | 
					
						
							| 
									
										
										
										
											2006-01-14 01:58:38 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2005-04-03 15:39:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-01-14 01:58:38 +00:00
										 |  |  | if [ -n "$do_snowll" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding snow53.avi "-strict -2" "-an -vcodec snow -qscale .001 -pred 1 -flags +mv4+qpel" | 
					
						
							| 
									
										
										
										
											2006-11-05 20:05:37 +00:00
										 |  |  | do_video_decoding | 
					
						
							| 
									
										
										
										
											2003-11-03 21:59:21 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-08-30 19:44:02 +00:00
										 |  |  | if [ -n "$do_dv" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding dv.dv "-dct int" "-s pal -an" | 
					
						
							| 
									
										
										
										
											2006-12-02 14:55:11 +00:00
										 |  |  | do_video_decoding "" "-s cif" | 
					
						
							| 
									
										
										
										
											2008-08-05 23:03:02 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-13 03:49:54 +00:00
										 |  |  | do_video_encoding dv411.dv "-dct int" "-s pal -an -pix_fmt yuv411p -sws_flags area+accurate_rnd+bitexact" | 
					
						
							|  |  |  | do_video_decoding "" "-s cif -sws_flags area+accurate_rnd+bitexact" | 
					
						
							| 
									
										
										
										
											2005-08-30 19:44:02 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-03-06 08:54:33 +00:00
										 |  |  | if [ -n "$do_dv50" ] ; then | 
					
						
							| 
									
										
										
										
											2008-09-13 03:49:54 +00:00
										 |  |  | do_video_encoding dv50.dv "-dct int" "-s pal -pix_fmt yuv422p -an -sws_flags neighbor+bitexact" | 
					
						
							|  |  |  | do_video_decoding "" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact" | 
					
						
							| 
									
										
										
										
											2006-03-06 08:54:33 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-17 18:06:03 +00:00
										 |  |  | if [ -n "$do_dnxhd" ] ; then | 
					
						
							| 
									
										
										
										
											2009-09-19 10:20:47 +00:00
										 |  |  | # 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" | 
					
						
							| 
									
										
										
										
											2009-09-17 18:06:03 +00:00
										 |  |  | do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p -sws_flags neighbor+bitexact" | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-05-12 03:33:40 +00:00
										 |  |  | if [ -n "$do_svq1" ] ; then | 
					
						
							| 
									
										
										
										
											2008-03-07 19:27:10 +00:00
										 |  |  | do_video_encoding svq1.mov "" "-an -vcodec svq1 -qscale 3 -pix_fmt yuv410p" | 
					
						
							| 
									
										
										
										
											2006-12-02 14:55:11 +00:00
										 |  |  | do_video_decoding "" "-pix_fmt yuv420p" | 
					
						
							| 
									
										
										
										
											2004-05-12 03:33:40 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-08-04 20:35:50 +00:00
										 |  |  | if [ -n "$do_flashsv" ] ; then | 
					
						
							| 
									
										
										
										
											2008-09-13 03:49:54 +00:00
										 |  |  | do_video_encoding flashsv.flv "" "-an -vcodec flashsv -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact" | 
					
						
							|  |  |  | do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact" | 
					
						
							| 
									
										
										
										
											2007-08-04 20:35:50 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | if [ -n "$do_mp2" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | do_audio_encoding mp2.mp2 "-ar 44100" | 
					
						
							|  |  |  | do_audio_decoding | 
					
						
							| 
									
										
										
										
											2005-02-01 21:16:33 +00:00
										 |  |  | $tiny_psnr $pcm_dst $pcm_ref 2 1924 >> $logfile | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_ac3" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | do_audio_encoding ac3.rm "" -vn | 
					
						
							| 
									
										
										
										
											2009-04-10 17:46:42 +00:00
										 |  |  | # binaries configured with --disable-sse decode ac3 differently | 
					
						
							| 
									
										
										
										
											2008-10-15 22:58:45 +00:00
										 |  |  | #do_audio_decoding | 
					
						
							|  |  |  | #$tiny_psnr $pcm_dst $pcm_ref 2 1024 >> $logfile | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-02-07 15:10:47 +00:00
										 |  |  | if [ -n "$do_g726" ] ; then | 
					
						
							| 
									
										
										
										
											2007-03-05 10:04:53 +00:00
										 |  |  | do_audio_encoding g726.wav "-ar 44100" "-ab 32k -ac 1 -ar 8000 -acodec g726" | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | do_audio_decoding | 
					
						
							| 
									
										
										
										
											2004-02-07 15:10:47 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-02-08 02:35:37 +00:00
										 |  |  | if [ -n "$do_adpcm_ima_wav" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | do_audio_encoding adpcm_ima.wav "-ar 44100" "-acodec adpcm_ima_wav" | 
					
						
							|  |  |  | do_audio_decoding | 
					
						
							| 
									
										
										
										
											2004-02-08 02:35:37 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-06 07:30:41 +00:00
										 |  |  | if [ -n "$do_adpcm_ima_qt" ] ; then | 
					
						
							|  |  |  | do_audio_encoding adpcm_qt.aiff "-ar 44100" "-acodec adpcm_ima_qt" | 
					
						
							|  |  |  | do_audio_decoding | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-02-08 02:35:37 +00:00
										 |  |  | if [ -n "$do_adpcm_ms" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | do_audio_encoding adpcm_ms.wav "-ar 44100" "-acodec adpcm_ms" | 
					
						
							|  |  |  | do_audio_decoding | 
					
						
							| 
									
										
										
										
											2004-02-08 02:35:37 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-07-25 14:36:58 +00:00
										 |  |  | if [ -n "$do_adpcm_yam" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | do_audio_encoding adpcm_yam.wav "-ar 44100" "-acodec adpcm_yamaha" | 
					
						
							|  |  |  | do_audio_decoding | 
					
						
							| 
									
										
										
										
											2005-07-25 14:36:58 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-12-03 15:35:23 +00:00
										 |  |  | if [ -n "$do_adpcm_swf" ] ; then | 
					
						
							|  |  |  | do_audio_encoding adpcm_swf.flv "-ar 44100" "-acodec adpcm_swf" | 
					
						
							|  |  |  | do_audio_decoding | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-24 11:40:21 +00:00
										 |  |  | if [ -n "$do_flac" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 11:29:37 +00:00
										 |  |  | do_audio_encoding flac.flac "-ar 44100" "-acodec flac -compression_level 2" | 
					
						
							|  |  |  | do_audio_decoding | 
					
						
							| 
									
										
										
										
											2006-06-24 11:40:21 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-02-06 23:59:10 +00:00
										 |  |  | if [ -n "$do_wma" ] ; then | 
					
						
							|  |  |  | # wmav1 | 
					
						
							|  |  |  | do_audio_encoding wmav1.asf "-ar 44100" "-acodec wmav1" | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | do_ffmpeg_nomd5 $pcm_dst -i $target_path/$file -f wav | 
					
						
							| 
									
										
										
										
											2007-02-06 23:59:10 +00:00
										 |  |  | $tiny_psnr $pcm_dst $pcm_ref 2 8192 >> $logfile | 
					
						
							|  |  |  | # wmav2 | 
					
						
							|  |  |  | do_audio_encoding wmav2.asf "-ar 44100" "-acodec wmav2" | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | do_ffmpeg_nomd5 $pcm_dst -i $target_path/$file -f wav | 
					
						
							| 
									
										
										
										
											2007-02-06 23:59:10 +00:00
										 |  |  | $tiny_psnr $pcm_dst $pcm_ref 2 8192 >> $logfile | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-02-12 19:50:57 +00:00
										 |  |  | #if [ -n "$do_vorbis" ] ; then | 
					
						
							| 
									
										
										
										
											2007-02-07 17:04:30 +00:00
										 |  |  | # vorbis | 
					
						
							| 
									
										
										
										
											2007-06-12 18:50:50 +00:00
										 |  |  | #disabled because it is broken | 
					
						
							| 
									
										
										
										
											2007-02-12 19:50:57 +00:00
										 |  |  | #do_audio_encoding vorbis.asf "-ar 44100" "-acodec vorbis" | 
					
						
							|  |  |  | #do_audio_decoding | 
					
						
							|  |  |  | #fi | 
					
						
							| 
									
										
										
										
											2007-02-06 23:59:10 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-08 23:31:43 +00:00
										 |  |  | do_audio_enc_dec() { | 
					
						
							|  |  |  |     do_audio_encoding $3.$1 "" "$4 -sample_fmt $2 -acodec $3" | 
					
						
							|  |  |  |     do_audio_decoding | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_pcm" ] ; then | 
					
						
							|  |  |  | do_audio_enc_dec wav s16 pcm_alaw | 
					
						
							|  |  |  | do_audio_enc_dec wav s16 pcm_mulaw | 
					
						
							| 
									
										
										
										
											2008-08-11 09:52:17 +00:00
										 |  |  | do_audio_enc_dec mov u8 pcm_s8 | 
					
						
							|  |  |  | do_audio_enc_dec wav u8 pcm_u8 | 
					
						
							| 
									
										
										
										
											2008-08-08 23:31:43 +00:00
										 |  |  | do_audio_enc_dec mov s16 pcm_s16be | 
					
						
							|  |  |  | do_audio_enc_dec wav s16 pcm_s16le | 
					
						
							| 
									
										
										
										
											2008-08-20 13:22:10 +00:00
										 |  |  | do_audio_enc_dec mkv s16 pcm_s16be | 
					
						
							|  |  |  | do_audio_enc_dec mkv s16 pcm_s16le | 
					
						
							| 
									
										
										
										
											2008-08-11 09:52:17 +00:00
										 |  |  | do_audio_enc_dec mov s32 pcm_s24be | 
					
						
							|  |  |  | do_audio_enc_dec wav s32 pcm_s24le | 
					
						
							|  |  |  | #do_audio_enc_dec ??? s32 pcm_u24be #no compatible muxer or demuxer | 
					
						
							|  |  |  | #do_audio_enc_dec ??? s32 pcm_u24le #no compatible muxer or demuxer | 
					
						
							|  |  |  | do_audio_enc_dec mov s32 pcm_s32be | 
					
						
							|  |  |  | do_audio_enc_dec wav s32 pcm_s32le | 
					
						
							|  |  |  | #do_audio_enc_dec ??? s32 pcm_u32be #no compatible muxer or demuxer | 
					
						
							|  |  |  | #do_audio_enc_dec ??? s32 pcm_u32le #no compatible muxer or demuxer | 
					
						
							| 
									
										
										
										
											2008-08-08 23:31:43 +00:00
										 |  |  | do_audio_enc_dec au  flt pcm_f32be | 
					
						
							| 
									
										
										
										
											2008-08-19 11:26:43 +00:00
										 |  |  | do_audio_enc_dec wav flt pcm_f32le | 
					
						
							|  |  |  | do_audio_enc_dec au  dbl pcm_f64be | 
					
						
							|  |  |  | do_audio_enc_dec wav dbl pcm_f64le | 
					
						
							| 
									
										
										
										
											2008-08-08 23:31:43 +00:00
										 |  |  | do_audio_enc_dec wav s16 pcm_zork | 
					
						
							|  |  |  | do_audio_enc_dec 302 s16 pcm_s24daud "-ac 6 -ar 96000" | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-01-18 08:23:36 +00:00
										 |  |  | # libavformat testing | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_avi" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf avi | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_asf" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf asf "-acodec mp2" "-r 25" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_rm" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  | file=${outfile}lavf.rm | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | do_ffmpeg $file -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src -f s16le -i $pcm_src | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | # broken | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | #do_ffmpeg_crc $file -i $target_path/$file | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_mpg" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf mpg | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-11 07:16:19 +00:00
										 |  |  | if [ -n "$do_mxf" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf mxf "-ar 48000 -bf 2 -timecode_frame_start 264363" | 
					
						
							|  |  |  | do_lavf mxf_d10 "-ar 48000 -ac 2 -r 25 -s 720x576 -padtop 32 -vcodec mpeg2video -intra -flags +ildct+low_delay -dc 10 -flags2 +ivlc+non_linear_q -qscale 1 -ps 1 -qmin 1 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -pix_fmt yuv422p -minrate 30000k -maxrate 30000k -b 30000k -bufsize 1200000 -top 1 -rc_init_occupancy 1200000 -qmax 12 -f mxf_d10" | 
					
						
							| 
									
										
										
										
											2009-03-11 07:16:19 +00:00
										 |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_ts" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf ts | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2005-06-03 19:06:06 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_swf" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf swf -an | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_ffm" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf ffm | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_flv_fmt" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf flv -an | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2003-07-09 23:52:06 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_mov" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf mov "-acodec pcm_alaw" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2003-10-01 16:45:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_dv_fmt" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf dv "-ar 48000 -r 25 -s pal -ac 2" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2004-05-31 00:45:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_gxf" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf gxf "-ar 48000 -r 25 -s pal -ac 1" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2006-08-21 15:10:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_nut" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf nut "-acodec mp2" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2007-08-10 14:38:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_mkv" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 05:22:22 +00:00
										 |  |  | do_lavf mkv | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2007-09-05 01:05:54 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-08-10 14:38:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | # streamed images | 
					
						
							|  |  |  | # mjpeg | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  | #file=${outfile}lavf.mjpeg | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | #do_ffmpeg $file -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src | 
					
						
							|  |  |  | #do_ffmpeg_crc $file -i $target_path/$file | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_pbmpipe" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:53:02 +00:00
										 |  |  | do_streamed_images pbm | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2003-01-11 05:32:29 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_pgmpipe" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:53:02 +00:00
										 |  |  | do_streamed_images pgm | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_ppmpipe" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:53:02 +00:00
										 |  |  | do_streamed_images ppm | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_gif" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  | file=${outfile}lavf.gif | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | do_ffmpeg $file -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src -pix_fmt rgb24 | 
					
						
							|  |  |  | #do_ffmpeg_crc $file -i $target_path/$file | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2003-01-11 05:32:29 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_yuv4mpeg" ] ; then | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  | file=${outfile}lavf.y4m | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  | do_ffmpeg $file -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src | 
					
						
							|  |  |  | #do_ffmpeg_crc $file -i $target_path/$file | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # image formats | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_pgm" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:58:02 +00:00
										 |  |  | do_image_formats pgm | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_ppm" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:58:02 +00:00
										 |  |  | do_image_formats ppm | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_bmp" ] ; then | 
					
						
							| 
									
										
										
										
											2007-03-24 02:03:20 +00:00
										 |  |  | do_image_formats bmp | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2007-03-24 02:03:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_tga" ] ; then | 
					
						
							| 
									
										
										
										
											2007-03-24 02:03:20 +00:00
										 |  |  | do_image_formats tga | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2007-03-24 02:03:20 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_tiff" ] ; then | 
					
						
							| 
									
										
										
										
											2007-04-06 23:16:08 +00:00
										 |  |  | do_image_formats tiff "-pix_fmt rgb24" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2007-04-06 20:47:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_sgi" ] ; then | 
					
						
							| 
									
										
										
										
											2007-04-06 20:47:03 +00:00
										 |  |  | do_image_formats sgi | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2007-04-06 20:47:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_jpg" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:58:02 +00:00
										 |  |  | do_image_formats jpg "-flags +bitexact -dct fastint -idct simple -pix_fmt yuvj420p" "-f image2" | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-25 22:47:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-03-20 17:23:45 +00:00
										 |  |  | if [ -n "$do_pcx" ] ; then | 
					
						
							|  |  |  | do_image_formats pcx | 
					
						
							|  |  |  | fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | # audio only | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_wav" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | do_audio_only wav | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_alaw" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | do_audio_only al | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_mulaw" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | do_audio_only ul | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_au" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | do_audio_only au | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-20 16:20:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_mmf" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | do_audio_only mmf | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2005-07-25 14:36:58 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_aiff" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | do_audio_only aif | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2006-02-02 15:21:19 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_voc" ] ; then | 
					
						
							| 
									
										
										
										
											2006-12-01 10:44:28 +00:00
										 |  |  | do_audio_only voc | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2006-02-09 22:52:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | if [ -n "$do_ogg" ] ; then | 
					
						
							| 
									
										
										
										
											2007-11-10 18:27:03 +00:00
										 |  |  | do_audio_only ogg | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2007-11-10 18:27:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-05-12 02:53:43 +00:00
										 |  |  | # pix_fmt conversions | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | if [ -n "$do_pixfmt" ] ; then | 
					
						
							| 
									
										
										
										
											2007-02-07 11:25:50 +00:00
										 |  |  | conversions="yuv420p yuv422p yuv444p yuyv422 yuv410p yuv411p yuvj420p \
 | 
					
						
							|  |  |  |              yuvj422p yuvj444p rgb24 bgr24 rgb32 rgb565 rgb555 gray monow \
 | 
					
						
							| 
									
										
										
										
											2008-09-13 03:49:54 +00:00
										 |  |  |              monob yuv440p yuvj440p"
 | 
					
						
							| 
									
										
										
										
											2003-05-12 02:53:43 +00:00
										 |  |  | for pix_fmt in $conversions ; do | 
					
						
							| 
									
										
										
										
											2009-03-30 21:32:52 +00:00
										 |  |  |     file=${outfile}lavf-${pix_fmt}.yuv | 
					
						
							| 
									
										
										
										
											2008-05-01 21:41:42 +00:00
										 |  |  |     do_ffmpeg_nocheck $file -r 1 -t 1 -f image2 -vcodec pgmyuv -i $raw_src \
 | 
					
						
							| 
									
										
										
										
											2008-11-23 12:36:44 +00:00
										 |  |  |                             -f rawvideo -s 352x288 -pix_fmt $pix_fmt $target_path/$raw_dst | 
					
						
							|  |  |  |     do_ffmpeg $file -f rawvideo -s 352x288 -pix_fmt $pix_fmt -i $target_path/$raw_dst \
 | 
					
						
							|  |  |  |                     -f rawvideo -s 352x288 -pix_fmt yuv444p | 
					
						
							| 
									
										
										
										
											2003-05-12 02:53:43 +00:00
										 |  |  | done | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:29 +00:00
										 |  |  | fi | 
					
						
							| 
									
										
										
										
											2002-05-18 23:18:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-02-03 19:26:26 +00:00
										 |  |  | rm -f "$bench" "$bench2" |