MOV video trans-coding not working
I have a MOV video uploaded on cloudinary and trying to trans-code the same as MP4 by referring to video transcoding documentation on Cloudinary.
Transformation to MP4
http://res.cloudinary.com/nestled-time/video/upload/f_mp4/-KmzHCUJA-mkOWvlVANb.mov
Transformation to WebM
http://res.cloudinary.com/nestled-time/video/upload/f_webm/-KmzHCUJA-mkOWvlVANb.mov
Both the above transformations are not working.
Please help!
-
Really strange, its working on the newly uploaded MOV file!!
http://res.cloudinary.com/nestled-time/video/upload/f_webm/-Kn-1si-8xYYcQhheutr.mov
http://res.cloudinary.com/nestled-time/video/upload/f_mp4/-Kn-1si-8xYYcQhheutr.mov
0 -
Hi
It looks like this specific video has an audio codec that we do not yet support.
We have opened a request with our dev team to upgrade to the latest version of the relevant component so we would be able to support that codec as well.
I would be happy to let you know once this is in place.
0 -
Hi Grant,
In general, to help debug Cloudinary URLs, the response includes an `X-Cld-Error` header.
Looking at the URL you've shared, I see it generates the following error -X-Cld-Error:Video is too large to process synchronously
Cloudinary sets an online (synchronous) video transformation limit. This means that for videos larger than the limit you'll need to perform the video transformations eagerly.
Eager transformations can be set upon upload or by updating your current resources using the explicit API.
If you are still struggling with transcoding your video, please open a support ticket at https://support.cloudinary.com/hc/en-us/requests/new and we will further assist you with the implementation.
Thanks,
Raz
0
Post is closed for comments.
Comments
4 comments