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

Updated lib for androidx #251

Closed edferreira closed 5 years ago

edferreira commented 5 years ago

I had to made some changes to your lib for use in my project, so I'm creating this PR hoping it can help you to maintain the lib

The changes consist into updating some .java to new androidx and other minor fixes

I also had to add some functions to it to retrieve a list of images. The function receives a source image, start time, end time and a step and returns a list of images of those timestamps