Skip to content

Compression is Taking too long in device (30 seconds) . I am Newly using this library , so if someone facing this issue how your overcoming this ? #384

Description

@agavian-software

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);
}
);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions