Results 1 to 5 of 5
Can anybody recommend a utility for resizing mp3 files (well) on suse. I used CDex for this under windows. Also, I'm currently ripping CDs with Kaudio creator, is there a ...
- 07-07-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 93
Re-encoding MP3
Can anybody recommend a utility for resizing mp3 files (well) on suse. I used CDex for this under windows. Also, I'm currently ripping CDs with Kaudio creator, is there a better program for this?
Cheers
- 07-07-2007 #2
It depends on what you want, I personally like GRIP using cdda2wav as a backend, Sound Juicer is pretty good too
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 07-08-2007 #3
And in terms of resizing mp3 files, you'll want to use lame. If you're happy using the command line, just run
which'll produce a wav file called FILENAME.mp3.wav, thenCode:lame --decode FILENAME.mp3
where XXX is the new bitrate you want. That'll produce FILENAME.mp3.wav.mp3, so you'll want to rename it to get rid of the surplus extensions.Code:lame -b XXX FILENAME.mp3.wav
If you don't want to use the command line, I'm sure there are some pretty front-ends around, but I dont use any, so I cant make a recommendation - search google.com/linux for "lame frontend" or something.
Giles"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
- 07-08-2007 #4
The problem with lame purely in the command line is that it remove the ID3 tag while encoding leaving you with a .mp3 file without an ID3 tag and this is not very nice if you are encoding for a low capacity ipod or something similar.
You will need a frontend if you want to preserve the ID3 tag, I like SoundKonverter *soundKonverter KDE-Apps.org but sometimes it doesn't work at all or gets very unstable. You can also use SoundConverter SoundConverter - GNOME Sound ConversionPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 07-09-2007 #5Just Joined!
- Join Date
- Mar 2007
- Posts
- 93
Looking at that I think I might stick with KAudioCreator, as it looks like the most suited to me. Althought, I haven't tried out soundjuicer fully. As for resizing, Sound Convertor is the sort of thing I'm looking for, and it does the job I need, does anybody know of a more configurable program though? I'd prefer a little more control on the way the encoder is used (like the command line entry you can do in KAudio and CDex to give LAME exact instructions on what settings to use)
Thanks for the replies though, have got me off to a good start


Reply With Quote