Transcoder
Transcoder copied to clipboard
[feature request] extracting frames (by timestamp) and creating video out of frames (with input / output framerate)
I could also use video from bitmap frames functionality. Anyone have insight for the best way to go about this?
If you have OpenGL experience, you can set a TimeInterpolator
that is currently invoked at each frame with the frame timestamp as argument. When it is invoked you can use glReadPixels()
to get an array of image data and then a Bitmap.