Want to see some of the latest and greatest Programmable Media features from Cloudinary? If so, you're in luck as Aditya Ghule, Paul Thompson and I have produced three new walkthrough videos for you to do so. Correcting Old, Damaged Images with Generative Restore and AI Video Analytics with Video.js + HLS.js Support, API…
Cloudinary has several ways to get help. If you're not sure where to look for help, here's some advice on when to use our sites and services: 🔹 Documentation & Knowledge Base If you're looking for general information on using our products, our Getting Started guides, or know exactly what you need help with, the…
Welcome! We are so glad you're here. But before you get started, here are some things you need to know. This community has a set of standards across all our online spaces. They include (but are not limited to) the following principles and rules: Respect Our community members come from all over the planet and walks of life.…
I'm searching through all of the resources, but haven't came across this yet, so here I am. What I'm doing specifically is - I have images that I'd like to add a "starburst / shine" to. The location of where I'd like to add this is "at the highest point on the thing". Kind of like "on the face" but in this case, it's not a…
Hi there, Since last month my account run out of credits all a sudden and it was due to massive load of requests that used up 4GB of traffic in a day! I suspect it is some bot and the delivery report showed 80% are comming from browser Bytespider. I am on a free plan and is there any settings I can stop them getting my…
I am trying to upload webm file to my strapi project and i am getting the following error: image 1660×496 71.8 KB my plugins.js file is set to default configuration that is: upload is happening via @strapi/provider-upload-cloudinary which is of version 4.10.1 How can i control the allowed media types.
I'm trying to get videos from our cloudinary library to play in a video player in a React Native Expo app. I can't find a link that would work in a 3rd party player and was wondering if that was even possible. If not, I would like to know if anyone has successfully set up the Cloudinary video player in an Expo app. Thanks…
Exactly as the question title states, I'm having difficulty with certain gifs simply refusing to embed. I'm using the URL method to produce transformations using f_auto (print…
Exactly as the question title states, I'm having difficulty with certain gifs simply refusing to embed. I'm using the URL method to produce transformations using f_auto (print…
Hello, I am a beginner developer and I have been very happy with cloudinary for my asp.net core web api image upload, but the upload result returns a http url instead of https even after setting my params up like so var account = new Account( cloudinarySettings.CloudName, cloudinarySettings.ApiKey,…
I want to clarify my transformation expenditure when using q_auto. As far as I understand, f_auto creates four different formats of the asset to be served depending on the compatibility of the end-user browser client. I also understand that q_auto analyses each individual asset to determine the optimal delivery quality.…
I'm trying to implement a custom font on the transformation URL API but whenever I try using it it looks like it gets cropped weirdly. Here's a transformation URL to showcase what happens when I try the name Sam:
I've duplicated the Postman collection and now I'm trying to upload images with the q_auto transformation like this - (with a file selected obviously) No matter what I set the quality too though, I always get a "file size too large" error, showing the same file size for the uploaded file. I can't figure out whether that's…