Encode/Transcode selected WAV/MP3 files to MP3 using LAME

If you want to transcode a MP3 file to a lower bitrate (i.e. you have a 320 CBR file and you want it to be 128KBit VBR) you can use the first command, too. But LAME will not write the ID3 Tag in the destination file for whatever reasons.

Here's a little extension to the command. Just paste this line after the LAME command:

"C:\_PATH_TO_id3cp_\id3cp.exe" {filepath$} {destpath$}{file$|ext=mp3}

It will just copy the source file's ID3 Tags to the new encoded file! :slight_smile:
The needed program for this is attached to this thread.

Have fun!
id3cp.zip (268 KB)