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()` ```ts class VideoClip { frameAt(time: Time): ImageClip } ``` The return type could be an ImageClip or a ArrayBuffer
I need a way to extract a still frame from a
VideoClip, it would be awesome to add a method to do that, similar tocomposition.screenshot()The return type could be an ImageClip or a ArrayBuffer