[...] ffmpeg -i full.vob # input file name -f mp4 # output file format -r 30 # frame rate -vcodec mpeg4 # video codec -maxrate 1000 # maximum video bitrate tolerance -b 700 # video bitrate in kbit/s -qmin 3 # minimum video quantiser scale (VBR) -qmax 5 # maximum video quantiser scale (VBR) -bufsize 4096 # rate control buffer size -g 300 # gop (group of pictures) size -acodec aac # audio codec to use -ar 44100 # audio sampling frequency -ab 192 # audio bitrate -ac 2 # the 2 stereo channels -s 320x240 # output resolution -aspect 4:3 # aspect ratio ~/new.mp4 # filename for output Where credit is due - the site(s) where I got help and info: - http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ff... [...]
[...] ffmpeg -i full.vob # input file name -f mp4 # output file format -r 30 # frame rate -vcodec mpeg4 # video codec -maxrate 1000 # maximum video bitrate tolerance -b 700 # video bitrate in kbit/s -qmin 3 # minimum video quantiser scale (VBR) -qmax 5 # maximum video quantiser scale (VBR) -bufsize 4096 # rate control buffer size -g 300 # gop (group of pictures) size -acodec aac # audio codec to use -ar 44100 # audio sampling frequency -ab 192 # audio bitrate -ac 2 # the 2 stereo channels -s 320x240 # output resolution -aspect 4:3 # aspect ratio ~/new.mp4 # filename for output Where credit is due - the site(s) where I got help and info: - http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ff... [...]