Skip to main content

How to reduce upload video time using IOS and Android Sdk's?

Comments

1 comment

  • Aditi Madan

    Hi,

    Transforming videos right on upload adds more delay as it takes some time to generate the derivative.

    I would suggest using async=true when uploading resources with transformation or if you are uploading both original and creating a derived with the transformation then using eager_async=true will be more efficient.

    More on eager transformation here: https://cloudinary.com/documentation/upload_images#eager_transformations

    Regards,

    Aditi

    0

Post is closed for comments.