Skip to content

Boomerang returning blank #5

@allenkiehl

Description

@allenkiehl

I am able to successfully use .reverseVideo as an example, however, every time I use the boomerang function the video returned is null.

Example code

const boomerang = async (videoPath) => {
    const boomerangVideo = await VideoManager.boomerang(videoPath);
    setBoomerangVideoPath(boomerangVideo);
  };

This works

const reverseVideo = async (videoPath) => {
    const reversedVideo = await VideoManager.reverseVideo(videoPath);
    setReverseVideoPath(reversedVideo);
  };

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions