Skip to main content

Transformation error.

Comments

1 comment

  • Raya Straus

    Hi Marvin,

    In general, to help debug Cloudinary URLs, the response includes a `X-Cld-Error` header.
    Looking at the URL you've shared, I see it generates the following error -

    X-Cld-Error: X-Cld-Error: Video is too large to process synchronously, please use an eager transformation with eager_async=true to resolve

    Cloudinary sets an online (synchronous) video transformation (40MB for free plans and 100 MB for paid ones). This means that for videos larger than the limit you'll need to perform the [video transformations eagerly](http://cloudinary.com/documentation/upload_videos#eager_video_transformations).

    Eager transformations can be set upon upload or by updating your current resources using the [explicit](http://cloudinary.com/documentation/image_upload_api_reference#explicit) API.

    1

Post is closed for comments.