-
Upload webm as mp3
We're making a chat application in Flutter that features voice recording. On the web client, the files are encoded as webm and those are not supported for playback on iOS. I guess I can use the transformation tools to re encode the webm to mp3 on download - but this is probably not optimal, is there a way to automatically…
-
Is there a way to crop custom coordinates using the React/NextJS SDK?
Hi! We use the nextJS component for displaying cloudinary images which works great. We want to build in the ability for admins to crop and move images around for profile pictures, which gives us a "zoom/scale" value and an x/y coordinate. It looks like both are supported via API, but not clear how we'd do this in our react…
-
Trying to overlay PNG images and I am wrong somewhere...
Long story short, I am trying to make a review system where I can overlay PNG's to make custom charts. Here are some examples of the direct URLs: https://res.cloudinary.com/dlxzju4kg/image/upload/botanist/3Heat.png https://res.cloudinary.com/dlxzju4kg/image/upload/botanist/1Spice.png…
-
How can I upscale images programmatically without restriction to image size for my nextjs project?
I am building an AI image and video editing web app using nextjs. Based on the AI image feature I would like the cloudinary api upscale feature to upscale any images irrespective of the image size. How do I achieve that? Here is the cloudinary api uspscale feature code am using in my project "import { upscale } from…
-
Must supply api_key Error
import { v2 as cloudinary } from "cloudinary"; cloudinary.config({ cloud_name: process.env.CLOUDINARY_CLOUD_NAME, api_key: process.env.CLOUDINARY_API_KEY, api_secret: process.env.CLOUDINARY_API_SECRET }); const uploadOnCloudinary = async (localFilePath) => { try { // Upload the image const result = await…
-
Preview image for uploaded videos
Is there a way, programmatically or otherwise, where one could build a process to get a snippet of a video to use as a preview image? Users on my platform have an image gallery, and I'd like to have the option to upload videos. For the videos, I'd like to have a static image in the gallery, preferably with a play button…
-
StringDictionary values for BuildVideoTag
Where can I get a list of the values/options supported for this function? The only ones I can seem to find are the ones listed in the examples. Thanks
-
How can I upload images >20MB using transform url?
I'm using cloudinary's transform url https://api.cloudinary.com/v1_1/demo/image/upload to optimize my images. It works fine for images smaller than 20MB but when I try to upload an image >20MB it fails. After researching I found out that that's the maximum image size which is allowed for paid plans. But the sdk's provide…
-
Cloudinary cloudinary = new Cloudinary(Environment.GetEnvironmentVariable("CLOUDINARY_URL"));
When I run my app I get the following error. System.UriFormatException: 'Invalid URI: The hostname could not be parsed.' I am running this on a blazor app and I am trying to upload my images. Can anyone help? Thanks
-
Has anyone use synfusion sfUpload
I am trying to upload images to my account using SyncFusion SfUpload. Has any used this or can point me to where I might get some info on this? Thanks, Tom7254
-
how to find my cloudinary url
-
I can't delete upladed image using it's public_id from react vite app.
I have react vite app and I wanted to delete an image by passing public_id, but I couldn't make it work. My upload code works fine, but not the delete one. Please review my code and I needed your assistance. export async function uploadFile( profilePicture: File): Promise<{ images_url: string; images_public_id: string }> {…
-
Deleting Cloudinary Assets
Hi, I am using this API Cloudinary::Api.delete_resources([public_id_1, public_id_2], { all: true, resource_type: 'video' }) I am planning to delete the original asset and other derived transformations EXCEPT one of the transformations (basically thumbnail) of the original asset. Is that possible? If so, please suggest me…
-
Mp3 to M3U8 audio file bitrate and quality transformation.
I want to create an m3u8 file from my node api. Though it converts the extension type and i can easily play it on any m3u8 player. But it fails to perform other transformations like bitrates. I think cloudinary does not support adaptive streaming for audio only files, so i am creating 3 transformations with different…
-
Mixed Content error was occurred when import cloudinary url-gen in javascript
Hi Everyone. I am a new in the Cloudinary. My apps paltform is on the Heroku. After running the app with the Cloudinary SDK, I got the following error message. Mixed Content: The page at 'https://abc.herokuapp.com/user_profile.html' was loaded over HTTPS, but requested an insecure script…