Concatenate and store on cloudinary

Options
vinodsnayvik
vinodsnayvik Member Posts: 5
edited April 9 in Developer APIs

I made a transformation url and want to save on Cloudinary. Is there any api where we can directly put newly generated video ?

Comments

  • Wissam
    Wissam Member, Cloudinary Staff Posts: 72
    Options

    Hi @vinodsnayvik ,

    Once you create a transformation URL and run it into a browser, a new derived version is saved in your account.

    Cloudinary's transformation URLs act as a dynamic delivery system. When you access a URL with transformations applied, Cloudinary generates the transformed version on the fly and delivers it. This functionality eliminates the need to save the transformed video explicitly.

    If you prefer pre-generating the transformed versions, Cloudinary offers Eager Transformations during upload. You can specify transformation parameters during the upload process using their SDKs or API. This creates the transformed video alongside the original upload.
    You can read more about eager transformation in the following documentation :
    https://cloudinary.com/documentation/eager_and_incoming_transformations#eager_transformations

    https://support.cloudinary.com/hc/en-us/articles/202521172-Should-I-use-lazy-or-eager-transformations

    There is also a tutorial video about Using Cloudinary's Eager Transformations to Automate Image and Video Processes.

    Please let me know if this answers your questions or if you have additional ones.

    Regards,

    Wissam