Extracting audio from a video source

0
0
No Preview.

If you feel like this example could be improved, you may edit this example here.

// uncompressed (faster)
ffmpeg -i video-file.avi -map 0:a extracted_audio.wav
// output to mp3 (or other formats)
ffmpeg -i video-file.avi -map 0:a -f mp3 extracted_audio.mp3

Related Issues not found

Please contact @eladg to initialize the comment