-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels