Extract audio from a video
If you want to extract ie the soundtrack from a video file say a avi to a mp3 filw, then this is one way
ffmpeg -i video.avi -f mp3 sound.mp3
If you want to extract ie the soundtrack from a video file say a avi to a mp3 filw, then this is one way