Transcoder icon indicating copy to clipboard operation
Transcoder copied to clipboard

[feature request] extracting frames (by timestamp) and creating video out of frames (with input / output framerate)

Open kibotu opened this issue 5 years ago • 2 comments

kibotu avatar Aug 26 '19 14:08 kibotu

I could also use video from bitmap frames functionality. Anyone have insight for the best way to go about this?

andrewcking avatar Sep 09 '19 13:09 andrewcking

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.

natario1 avatar Sep 10 '19 15:09 natario1