-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boomerang returning blank #5
Comments
Hi, can you share the ffmpeg logs? |
LOG Loading ffmpeg-kit-react-native. |
Does the video have sound? I guess your video has no sound and that causes the error. I will fix it. |
@allenkiehl You can check it out now. |
Now, I'm getting
|
Here is my full code example.
|
Are you trying with the simulator? Can you try with a real device? |
It is on a real device, I have tried on both iPhone and iPad. |
Hmm, there might be a few things;
|
yes, videoPath is valid and works on all other modes such as reverse, speed, etc. It is only the boomerang that is not working. |
FYI, I added the code I'm testing with so you can use the code to see the errors yourself. |
If Everything works except boomerang, then try to reverse video and merge original video and reversed video. Or vice versa. |
merge video is also giving me a conversion failed |
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
This works
Any ideas?
The text was updated successfully, but these errors were encountered: