An AVAssetExportSession object transcodes the contents of an AVAsset source object to create an output of the form described by a specified export preset.
We add subtitles to a video recorded by the user, but the export by our AVAssetExportSession object fails non-deterministically: sometimes …
ios swift avfoundation avassetexportsessionI'm trying to merge some videos in a unique output.mov. The exported file isn't playable and I don't now …
ios swift avfoundation avassetexportsessionI want to trim a video: -(void)trimVideo:(NSURL*)outputURL { //[[NSFileManager defaultManager] removeItemAtURL:outputURL error:nil]; AVURLAsset *asset = [AVURLAsset …
iphone objective-c ios avfoundation avassetexportsessionI'm using next snippet to loadValues synchronously, so loading = NO never fires. And I have the same problem with AVAssetExportSession …
objective-c avfoundation avurlasset avassetexportsession