What is the easiest way to extract an audio track from a video file and save it as mp3 file?
|
avidemux (tutorial) can do this. It is inside Ubuntu Software Center or you can install it command line with:
|
|||
|
|
|
Very simple CLI solution:
In case you don't have ffmpeg installed:
|
|||
|
|
|
You can do this in VLC. Once you have started VLC:
You can install VLC from Synaptic or the Software Center. |
|||
|
|
|
Which video format do you want to convert from? I use audacity to extract audio from mp4 and flv videos (haven't tried other formats but I assume it'll work just the same). When you open up the file, the video part is ignored, instead you'll have only the audio to work on (like normalize or truncate silence) and then export it to any formats including mp3. |
|||
|
|
|
Using
Test it with several output file formats and see. |
|||
|
|
|
This can be easily done with avidemux ( Open the video file with avidemux, then go to "Audio" menu and you'll find a "Save..." option. |
|||
|
|
|
The best way would be to use a tool that just handles the container. For MP4 I would recommend the Retrieve information about the file (Note: You could also do this with
Extracting individual tracks to raw format:
Show original file and results:
|
|||
|
|