Macos – export to MP3 from quicktime API

macosquicktime

A question for Apple,QT programmers.

Would like to know if it's possible to export a Movie object to MP3 using the QuickTime API. Preferably the ConvertMovieToFile function. I've looked at QTComponentTypes.h but don't see an entry for MP3.

I need to export audio in a format that can do > 4GB.

Best Solution

Can't be done due to codec licensing issues.

Though these issues may go away since they've stopped charging money for QuickTime.

Related Question