You are hereHowto encode DVD video for an iPod (ffmpeg) / Reply to comment

Reply to comment


[...] 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... [...]

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <bash>, </bash>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <latex>, </latex>, <sql>, </sql>, <php>, <python>, <ruby>. The supported tag styles are: <foo>, [foo].

More information about formatting options

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.