So lets say a video Upload of 250 mb if i do compression and upload -> Compression (35 seconds ) -> upload 10 seconds-> Total -> 45 seconds
If i did n't do the compression upload itself taking ->55 seconds
Nothing much difference ..
But if i do same in WhatsApp it is very fast .
So Is this behavior normal ..If not how to overcome this?
Im doing this
const result = await Video.compress(
'file://path_of_file/BigBuckBunny.mp4',
{},
(progress) => {
console.log('Compression Progress: ', progress);
}
);