ffmepg - Extract MP3 audio from video file

# video.mp4 = input file # -b flag is for bitrate e.g. 192K, 320K etc. # -vn = video codec none ffmpeg -i video.mp4 -b:a 320K -vn music.mp3

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.