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'm trying to get the first frame of a video using the classes in AVFoundation. But it appears to not …
objective-c ios avfoundationProblem in saving video to iPhone Library. i have an array of UIImages,and two buttons ,"convertToVideo"&"saveToiPhoneLib" -(…
ios4 uiimage export avfoundation avassetwriterI know you could merge multiple clips and create a single video by appending one after other using AVFoundation classes- …
ios4 avfoundation video-editing adobe-premiere avvideocompositionI'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-captureI want to implement the following things, App is running a music or video (using MPMoviePlayerController) in background. User double …
ios objective-c avfoundation mpmovieplayercontroller playbackI had done R&D and got success in how to get frames in terms of images from video …
objective-c video avfoundation mpmovieplayercontrollerI've got a view controller in my storyboard with several UIButtons. One of them activates an AVFoundation camera preview layer …
ios uibutton avfoundation calayer avcapturesessionI have an AVQueuePlayer (which obviously extends AVPlayer) that loads a playlist of streaming audio. Streaming is all working fine, …
objective-c ios avfoundation avplayer avqueueplayerI'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 avfoundationI'm following the reference at http://developer.apple.com/iphone/library/qa/qa2010/qa1702.html to capture video from the …
iphone avfoundation