Aug 29, 2007, 08:31 AM
Local time: Aug 29, 2007, 02:31 PM
|
#1 of 15
|
If you want only open-source tools then you could use something like toolchain:
flac-1.2.0 to decode the .FLAC (the reference encoder also contains a decoder)
lame-3.97 to encode to .MP3
metaflac to extract tags from .FLAC, and eyeD3 to write them to the .MP3
That's fully scriptable and should be fast. And can be used for a massive amount of files without clicking orgies.
EDIT: If you have only 'basic' tags in the .FLAC you can avoid eyeD3 and simply pass them to lame.
Jam it back in, in the dark.
Last edited by LiquidAcid; Aug 29, 2007 at 08:34 AM.
|