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

Suggestion for people not able to run this library #263

Closed OmarBasem closed 4 years ago

OmarBasem commented 4 years ago

Since this library is no longer maintained, an alternative is to run ffmpeg (a library which react-native-video-processing uses for video processing) on the backend instead of the frontend.

shahen94 commented 4 years ago

This project is maintained by the community - FFMPEG you can run on the backend, but it will not be a solution for various tasks.

FFMPEG is very heavy and running it on the backend could produce performance issues if you'll not manage memory very carefully