react-native-video-processing
react-native-video-processing copied to clipboard
Native Video editing/trimming/compressing :movie_camera: library for React-Native
Would be nice to see a video buffering callback on the VideoPlayer component.
Is it possible to adjust the gamma and brightness of the video with this library?
### Current Behavior I noticed in android you are using 'com.googlecode.mp4parser:isoparser:1.1.20' to trim. When trimming a video the native call goes to genVideoUsingMp4Parser() method and it crashes with log: Fatal...
I am getting a lot of swift errors using: - React Native 59.9 - XCode 11.2.1 Any ideia what this could be?
Hey @shahen94, thanks a lot for developing and maintaining this package! It does have some issues related to UI Manager in default props... Commenting them out helps in getting rid...
How do i know the selected video's orientation as it comes in to be trimmed? I want to know whether to load the video portrait or landscape in VideoPlayer ```...
> Configure project :react-native-background-upload WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see:...
7. Import RNVideoProcessing.h into your project_name-bridging-header.h what does it mean?
Library is not working in fresh installed react native version Not even able to run project with react-native run-ios cmd package.json file ``` "dependencies": { "@react-native-firebase/app": "^6.0.1", "@react-native-firebase/ml-vision": "^6.0.1", "react":...