Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for open-source library for editing AAC metadata (M4A files) [closed]

I'm looking for an open-source library for editing AAC metadata in M4A files (as appearing in iTunes). Specifically, I need to be able to add an album art tag. It should be something similar to id3lib, which works with ID3 tags on MP3 files.

like image 351
Tim Norman Avatar asked Oct 08 '08 11:10

Tim Norman


1 Answers

Try looking at mp4v2. Although the code base is rather large and may be difficult to integrate into your build system, the library provides some command-line executables that you can use to modify AAC tags, including artwork.

Thanks.

like image 131
adib Avatar answered Oct 17 '22 11:10

adib