Editing Tags for AAC/MP4 would make this script my hero. But I may jsut have to do it myself! Any plans?
-matt
Writing AAC/MP4
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
-
- User
- Posts:1
- Joined:Thu Sep 23, 2004 6:09 pm
- Location:Nashville, TN
- Contact:
But! But! whaaaaa
But......
Ok. right on. Good codebase to recomend as a well written example? Binary manipulation in php is da dumps. Can I cheat and use mpeg4ip's tools?
-matt
Ok. right on. Good codebase to recomend as a well written example? Binary manipulation in php is da dumps. Can I cheat and use mpeg4ip's tools?
-matt
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: But! But! whaaaaa
You can use libmp4v2 from MPEG4IP for MP4 file and tag reading/writing, it works fine in FAAC, open source AAC encoder, too, because the necessary source code was added to MPEG4IP by Menno, the FAAC project admin.mixonic wrote:Good codebase to recomend as a well written example? Binary manipulation in php is da dumps. Can I cheat and use mpeg4ip's tools?
So you can find libmp4v2 in the current FAAC CVS snapshot on Audiocoding.com (folder /common/mp4v2) or in the MPEG4IP CVS and tarballs. By the way, the SourceForge project Madman (file management for XMMS etc.) has just added this feature to their CVS.