Monthly Archives: December 2009

mencoder Command Line to transcode VOB to iphone

ffmpeg -i “movie.VOB” -f mp4 -vcodec mpeg4 -maxrate 1000k -b 700k -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -ab 192k -s 480×368 -aspect 4:3 /Volumes/data/share/temp/3.mov

Posted in Computers | Comments Off on mencoder Command Line to transcode VOB to iphone