-
Background swap on any video
I have yet to find a way to easily remove the background from a video so we can then replace that background with any image. Our use case is like most mobile apps where users can easily change out the background behind them. And No - I do not want to force our users to film on a greenscreen. Let me know if this is on the…
-
[Wordpress plugin] Some videos don't sync
Hello everyone, I have a wordpress website that uses Cloudinary plugin to upload media files. I see that some videos don't sync and I don't know why. If I move the mouse on the error icon it says missing header/body separator . I didn't undestand why it happens only for few medias and I don't know how to investigate the…
-
TikTok URL Prefix Validation
Hi, I'm trying to publish content stored in Cloudinary to TikTok. TikTok will only allow content published from a verified domain or URL prefix. The way you do this is by uploading a .txt file to the URL and then TikTok will verify that the file is there. However, it's not working for some reason. I've tried giving a few…
-
Using Preview
Using the preview is awesome and fits my needs. My workflow so far is I upload a video, create the transcript and allow the user to either give me a preview of either 15 or 30 seconds. I was using the auto generated transcript to show subtitles outside the video. However since the preview is a shortened version of the…
-
I am getting CORS error while getting video analytics
Here is my code; const fetchVideoAnalytics = async (publicId) => { try { const response = await fetch( `https://api.cloudinary.com/v1_1/${cloudName}/video/analytics/views?expression=video_public_id=${publicId}`, { method: "GET", headers: { mode: "no-cors", Authorization: `Basic ${basicAuth}`, }, } ); const analyticsData =…
-
Inquiry About Video Analytics Update Timing
I’m curious about when the video analytics get updated. I’ve tried using the iframe and the cloudinary-video-player along with the CldVideoPlayer from Next.js, but I’m not seeing any updates in the Video Analytics. Anyone know how often this data refreshes? Thanks for any help!
-
Transformation : Blur doesn't work, everytime time out by Make
Hi, I have a problem with Cloudinary, i can't transform my vidéo with any kind of blur, all my request are timeout by Make (Integromat). Someone know what is going on or have a solution for that ?
-
Inconsistent Behavior from Start Offset
Hello - I'm experiencing inconsistent behavior with Start Offset and would appreciate any guidance! My understanding is that applying a start offset to an overlay directly (eg /l_video:overlay/so_3/fl_layer_apply) cuts off the first 3 seconds of the overlay, while applying the start offset to the layer placement (eg…
-
Is it possible to create a sequence of images from a video
I need to create a sequence of images from a video, I know it is possible to do something similar like transformations, video to gif or video to webp. But I need to store all the images and consume them in an specific way. Will this type of transformations store the images somewhere so I can use them after Cloudinary does…
-
Video transformation messing audio
The audio of my video gets messed up whenever I apply a transformation to it. Video without transformation Video with transformation I'm using the NodeJS SDK to generate the video URL const video = new CloudinaryVideo( video_public_id, cloudinary_config ); I've tried different audio encodings i.e…
-
signed video upload in rust returns "Invalid Signature"
I tried uploading a video to a Rust backend using Signed Upload. However, creating a signed upload using the API according to this documentation keeps returning an error saying "Invalid Signature". I suspected it might be a hashing problem and tried it in another language using the same logic as in my Rust code. The…
-
How to embed Video Player using Angular 18 with SSR
Hi All, I'm looking for a working example or explanation of how to embed the Cloudinary Video Player in an Angular site that uses the new SSR (Server-Side-Rendering) deployment model. Any help is appreciated!
-
Where i can get more information about 'create_video' endpoint?
I tried to create a video from a set of images following the instructions from . but only movement and change pacity are described there. I need to change scaling, rotate images etc. Wherre can i get more information about paramiters of jsonManifest? Maybe get more examples… And what is the approximate release date of this…
-
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
-
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…
-
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…
-
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…
-
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…
-
Video Delivery Service Pre-Sales Question
I have a video, let's say it is 1080p (1920 × 1080p, 16:9 aspect ratio), need your service to deliver to the 4 viewports just like this video. No other special tweak or features needed, just delivery. Is what I am asking a free account or paid account? What are my options? When the video plays am I charged? What is the…
-
Getting 494 Error
We generated this reel . We are getting 494 error. Please provide support this is a production critical issue.
-
Problems loading and playing video assets [Next 14, React, TypeScript, Cloudinary-React]
Hi, I am using "@cloudinary/react": "^1.13.0", and "@cloudinary/url-gen": "^1.16.1" in my Next.js app, and have received several reports of videos taking a while to buffer, or never load at all. It seems most commonly users are experiencing this while on Chrome Mobile iOS, but we've seen this issue across all browsers, iOS…
-
Issues with URL-Based Video Editing
Hey everyone, I'm encountering an issue where I'm unable to simultaneously trim and add subtitles to a video using a URL. Here's the URL I'm working with: It seems that when I set a start and end time for trimming, it overrides the subtitles, and vice versa. Any insights on why this might be happening would be greatly…
-
Does cloudinary trim videos exactly according to start offset and duration parameter?
We generated this reel…
-
Can Cloudinary video pause if scroll out of viewport
Hi ,we are using React, I wanted to know if anywhere in your docs goes over pausing a video if out of the viewport. We are just checking if you have any built in methods for your video player with React. Thanks
-
Concatenating Audio Results in One Channel Audio
Hello, we have been using the API successfully to concatenate audio files. It's a great feature. However, we are experiencing an issue with some audio files we upload to our software that is used to send to your API. The problem is this: When mixing some of the audio files (these are MP3 files created by ElevenLabs…
-
Watermark Video Overlay not working
"https://res.cloudinary.com/dn8sizuse/video/upload/l_cloudinary_icon_image,y_10,x_10,o_50/y3cwtqbwcweqitcmfajv.mp4" Not sure what I am doing wrong? cloudinary_icon_image exists and is a real public id of the cloudinary watermark. Im copying this directly from the documentation and it says 400 always. Any ideas would be…
-
Getting a cloudinary video to play in a 3rd party video player
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…
-
Video Transformation Builder
Hello, how do I change the default video to my own video in the transformation builder? Thanks.
-
How to make video play with start, end time in video player embed
Hello, im try to make video play with start, end time in iframe with URL embed like this https://player.cloudinary.com/embed/?public_id=CMaster%2Fjljjbgwg5xqvamjupxin&cloud_name=anlavn&start_offset=2&end_offset=5 It work fine, but when i add more params like this…
-
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 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…
-
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
-
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…
-
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 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…
-
Webflow video right format
Hi, i added the above code but it does not work on Android on chrome, I have done some playing around but it only shows on mobile if I add WebM by itself, if I add multiple sources, the video is not shown on mobile again. ** this code does not show on mobile** <video id='video' playsinline autoplay muted preload='none'…
-
Retrieve video manifest json
Hi there, I'm using https://cloudinary.com/documentation/video_generation to create a video, passing a JSON manifest file. Is it possible via node.js using cloudinary's API to retrieve the manifest file that was used to build the video? I've tried the following resource call passing public_id or asset_id, both 404 const…
-
Create video API
Hi there! I am trying to combine several videos into a grid with the create video api. The documentation is great and easy to follow. I have been testing the process with Postman. I sign the request with the manifest json as a parameter. The request is successful with a status code of 200. I receive a response object with…