Delivering Video
Go ahead and click on the video thumbnail to get to its detail page.
Your video has a public URL, which you can see on the right side over here:

The URL shown points to the original video.
Cloudinary video URLs work just like Cloudinary image URLs, enabling simple transformations of the video simply by changing the URL.
Example: Scale video width to 200px:
http://res.cloudinary.com/de-demo/video/upload/c_scale,w_200/v1518314168/tropical360_qjbr2d.mp4
Example: Style video with rounded corners:
http://res.cloudinary.com/de-demo/video/upload/r_50/v1518314168/tropical360_qjbr2d.mp4
Check out our Cloudinary Video Player demo to see a variety of transformation options.
Review our documentation on video manipulation and delivery.
Last updated