[mp3encoder] scripting lame in Linux

2007-11-10 Thread Marty
I have a lot of mp3 files that I want to re-compress with lame into smaller mp3s. I want the input name to be the output name with _24 appended to it. How could I use a script to do this in Linux? This is the lame command: lame -m m -b 24 input.mp3 output_24.mp3 Marty

Re: [mp3encoder] scripting lame in Linux

2007-11-10 Thread Marty
thanks! On Sat, 10 Nov 2007 23:09:56 +0100 Robert Hegemann [EMAIL PROTECTED] wrote: Am Samstag, 10. November 2007 21:13 schrieb Marty: I have a lot of mp3 files that I want to re-compress with lame into smaller mp3s. I want the input name to be the output name with _24 appended to it. How

Re: [mp3encoder] frequency

2006-04-16 Thread Marty Huntzberry
the -resample switch worked well. Thanks for everybody's help! Marty On Sat, 15 Apr 2006 17:56:48 +0300 Dimitar Dimitrov [EMAIL PROTECTED] wrote: According to lame's manual, -s sould be used only with raw audio files, i.e. wav files with no header. If the input file is an ordinary wave

[mp3encoder] conversion from low to high

2006-07-30 Thread Marty Huntzberry
I'm wondering if by using the following: lame -b 128 --resample 44.1 low.wav high.mp3 if a 96 kbits stream audiodumped to low.wav by mplayer would actually be a higher quality and better sounding mp3 (high.mp3) that would have 128 kbits? Marty

Re: [mp3encoder] trouble compressing a mp3 speech

2006-11-16 Thread Marty Huntzberry
I do have --decode ability and it makes a nice wav file that contains no static. When I resample the wav file at b 24 and 22.05 kHz I get static in the resulting mp3 file. I am using Fedora Core 6 on a Athlon 64 and LAME 3.97 for 64 bit pcs. Marty On Thu, 16 Nov 2006 18:46:58 +0100 robert

Re: [mp3encoder] trouble compressing a mp3 speech

2006-11-16 Thread Marty Huntzberry
This resamples without static: lame -m m -b 24 --resample 22.05 -f --scale-r -2 --mp3input input.mp3 output.mp3 I looked at the audio graph in audacity and realized it was recorded to loud so I took down the volume a little. Marty On Wed, 15 Nov 2006 20:14:31 -0500 Marty Huntzberry [EMAIL

Re: [mp3encoder] filtering bad recordings

2007-03-15 Thread Marty Huntzberry
: Marty, unfortunately, there's not much you can do since the recording itself was low quality. 22KHz should have been OK for voice, but looks like the mic was placed badly or the acoustics of your room/hall was not the best. Your best bet would be to forget about lame for the moment and try out

Re: [mp3encoder] filtering bad recordings

2007-03-19 Thread Marty Huntzberry
wow-that worked! I tried that in the past with another speech and didn't like 16 kHz sampling but with this mp3 it works fine. I dropped the re-sampling spec and the r switch and kept it mono: lame -m m -b 24 --mp3input original.mp3 compressed.mp3 Thanks for all the help! Marty Visit my

[mp3encoder] many wav files to 1 mp3

2007-11-25 Thread Marty Huntzberry
I ripped a cd that had 10 tracks with grip for Linux...so now I have 10 wav files. Can I use the --nogap option in LAME to merge these 10 files into 1 mp3? If so, how? Marty ___ mp3encoder mailing list mp3encoder@minnie.tuhs.org https