4

Possible Duplicate:
How to convert a Video to MP3?

I am using 12.04 . I have found a question that have the solution

How can I convert audio from MP4 or FLV video files to mp3?

But when i tried the answer i got this problem .

subbu@subbu-300E4Z-300E5Z-300E7Z:~$ sudo apt-get install ffmpeg libavcodec-unstripped-52.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libavcodec-unstripped-52.
E: Couldn't find any package by regex 'libavcodec-unstripped-52.'
subbu
  • 53

2 Answers2

9

Open vlc media player. Then file - convert/save and select the video file you need. Then add the destination (should be example.mp3 file). Choose the profile: audio - mp3 so you save only the sound of the video. Good luck.

bob
  • 1,198
3

You can do that with Audacity.

Audacity is a multi-track audio editor for Linux/Unix, MacOS and Windows. It is designed for easy recording, playing and editing of digital audio. Audacity features digital effects and spectrum analysis tools. Editing is very fast and provides unlimited undo/redo.

Supported file formats include Ogg Vorbis, MP2, MP3, WAV, AIFF, and AU.1

To download and install click the image below.

Install via the software center

1Source:Ubuntu Apps Directory

For more help, this YouTube video shows how to use Audacity to perform the conversion.

Mitch
  • 107,631