| [SOLVED] Noob question about script for batch file processing Hi all, I've been using Linux for nearly two years now, but I'm far from a programmer. So I hope you'll all be gentle and not laugh too much at this question.
I have a folder of mp3s of different bitrates. I want to use lame to reencode all of them to be 128 kbit, as this is music for the gym and quantity is more important than quality. I've done this successfully with 1 file at a time,
lame -h song.mp3 song128.mp3
But I want to do it in a batch to all files in the folder, appending '128' or similar to the name of each converted file.
This is probably really easy, but I'm at a loss. Any ideas?
Thanks,
Brian |