I\'m writing some frames to video with AVAssetWriterInputPixelBufferAdaptor, and the behavior w.r.t. time isn\'t what I\'d expect.
AVAssetWriterInputPixelBufferAdaptor
If I write just one frame
Have you tried using this as your first call
CMTime t = CMTimeMake(0, 600); [videoWriter startSessionAtSourceTime:t]; [adaptor appendPixelBuffer:pxBuffer withPresentationTime:t];