-
Can I use tranformed video as overlay?
I have use case where I want to concatenate 100 - 150 clips of 10 seconds to make a highlight reel from a long may be 1-2 hour video. These can end up making the url long. So I was thinking whether I can transform each clips seperately then just kind of join it in the end using overlays. For ex I have to join 10 clips each…
-
Concatenation Storage Question
Hello, we are using the API to concatenate audio files. Let’s say we have an audio file that is 50MB and we want to create 100 different “localized” versions where part 1 is unique audio and part 2 of all the contented files is the same audio. Does the system create 100 new files containing the audio or does the…
-
Can't Upload Files To Root Location
I have 3 files with same name and different format: • favicon.ico • favicon.png • favicon.svg But I can't upload all of them because everytime I upload the newer file it replace the older file. Also I can't embed svg format into my website. Any solution?
-
How to set access_control with Windows CLI?
Hello! I am trying to upload an asset and set the access_control to token. However, I can't seem to get the formatting right on the command. call cld uploader upload 1.png -o use_filename true -o access_control '[{"access_type": "token"}]' error: upload() takes 1 positional argument but 2 were given It seems to be an issue…
-
Getting 494 Error
We generated this reel . We are getting 494 error. Please provide support this is a production critical issue.
-
Cloudinary video giving time out error.
http://res.cloudinary.com/ddyewklhk/video/upload/c_fill,du_12,h_1080,so_938.8,w_1920/fl_splice,l_video:ballerappCloudinary:66445980-D9CC-49D8-8D2A-FA656BF907EB-NL-merged.mp4:1713421058876/c_fill,du_12,h_1080,so_940.3,w_1920/fl_layer_apply/fl_splice,l_video:ballerappCloudinary:66445980-D9CC-49D8-8D2A-FA656BF907EB-NL-merged.m…
-
Cloudinary URL not loading for large video
I have an issue loading the Cloudinary URL and upon investigation, this is what I found Video size less than 100 BM with file extension + media transformation applied ⇒ media loads and plays 2. Video size greater than 100 BM with file extension + media transformation applied => video does not play media transformation…
-
Will there be a Collections API?
I am using Collections manually and Dynamic collections might also be useful. I would really like to programmatically build many more collections but there is no API. When might this be available? TIA, Mark
-
Is there any way to expire the signature after the media is uploaded ?
I am using cloudinary to store images, videos and GIFs. I am using nodejs to create the signatures. and below given cloudinary version. "cloudinary": "^2.1.0" Here is the code to generate signatures. const timestamp = Math.round(new Date() / 1000); const signatureParams = { public_id, timestamp, }; const signatureResult =…
-
Failed calling 'upload' - error: upload() takes 1 positional argument but 2 were given
Hi - I've been using the command line tool to upload images with bash for a few years, but it's just started erroring and I'm not sure why.. The error is - Failed calling 'upload' - error: upload() takes 1 positional argument but 2 were given The code is cld uploader upload ~[…]/$image public_id="images/" $public_id…
-
How to move one image from one folder to another?
I am trying to move an image from one folder to another with API and .NET here is my code: public string MoveImage(string oldPID, string newPID) { var cloudinary = new Cloudinary(cloudinaryUrl: "cloudinary://334819583972299:?????"); RenameParams renameParams = new RenameParams(oldPID, newPID) { FromPublicId = oldPID,…
-
Font latin extended character
I have a font where the character will not render, even encoded and escaped. in another font it renders fine. %C8%9B I tried inspecting the font in font-drop - but it shows as present. l_text:TiemposText-Regular.ttf_36:Dep%C4%83%C8%99e%C8%99te-%C8%9Bi%20recordurile ….
-
Concatenate and store on cloudinary
I made a transformation url and want to save on Cloudinary. Is there any api where we can directly put newly generated video ?
-
PDF Files Error
I'm using cloudinary as my default file storage for my django project. If I upload images from my application to cloudinary, I can get to view the uploaded image from the particular object's url. However, if I upload pdfs and I try viewing the uploaded pdf from application, I get the error "This page isn’t working If the…
-
Move image from one folder to another
Hi, How to move an image from one folder to another programatically using .net and your API? I found this article but it is not for .net https://support.cloudinary.com/hc/en-us/articles/202521002-How-to-move-an-asset-from-one-folder-to-another