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.24k stars 323 forks source link

progress event listener for compressing video #323

Open AlkanV opened 3 years ago

AlkanV commented 3 years ago

Current Behavior

while compressing video, there is no progress bar. is it possible to get how much bytes are progressed so that i can show user a progress bar.

Expected Behavior

Your Environment

software version
react-native-video-processing 2.0.0
react-native 0.63.3
node
3DJakob commented 2 years ago

This would be a very nice feature! In my app, I compress long videos and it is quite frustrating for the end-user not to know how much time it will take.

himanshi7046 commented 2 years ago

This would be a very nice feature! In my app, I compress long videos and it is quite frustrating for the end-user not to know how much time it will take.

Did you find any other?