I use Terminal to encode mp3s from my Max encoded FLAC files, I was wondering if there was any way to write the FLAC tags into IDv3 tags from the command line.
Currently I use:
FLAC --decode --stdout file.flac | LAME -V2 --vbr-new - file.mp3
What commands or arguements could I add to have the output mp3 have all the tags?
Thanks for the great app!
Transferring FLAC tags to LAME mp3 tags (in Terminal)
Re: Transferring FLAC tags to LAME mp3 tags (in Terminal)
May I ask why you don't use Max to create MP3s from the FLAC files directly? If you do this the tags will be automatically transferred over.live4ever wrote:I use Terminal to encode mp3s from my Max encoded FLAC files, I was wondering if there was any way to write the FLAC tags into IDv3 tags from the command line.
Currently I use:
FLAC --decode --stdout file.flac | LAME -V2 --vbr-new - file.mp3
What commands or arguements could I add to have the output mp3 have all the tags?
Thanks for the great app!
If you want to use the command line, I am sure there is a linux program out there that does what you want- but I am not aware of one specifically.
-
- Posts: 68
- Joined: Sat Jan 14, 2006 12:32 am
- Contact:
There's a script on this page to do just that, I think. I haven't tested it.