EasyTag with AAC support, for Dapper
Published October 8th, 2006 in CodeWhat a PITA. EasyTag in Dapper can’t edit tag information for .m4a (AAC) files, nor can you easily compile a version that
Fortunately, I wasted an hour of my life and resolved this by downloading a new version of the MPEG4 IP package, building the libmp4v2 part, installing it, and then rebuilding easytag with –enable-mp4.
Since libmp4v2 is also used by gstreamer for AAC playback, and I wasn’t convinced that it was sufficiently backward compatible, I hacked up the linking step of easytag’s build so that it statically links libmp4v2. The resulting easytag can run on Dapper, and edit .m4a tag information.
So come and get it:
2 Responses to “EasyTag with AAC support, for Dapper”
Leave a Reply
You must log in to post a comment.
Hi,
Thanks muchly for this. I’m running Kubuntu Edgy Eft (6.10) and was able to just drop your binary over the top of the non-M4A/AAC version in /usr/bin that was installed by the package from the main ubuntu repositories.
It’s a really annoying omission from the PLF ubuntu archives …
Many thanks!
Sam.
Google sent me here. Thanks for posting the Easytag binary — I tried somewhat unsuccessfully to get it compiled myself, so glad you’d done it.