Friday, January 8, 2010

Create MP3 on Ubuntu

Because my iPod from the year 2004, it is important for me to use the non-free MP3 format for my audio files. Once the iPod abraucht will also be over.

Ubuntu must be installed under the program Sound Juicer. From Ubuntu 8.10, it is no longer included in the desktop installation.

sudo apt-get sound-juicer

Then, to successfully create MP3s to it takes three packages:

sudo apt-get install lame gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

Another subtlety. The quality can be under Edit> Preferences> Edit Profiles . Setting There on Edit and then adding sowas:

audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=1 quality=0 vbr=0 bitrate=192 ! xingmux ! id3v2mux

No comments:

Post a Comment