-
Can SEO Suffixes be used to trigger transformations?
When a single image be used with several different SEO suffixes, can each of those suffixes transform that image to an image with different resolutions? The help page suggests (to me) this is possible but I cannot get it to work. Thanks Mark
-
Upload from non-Express Node.js server
I have tried a bunch of different ways to upload images, successfully using the upload widget using signed and unsigned versions. I'm also able to upload an image not using the upload widget using a generated signature returned from our server. One thing I would like to figure out is a solution where I send an image to our…
-
Product Gallery Video Issue & Mobile Image Mode
Hi All I have a couple questions/issues that I'm looking to get some help with Firstly, i have noticed that on the Product Gallery, when I load in a video and attempt to click it, nothing happens, it doesn't open into the popup view. I can see it working if i scroll to it from another image. This also happens on the demo…
-
How to reduce bandwidth
Hi everyone. I use this service for managing the images of my application. We recently had a launch party where there was a significant increase in users and usage of the application. If the storage is insignificant and has remained almost constant over time, proportional to the growth of users, we have a significant…
-
Requesting an image with a different URL structure
I know that the structure URL of an image is typically https://res.cloudinary.com/lucecoplc/image/upload/t_media_lib_thumb/cld-sample.jpg To interface Cloudinary from my PIM system I need the URL to be structured with the transformation size on the RHS of the URL like this…
-
My developer account has been disabled, please so re-enable it?
My cloud-name is dwvcdfn26 . Please re-enable it, thanks you guys very much! :))
-
How to explicitly set the Duration of the Video
I have A question about the Metadata of the video. Let me provide you with full details. Here is what my Code Looks like when I Call the <CloudVideo/> { postFileMeta.cloudData && ( <CloudVideo publicId={postFileMeta.cloudData.public_id} /> } and Here is the code for <CloudVideo/> { const cld = useMemo( () => new…
-
Resize the image to fit the user on the phone
Hi everybody . How to optimize images for mobile users. Let me optimize the music on dzwonkimp3. Thank you for your help. Have a nice day
-
How can I remove logo from image?
How can I remove logo from image?
-
Cloudinary library crashes React app
I'm implementing Cloudinary in my React app, and I'm following the node quick start (https://cloudinary.com/documentation/node_quickstart). I've pasted the code directly from the quick start, and I have my environment variable pasted from my Cloudinary dashboard. When compiling, I'm getting a few dozen errors, all in the…
-
Image error when uploading video
Hi everybody . When I upload videos to a platform like YouTube instead of another platform, the device always reports an image error. I don't know where I need to edit. Is it that I did como cambiar el tono de llamada. Thanks for everyone's help
-
Auto cropping product images
Hi, I've trawled through the tutorials, knowledge base and community questions but can't find the answers to my questions, so I'm hoping somebody can help clarify whether it's possible to do the following. I want to batch auto-crop product photos so there's padding around the product as seen in the photo below. Original…
-
Retrieve video dimensions via Node
Hey! I'm trying to retrieve the dimensions of a few videos I uploaded to my account through this function: const checkImageDimensions = async (imageUrl: string) => { try { await cloudinary.uploader.explicit( imageUrl, { type: 'fetch', resource_type: 'video' }, function (error: any, result: any) { if (error) {…
-
How derived image is delivered to account user?
How derived image is delivered to account user?
-
Can i get a multiple URL's for an asset ?
When i upload an asset, can i get multiple URL's for the same asset so that i can use each for different purpose pointing to the same asset.
-
How to create logo image from the uploaded image?
How to create logo image from the uploaded image?
-
What prompt need to provide to genrative remove effect for removing logo from image?
What prompt need to provide to genrative remove effect for removing logo from image?
-
How can we add a logo on the uploaded image?
How can we add a logo on the uploaded image?
-
Is *.psd extention is allowed to upload and transform ?
Is *.psd extention is allowed to upload and transform ?
-
In which format the derived images will be downloaded by default?
In which format the derived images will be downloaded by default?
-
How can I get derived images in zip format?
How can I get derived images in zip format?
-
How can I get drived image delivery in Amazone s3 bucket?
How can I get drived image delivery in Amazone s3 bucket?
-
What is "allow for strict transformation" option?
what is the function of "allow strict transformation "?
-
MediaFlows - now with FlowAI
An early version of MediaFlows launched a few years ago on Product Hunt. We’ve come a *long* way since then. Today we’re launching a next-gen, low-code development environment powered by FlowAI, the language-to-flow capability that lets you build...crazy fast. MediaFlows provides a simple, drag-and-drop interface for…
-
Why cloudinary.uploader.upload_stream() does not work with the latest NextJS version?
let cloudinary = require("cloudinary").v2; let streamifier = require('streamifier'); let cld_upload_stream = cloudinary.uploader.upload_stream( { folder: "foo" }, function(error, result) { console.log(error, result); } ); streamifier.createReadStream(req.file.buffer).pipe(cld_upload_stream);
-
Preset and url combination
Hello, I have a presete that has 3 eager image resize and it works fine. Besides that I want set some tags to my images. Is it possible to pass the a request that defines the preset and also some tags that take place after the preset? or can I pass to my preset the tags dynamically from the url?
-
How to upload an image from cdn url in cloudinary?
The cdn url of the image is given. When I am trying to upload image from cdn it gives filenotfound exception. The code snippet is given below- Map result =…
-
Tags manipulation price
Hello, I would like to use tag on my images. I would like to know if there is a cost on this. I have seen the concept of taggin on uploads section which does not say anything about price and on the admin api which say there is a cost after a limit.
-
Disabling Video Downloads on Cloudinary
I need to share a link to a Cloudinary-hosted video while disabling or hiding the possibility of downloading the video itself. I'm wondering if it's possible to add the attribute controlsList="nodownload" so that the video rendered in the DOM has the following form: <video controls controlsList="nodownload"> I just want to…
-
Where can I get drived images?
Where can I get drived images?
-
Difference between Unsigned Presets and signed preset?
Difference between Unsigned Presets and signed preset? What are the pros and cons of using signed or unsigned preset?
-
Problems Implementing cloudinary video play with vue.js
Am trying to follow the training series on adaptive video streaming where the video player was implemented using react but I keep getting "cld.videoPlayer is not a function" when I try Implementing the video player in vue.js.
-
Video Generation Processing Time and Factors affecting it
Hey there, I know the video generation is still in Beta, but I'd love to understand how long you feel videos should take to get generated and what factors affect this in the following 2 scenarios: A user uploads a zipped video manifest file via API and then takes the value of the URL property in the response of this upload…
-
How to remove text from image below?
"Hercules" text from the above image.
-
How do i fetch a resource by it's public id when it is in a folder
import { v2 as cloudinary } from "cloudinary"; const public_id = 'samples/sea-turtle'; const asset1 = await cloudinary.api.resource(public_id); const asset2 = await cloudinary.api.resource('s:' + encodeURI(public_id)); const asset3 = await cloudinary.api.resource('s64:' + btoa(public_id)); neither of the above resource…
-
Uploading with Nextjs server action + cloudinary SDK
I dont know how to convert file to something else so it can be uploaded though using cloudinary.uploader.upload async function myAction(formData: FormData) { 'use server' const file = formData.get('getImage') formData.forEach((value, key) => { if (key === 'getImage') { const a = value as File; const blob =…
-
How to remove the border from an image in a video
When I add a square image as an overlay to a video and add a command to transform it into a circle, but it keeps the square edge. How do I remove this white border?
-
Video generation - passing public id containing a slash as a var
Hello, I'm trying to generate a video from a CLT template file as described here: https://cloudinary.com/documentation/video_generation. It works well if the video is located in the root folder (so no slashes in the public id), as well as with vars for text, colour, etc., but I'm having some issues passing a public id for…
-
Trying to upload multiple images, but can get only one uploaded,
const Upload = () => { async function handleOnSubmit(event: React.FormEvent<HTMLFormElement>) { event.preventDefault(); const form = event.currentTarget; const fileInput = form.elements.namedItem('getImage') as HTMLInputElement; const formData = new FormData(); let arrayFiles; if (fileInput) arrayFiles = fileInput.files ?…
-
Translate one metadata field of a JPG automatically and save the translated metadata field back
Our task For our online sales channels, we need images in which the USP shown on the image is superimposed. We need the images for 10 languages. Our idea: we would like to fill the field "Description" in the metadata with the German text, the file gets the name extension _de. Now we want to pass this file to a process that…