I am trying to encode some .wav files to .mp3 @ 320 CBR. Is there any way I can encode an entire directory?
I've been looking through 'lame -?' and 'lame --help' and found nothing about multiple files.
I've tried 'lame -b 320 <input filename>' and that encodes single files fine, only it doesn't carry over the tag info.
Is there any way to encode multiple .wav files and automatically carry the tags over, or better still - encode straight from FLAC to mp3 and carry tags over?
Cheers