Post

Replies

Boosts

Views

Activity

Reply to Crash When Exporting Video with Text Overlay
Same issue on iOS 18.4 when I'm trying to export a composition. The issue only occurs on a simulator, it works well on my device. No issue if I comment the line setting the videoComposition to my expoter. let composition: AVMutableComposition = .init() ... let videoComposition: AVMutableVideoComposition = .init() ... let exporter = AVAssetExportSession( asset: composition, presetName: AVAssetExportPresetHighestQuality ) // The issue comes from the AVVideoComposition set here exporter.videoComposition = videoComposition
Topic: Media Technologies SubTopic: Audio Tags:
Apr ’25