Convert MP4 to MP3

From Hack Sphere Labs Wiki
Revision as of 11:14, 8 January 2012 by Webdawg (talk | contribs) (Created page with "Intrepid Ibex and above: Code: ffmpeg -ss 00:05:00:00 -t 00:02:00:00 -i input.mp4 -acodec libmp3lame -ab 128k output.mp3 Hardy Heron: Code: ffmpeg -ss 00:05:00:00 -t 00:02:0...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Intrepid Ibex and above: Code:

ffmpeg -ss 00:05:00:00 -t 00:02:00:00 -i input.mp4 -acodec libmp3lame -ab 128k output.mp3

Hardy Heron: Code:

ffmpeg -ss 00:05:00:00 -t 00:02:00:00 -i input.mp4 -ab 128k output.mp3
   ss: time offset from beginning of input in hh:mm:ss:frames.
   t: duration of encode
   ab: audio bitrate