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.

First frame of a video using AVFoundation

I'm trying to get the first frame of a video using the classes in AVFoundation. But it appears to not …

objective-c ios avfoundation
create video from array of UIImages and save the video to iPhone library. AVAssetLibrary +AVFoundation

Problem in saving video to iPhone Library. i have an array of UIImages,and two buttons ,"convertToVideo"&"saveToiPhoneLib" -(…

ios4 uiimage export avfoundation avassetwriter
Pause & resume video capture for same file with AVFoundation in iOS

I'm trying to figure out how I can implement functionality to repeatedly pause and resume video capture in a single …

iphone ios objective-c avfoundation video-capture
How can I know users click fast forward and fast rewind buttons on the playback controls in iPhone

I want to implement the following things, App is running a music or video (using MPMoviePlayerController) in background. User double …

ios objective-c avfoundation mpmovieplayercontroller playback
How to create video from its frames iPhone

I had done R&D and got success in how to get frames in terms of images from video …

objective-c video avfoundation mpmovieplayercontroller
CALayer - Place sublayer below storyboard UIButtons?

I've got a view controller in my storyboard with several UIButtons. One of them activates an AVFoundation camera preview layer …

ios uibutton avfoundation calayer avcapturesession
AVQueuePlayer/AVPlayer loading notification?

I have an AVQueuePlayer (which obviously extends AVPlayer) that loads a playlist of streaming audio. Streaming is all working fine, …

objective-c ios avfoundation avplayer avqueueplayer
Rotating Video with AVMutableVideoCompositionLayerInstruction

I'm shooting video on an iPhone 4 with the front camera and combining the video with some other media assets. I'd …

iphone ios video-capture avfoundation
Why won't AVFoundation link with my XCode 3.2.3 iPhone 4.0.1 project?

I'm following the reference at http://developer.apple.com/iphone/library/qa/qa2010/qa1702.html to capture video from the …

iphone avfoundation