This tag should be used for questions about the AVURLAsset class of the AVFoundation framework used in iOS, macOS, and tvOS.
This is pretty frustrating. I'm trying to get the size of an AVURLasset, but try to avoid naturalSize since Xcode …
xcode ios5 avurlassetSome days ago I was asked to check how difficult is to play a video while downloading it from Internet. …
ios swift avfoundation avplayer avurlassetI’m trying to create thumbnails for video files: - (UIImage*) thumbnailForVideoAtURL: (NSURL*) videoURL { AVURLAsset *asset = [[AVURLAsset alloc] initWithURL:videoURL …
avfoundation avurlassetI tried with following code to merge the audios. AVMutableComposition* composition = [AVMutableComposition composition]; AVURLAsset* videoAsset = [[AVURLAsset alloc]initWithURL:audioURL options:…
iphone audio merge avurlassetI'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