react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Add compressVideo option for iOS

Open luoxuhai opened this issue 2 years ago • 4 comments

Added compressVideo option for iOS, When set to false, does not compress videos. This is useful to improve performance :rocket:

Resolves #950

Example (180MB video file):

Option Time
compressVideo: true(Default) 20s
compressVideo: false 1s

luoxuhai avatar Mar 26 '22 04:03 luoxuhai

Can this get merged?

bvelasquez avatar Nov 15 '22 21:11 bvelasquez

Can this get merged?

Hi @ivpusic will you be able to merge this?

luoxuhai avatar Nov 16 '22 02:11 luoxuhai

can we merge this?

AlkanV avatar Aug 25 '23 11:08 AlkanV

compressVideo is needed for split file and using multipart upload

fukemy avatar Sep 18 '23 02:09 fukemy