ffmpeg MP4 to MP3

ffmpeg -i "video.mp4" -vn -acodec libmp3lame -ac 2 -qscale:a 4 -ar 48000 "audio.mp3"
Extract audio stream from MP4 and save as MP3.
Note :
Very useful for extracting from downloads made by youtube-dl from sources like BBC Radio

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.