core
core copied to clipboard
Feature Request: add a way to extract a frame from a `VideoClip`
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