core icon indicating copy to clipboard operation
core copied to clipboard

Feature Request: add a way to extract a frame from a `VideoClip`

Open remorses opened this issue 5 months ago • 0 comments

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

remorses avatar Jul 18 '25 14:07 remorses