scripting lame in Linux
Marty <[email protected]>
| Newsgroups | gmane.comp.audio.mp3.encoders |
|---|---|
| Message-ID | <[email protected]> |
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