Closed trickpirata closed 5 years ago
Would not suggest this due to #41 and the solution to this problem I posted there (or shortcut: my question related to #41 on SO). In my answer I write (I've tried it with AVAssetExportPresetPassthrough but then my solution didn't work anymore):
if let exportSession = AVAssetExportSession(asset: mixComposition, presetName: AVAssetExportPresetHighestQuality) { //DOES NOT WORK WITH AVAssetExportPresetPassthrough
EDIT: https://developer.apple.com/library/archive/qa/qa1744/_index.html
…hestQuality. According to apple docs: https://developer.apple.com/documentation/avfoundation/avassetexportsession/export_preset_names_for_device-appropriate_quicktime_files?changes=latest_minor