comparison TOOLS/mencvcd @ 11261:835822ce4bb1

-vop ---> -vf
author diego
date Sat, 25 Oct 2003 18:44:41 +0000
parents a5785a0b9ee1
children 50aebc84fe4e
comparison
equal deleted inserted replaced
11260:1c269ab5f3f6 11261:835822ce4bb1
160 echo " -noburn -vnorm n -vfr 1':" 160 echo " -noburn -vnorm n -vfr 1':"
161 echo "this encodes 1500 frames of dvd title 1 with subtitle 0 and audio stream" 161 echo "this encodes 1500 frames of dvd title 1 with subtitle 0 and audio stream"
162 echo "128 starting from 3:00 with frame rate 29.97 fps and input video norm NTSC" 162 echo "128 starting from 3:00 with frame rate 29.97 fps and input video norm NTSC"
163 echo "and output frame rate 23.98 fps because of the 3:2 pulldown method in NTSC." 163 echo "and output frame rate 23.98 fps because of the 3:2 pulldown method in NTSC."
164 echo 164 echo
165 echo "'$HOWCALLED bj -size 640x272 -vop expand=640:480:0:104:0 \\" 165 echo "'$HOWCALLED bj -size 640x272 -vf expand=640:480:0:104:0 \\"
166 echo " -cdsize 645 -noburn bj.avi'" 166 echo " -cdsize 645 -noburn bj.avi'"
167 echo "this example above shows you, how to deal with movies which are not" 167 echo "this example above shows you, how to deal with movies which are not"
168 echo "created with aspect ratios of 4:3 or 16:9." 168 echo "created with aspect ratios of 4:3 or 16:9."
169 } 169 }
170 170
294 -ratio) 294 -ratio)
295 ratio=$2 295 ratio=$2
296 shift 1 296 shift 1
297 ;; 297 ;;
298 -sid) # mplayer option: have to set vop expand, too!!! 298 -sid) # mplayer option: have to set vop expand, too!!!
299 sub="-vop pp,expand=-1:-1:-1:-1:1 -sid $2" 299 sub="-vf pp,expand=-1:-1:-1:-1:1 -sid $2"
300 shift 1 300 shift 1
301 ;; 301 ;;
302 -size) 302 -size)
303 size=$2 303 size=$2
304 shift 1 304 shift 1