shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

Process Manager is not working with the content uri #345

Closed fazzysyed closed 3 years ago

fazzysyed commented 3 years ago

When I record a video from react-native camera the getImagepreviewforseconds work but when I pick a video by a react-native image picker I get setsource failed. getvideoInfo works with it but getImagepreviewforseconds the app is crashing on android

fazzysyed commented 3 years ago

okay i content the content uri to file uri using react native fs and get it worked