The AVFoundation framework provides both Objective-C and Swift interfaces for editing and playing audio-visual media in a Mac OSX or iOS application.
I am using m3u8 video format for streaming the video and now I need to display subtitles for the …
mpmovieplayercontroller avfoundation avplayer subtitle transport-streamI am getting this error when I am trying to play multiple videos using this swift library (https://github.com/…
ios objective-c swift avfoundation photosframeworkSome days ago I was asked to check how difficult is to play a video while downloading it from Internet. …
ios swift avfoundation avplayer avurlassetHow can I do face detection in realtime just as "Camera" does? I noticed that AVCaptureStillImageOutput is deprecated after 10.0, so …
ios swift avfoundation face-detectionI am trying to figure out how to record a video using AVFoundation in Swift. I have got as far …
ios swift avfoundation video-captureI have successfully created video from images using the following code -(void)writeImageAsMovie:(NSArray *)array toPath:(NSString*)path size:(…
iphone objective-c avfoundation avassetwriterI'm using the AVFoundation framework. In my sample buffer delegate I have the following code: -(void)captureOutput:(AVCaptureOutput *)captureOutput …
iphone ios avfoundation ios5 core-imageI'm looking for a way to retrieve the individual frames of a video using iOS API. I tried using AVAssetImageGenerator …
ios video frame avfoundation core-videoI'm working on an application where there is a collection view, and cells of the collection view can contain video. …
ios video avfoundation avplayerI was following through this video to make a custom camera view. https://www.youtube.com/watch?v=w0O3…
swift avfoundation ios10 avcapturesession avcapture