How to extract audio from video on Linux
The purpose of this tutorial is to extract the audio contents from a video file on a Linux system. This can be done from the command line after installing the software package, if you do not already…
ffmpeg -i video.mp4 audio.mp3