I\'m using AVAssetExportSession to export some stuff at 640x480, and the files are kind of monstrous -- predictably monstrous, but still monstrous, given that we need to upload them from the phone ove
I\'m working on a custom video player for iOS using AVFoundation. The idea is to be able to switch to a different video with a gesture (tap, swipe, whatever). Right now the player is working flawlessl
I am using the AVCam example App from Apple. This example uses AVFoundation in order to show video on a view.
I would like to cache progressive-download videos using AVPlayer. How can I save an AVPlayer\'s item to disk? I\'m trying to use AVAssetExportSession on the player\'s currentItem (which is fully loade
What I am trying to achieve is an if statement which finds out if AirPlay is enabled or not. I know that the property is allowsAirPlay and that it comes from MPVolumeView. But I am stuck from here on
I\'m trying to play multiple sounds at the same time. The approach initially I\'ve taken was to create several players , but it seems wrong one.
Am Captuing video usin开发者_如何学运维g AVFoundation frame work .With the help of Apple Documentation http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AVFoundationPG/Articl
This code below will compile and run, but the AVAssetWriterInputPixelBufferAdaptor is returning NO when I try to appendBuffer:
I\'m using OpenGL to do some image processing on each frame of a 1280x720 quicktime video. The frames are then read back and a new video is created from these. The problem is the large amount of data
How would one go about getti开发者_JAVA技巧ng an AVPlayer object to play its video content in reverse? The AVPlayerItem class has a property called \"reversePlaybackEndTime,\" which makes me think tha