I need a way to extract a still frame from a VideoClip, it would be awesome to add a method to do that, similar to composition.screenshot()
class VideoClip {
frameAt(time: Time): ImageClip
}
The return type could be an ImageClip or a ArrayBuffer
Reactions are currently unavailable
I need a way to extract a still frame from a VideoClip, it would be awesome to add a method to do that, similar to composition.screenshot()
The return type could be an ImageClip or a ArrayBuffer