I am trying to merge several audio files into a single mp4 / m4a file containing chapter metadata.
I am currently using QTKit for this, but unfortunately when QTKit exports to m4a format, all metadata is completely deleted (this was confirmed as an Apple error) see code example . I think this is a QTKit rule for this to work, but it would be happy if it turned out to be erroneous, since it is a really neat API for it if it works.
So, I'm looking for a way to combine audio files (the input format does not really matter, since I can do the conversion) into an m4a file with chapter metadata.
As an alternative to code, I am open to the idea of ββusing an existing command line tool to accomplish this if it is redistributable as part of another application.
Any ideas?
objective-c cocoa audio macos quicktime
Dave verwer
source share