LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-02-2007, 01:26 PM   #1
devmoc
Member
 
Registered: Sep 2005
Posts: 38

Rep: Reputation: 15
MP3 Batch Encoder? Frontends for Lame?


Hi all,

Is there any GUI batch encoder for lame in Linux? I was thinking of something like WinFF for mp3s? For convienience I'd like to just drag a drop various wavs into an application and then set the encoding parameters and the output directory. Anything like this available? I can't find it anywhere. Thanks.
 
Old 07-02-2007, 01:53 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
I have been looking for something like that myself. I have been using dBpoweramp under Wine, which is not exactly the most efficient method.
 
Old 07-02-2007, 07:22 PM   #3
devmoc
Member
 
Registered: Sep 2005
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by MS3FGX
I have been looking for something like that myself. I have been using dBpoweramp under Wine, which is not exactly the most efficient method.

Hmm. I wonder, does something like Winlame work under Wine? I'd prefer not to use any Windows appz though.
 
Old 07-02-2007, 09:49 PM   #4
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
sound converter for gnome uses lame and supports dnd:

Code:
http://soundconverter.berlios.de/
hth,
 
Old 07-03-2007, 04:28 AM   #5
hansalfredche
Member
 
Registered: Jun 2005
Posts: 445

Rep: Reputation: 31
K3b can do this: Proceed as you would create an Audio CD, but instead of burning choose the appropriate button. There you can select encoder and have a nice GUI for setting the options. You can also choose the output directory.

Hope this helps.

Last edited by hansalfredche; 07-03-2007 at 04:39 AM.
 
Old 07-04-2007, 01:31 AM   #6
devmoc
Member
 
Registered: Sep 2005
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hansalfredche
K3b can do this: Proceed as you would create an Audio CD, but instead of burning choose the appropriate button. There you can select encoder and have a nice GUI for setting the options. You can also choose the output directory.

Hope this helps.

Thank you both very much! That sound converter app is really nice and compact. I tried the k3b converter but for some reason I don't have the option to converter to MP3. What libraries do I need to have installed?
 
Old 07-04-2007, 01:49 AM   #7
devmoc
Member
 
Registered: Sep 2005
Posts: 38

Original Poster
Rep: Reputation: 15
Never mind, I installed K3B v1.0.2 and it's working now. Thanks again! Now I have 2 apps to choose from.
 
Old 07-04-2007, 01:50 AM   #8
hansalfredche
Member
 
Registered: Jun 2005
Posts: 445

Rep: Reputation: 31
You need to have lame installed (valid for both applications). I suppose you found the blue arrow button that lets you convert? Otherwise you may need a newer version, it is present since at least version 1.0, but I think it was there before. When pressing it, you should find an entry "MPEG I Layer III" in filetype. Distributions often cripple software, so it might be that this entry is missing. If so, press the blue wheel and then add a converter. For the name you can specify anything (maybe Mp3), for the extension you put mp3 and for the command line you can past this:

Quote:
lame --preset extreme --tt %t --ta %a --tl %m --ty %y --tc %c --tn %n --tg %g --add-id3v2 - %f
If you want you can replace "extreme" by medium for smaller files. If you have special wishes check parameters in a command line with

Quote:
lame --longhelp
This will list all avaible parameters for lame.

Last edited by hansalfredche; 07-04-2007 at 01:54 AM.
 
Old 07-04-2007, 07:22 AM   #9
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Ah, I did not know that about K3B. A little ungainly for just converting audio, but a neat trick.
 
Old 07-04-2007, 07:39 AM   #10
hansalfredche
Member
 
Registered: Jun 2005
Posts: 445

Rep: Reputation: 31
What do you mean with "ungainy"? Except for the extra step of choosing "Audio CD" K3b is just as fast as other audio converters and is today one of the most complete Linux GUI's for setting encoder options. But I know, it is not intuitive ...

Last edited by hansalfredche; 07-04-2007 at 07:56 AM.
 
Old 07-04-2007, 08:04 AM   #11
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
When all that is really necessary is a simple GTK front-end, loading up a massive application like K3B (plus it's KDE dependencies, which I do not normally have running since I don't use KDE) is not exactly ideal. Starting dbpoweramp in Wine is actually faster than waiting for K3B to spool up (I have not actually converted any audio to see how the speed compares there).

EDIT:

Just tried converting the same file to a 128 Kbps MP3 in both K3B and dBpowerAMP under Wine:

dBpowerAMP: 49 seconds
K3B: 1 minute 13 seconds

Well, so much for that.

Last edited by MS3FGX; 07-04-2007 at 08:11 AM.
 
Old 07-04-2007, 08:18 AM   #12
hansalfredche
Member
 
Registered: Jun 2005
Posts: 445

Rep: Reputation: 31
Hehe, we always have the old KDE/GNOME division. If you run KDE, the dependencies are already loaded. I think I begin to see what you mean by "ungainly" (I don't understand that word).
 
Old 07-04-2007, 01:40 PM   #13
devmoc
Member
 
Registered: Sep 2005
Posts: 38

Original Poster
Rep: Reputation: 15
hansalfredche,

Thanks for the command line tips.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kaudiocreator/lame encoder problem iggep Mandriva 4 10-30-2005 04:04 PM
Batch LAME MP3 conversion ??? khermans Linux - General 10 03-27-2005 06:10 PM
Installing LAME mp3 encoder Valhalla Linux - Software 0 12-09-2004 11:14 AM
Help with lame encoder aiims1777 Linux - Software 9 11-15-2003 01:21 AM
Installing lame encoder? Seraph Linux - Newbie 1 07-29-2003 05:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration