react-native-video-processor icon indicating copy to clipboard operation
react-native-video-processor copied to clipboard

Video processing functions

Results 3 react-native-video-processor issues
Sort by recently updated
recently updated
newest added

For some videos frames are not shown instead a grey bar appears.

In the documentation is it mentions hasAudio but I'm not able to set that: Would also be nice to pass an object in case I don't want to pass height...

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...