Transformation error.
I want to transform a video through an url.
I am using this, and it works.
(This is only a example)
---The original file is 22.2mb and it is mp4.
https://res.cloudinary.com/marvinq/video/upload/vc_h265/baea98vumoxllkwjx51uy.mp4
But I am trying to transform other video by the same way.
---This is a 47.5 mb and it is mp4 too.
https://res.cloudinary.com/marvinq/video/upload/vc_h265/zxmtanklwjye00t7ixro.mp4
it is the same url structure but that show me a error.
What happened here?
-
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.
Comments
1 comment