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

Large file size Video not compressing #308

Closed ahmadzahidglixen closed 3 years ago

ahmadzahidglixen commented 4 years ago

Current Behavior

The library is working fine for smaller size of videos. If I try to compress a larger size video ( 317 MB ) in my case. It doesn't respond.

Expected Behavior

Should compress the larger files, that is where the compression is needed the most.

Your Environment

software version
react-native-video-processing Bunhouth/react-native-video-processing
react-native ^0.61.2
node v12.4.0
walvekarnikhil commented 3 years ago

@ahmadzahidglixen Getting the same error, did you find any solution or root cause?

ahmadzahidglixen commented 3 years ago

@walvekarnikhil no, I haven't found any root cause of behaviour. Had to switch change library for compressing videos.

Now i'm using: https://www.npmjs.com/package/react-native-audio-video-tools that uses ffmpeg at the core.