MSImageMovieEncoder
MSImageMovieEncoder copied to clipboard
Looks Like Slow Motion Video
This is super good work indeed. Helped me a lot. Specially with performance.
But I do not think below is a good thing.
-(BOOL)nextFrameInBGRCGBitmapContext:(CGContextRef*)contextRef;
Because it allows only to return true and false.
But if the frame is same (not updated with the next frame). Then it repeatedly add the same frame to the recording and when play looks like slow motion video.