Music&Video

From www.deloptes.org
Revision as of 14:44, 12 June 2014 by Admin (talk | contribs)
Jump to navigation Jump to search

Convert MP4 to MP3 files

  • general options
ffmpeg -v 5 -y -i input.mp4 -acodec libmp3lame -ac 2 -ab 192k output.mp3
  • general from scipt *
ffmpeg -v 5 -y -i input.mp4 -acodec libmp3lame -ac 2 -ab 192k output.mp3 < /dev/null