I\'ve seen this question asked a few times, but none of them seem to have any working answers.
The requirement is to reverse and output a video file (not just play it i
Worked on this over the last few days and was able to get it working.
Source code here: http://www.andyhin.com/post/5/reverse-video-avfoundation
Uses AVAssetReader
to read out the samples/frames, extracts the image/pixel buffer, and then appends it with the presentation time of the mirror frame.