pitivi and mp3's

Asked by Austin w

im trying to make an mp3 file i made the file but i cant render the project an mp3 or AAC if anything it would be nice to just remove the video. Currently i am on 10.04 but i do have a way to use 11.10 fully if that helps.or are there any other types of software i can get from the software center to try and use?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu pitivi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dominik Stegemann (dominikstegemann1) said :
#1

I prefer ffmpeg for extracting the sound of a video. To get it, open a new Terminal or Synaptic and install ffmpeg(sudo apt-get install ffmpeg). After ffmpeg is installed, go to the Terminal and call

ffmpeg -i video.mp4 -vn output.wav

For more stuff about ffmpeg check out this guide http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs

Revision history for this message
Dominik Stegemann (dominikstegemann1) said :
#2

I prefer ffmpeg for extracting the sound of a video. To get it, open a new Terminal or Synaptic and install ffmpeg(sudo apt-get install ffmpeg). After ffmpeg is installed, go to the Terminal and call

ffmpeg -i video.mp4 -vn output.wav

For more stuff about ffmpeg check out this guide http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs

Revision history for this message
Dominik Stegemann (dominikstegemann1) said :
#3

I prefer ffmpeg for extracting the sound of a video. To get it, open a new Terminal or Synaptic and install ffmpeg(sudo apt-get install ffmpeg). After ffmpeg is installed, go to the Terminal and call

ffmpeg -i video.mp4 -vn output.wav

For more stuff about ffmpeg check out this guide http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs

Can you help with this problem?

Provide an answer of your own, or ask Austin w for more information if necessary.

To post a message you must log in.