Skip to content

Feature Request: add a way to extract a frame from a VideoClip #78

@remorses

Description

@remorses

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions