I am using an AVCaptureSession to capture audio and video samples from the devices microphone and camera.
I am recording a trailing buffer of video.At 15 second intervals, I am creating a new instance of AVAssetWriter, and adding my instance of AVAssetWriterInput as an input.I am grabbing frames using AVC
i am working on an application that receives the H264 stream from network and writes that stream to the MOV file. For writing t开发者_如何学JAVAo MOV I am using AVAssetWriter(with AVAssetWriterInput s
I am using the MediaItem api to gather assets from the iPod library.There is a strange bug I am running into after the application has been running for a while.I will run the following code and the AV
Weeks ago, I posted this thread regarding problems I was having with AVAssetWriter: AVAssetWriter Woes
i m trying to capture the frame buffer data and convert into video for my iphone game.. i m using AVAssetWriter to accomplish this thing.
I am at my wits end here despite the good information here on StackOverflow... I am trying to write an OpenGL renderbuffer to a video on the iPad 2 (using iOS 4.3). This is more exactly what I am att
I\'m using the pixelBufferPool within an AVAssetWriterInputPixelBufferAdaptor to create pixel buffers for use with the append method. After creating 4 buffers, the pixelBufferPool property becomes NUL
I am using AVAssetWriterInput to take an mp3 file from the user, and email it (DRM free only). I got the process to work when using PCM, but when I try mp3, or m4a, or caf, I either get a file that do
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