I have a few FLAC files that I'd like to play with iTunes. I would like to retain the metadata if possible.
How can I convert the files to a format supported by iTunes?
|
I have a few FLAC files that I'd like to play with iTunes. I would like to retain the metadata if possible. How can I convert the files to a format supported by iTunes? |
||||
|
|
You can always convert media via FFmpeg, available as a static build for OS X from the downloads page.
Set the quality via |
||||
|
|
|
I've recently used xACT, a front end to several audio manipulation and tagging programs. It can do conversion from FLAC to MP3, AAC and Opus. Here you can see the tab from which you perform the conversion:
The metadata are preserved, as you can see from the Media Information dialogs (taken in VLC) for a FLAC file and its conversion in MP3:
P.S.: the linked site uses frames, to read a comprehensive description of the program follow this link. |
|||
|
|
|
This only converts to lossless and non-lossless formats. You can use it to convert to Apple Lossless that iTunes can play then play that or rip it to whatever lossy format you prefer that iTunes supports. |
||||
|
|
|
aac:
-aq 400 ≈ 270 kb/s for music, 200 ≈ 210 kb/s, 100 ≈ 130 kb/s. alac:
mp3:
-aq 0 corresponds to -V0 in lame. ffmpeg preserves tags by default but not cover art. |
||||
|
|