Skip to content

Do start, stop functions take only seconds? #225

Description

@scar-2018
const vCtx = new VideoContext(canvas);
node = vCtx.video(`${videoPath}`);
node.start(0.5);
node.stop(5.5);

I want to start the video from .5s till 5.5s. But it looks like start/stop functions take only seconds. All sample codes also use seconds, not milliseconds.

Is there any way to feed milliseconds in start/stop functions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions