Music&Video: Difference between revisions

From www.deloptes.org
Jump to navigation Jump to search
(Created page with " = Convert MP4 to MP3 files = ffmpeg -v 5 -y -i input.mp4 -acodec libmp3lame -ac 2 -ab 192k output.mp3")
(No difference)

Revision as of 18:05, 26 November 2013

Convert MP4 to MP3 files

ffmpeg -v 5 -y -i input.mp4 -acodec libmp3lame -ac 2 -ab 192k output.mp3