Extracting audio from a video source
0
0
// 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