Top "Avfoundation" questions

The AVFoundation framework provides both Objective-C and Swift interfaces for editing and playing audio-visual media in a Mac OSX or iOS application.

Subtitles for AVPlayer/MPMoviePlayerController

I am using m3u8 video format for streaming the video and now I need to display subtitles for the …

mpmovieplayercontroller avfoundation avplayer subtitle transport-stream
Photos framework: Connection to assetsd was interrupted or assetsd died

I am getting this error when I am trying to play multiple videos using this swift library (https://github.com/…

ios objective-c swift avfoundation photosframework
How to stream a video with AVURLAsset and save to disk the cached data

Some days ago I was asked to check how difficult is to play a video while downloading it from Internet. …

ios swift avfoundation avplayer avurlasset
Face Detection with Camera

How 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-detection
How to record a video with avfoundation in Swift?

I am trying to figure out how to record a video using AVFoundation in Swift. I have got as far …

ios swift avfoundation video-capture
How to use CVPixelBufferPool in conjunction with AVAssetWriterInputPixelBufferAdaptor in iPhone?

I have successfully created video from images using the following code -(void)writeImageAsMovie:(NSArray *)array toPath:(NSString*)path size:(…

iphone objective-c avfoundation avassetwriter
Having trouble creating UIImage from CIImage in iOS5

I'm using the AVFoundation framework. In my sample buffer delegate I have the following code: -(void)captureOutput:(AVCaptureOutput *)captureOutput …

iphone ios avfoundation ios5 core-image
Reading video frame-by-frame under iOS

I'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-video
Maintaining good scroll performance when using AVPlayer

I'm working on an application where there is a collection view, and cells of the collection view can contain video. …

ios video avfoundation avplayer
Swift 3 - AVCapture custom camera view

I was following through this video to make a custom camera view. https://www.youtube.com/watch?v=w0O3…

swift avfoundation ios10 avcapturesession avcapture