How can I use AVAssetExportSession to only export audio to, let's say, an *.aif or an *.mp3 file? Whenever I try providing anything other than @"com.apple.quicktime-movie" for the outputFileType-property, it crashes.

link|improve this question

feedback

1 Answer

It is probably because .mp3 is not a supported export file type

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.