

However, there are options you can use to restrict access to assets with an upload delivery type. In most cases, this delivery type indicates that the asset is publicly available. The default delivery type for uploaded assets. The following delivery type values are supported: Delivery type The delivery type element of the URL provides an indication about the way the asset will be delivered, although in most cases, the delivery type value is determined at the time that the asset is stored in your account.
HTML5 VIDEO CAPTION MAKER VIDEO FILE TYPE MP4
In the most general case of simply delivering videos that were uploaded to your Cloudinary account without any transformations, the delivery URL will be in the format:įor example, delivering the video with a public ID of: dog, uploaded to Cloudinary's demo account in mp4 format: Default: The originally uploaded format or the format determined by f_auto, when used. The file extension of the requested delivery format for the asset.

The unique identifier of the asset, including the folder structure if relevant. For simplicity, the version component is generally not included in the example URLs on this page. You can include the version in your delivery URL to bypass the cached version on the CDN and force delivery of the latest asset (in the case that an asset has been overwritten with a newer file). The derived file is also cached on the CDN and is immediately available to all subsequent users requesting the same asset. When the transformation URL is first accessed, the derived media file is created on the fly and delivered to your user. One or more comma-separated transformation parameters in a single URL component, or a set of chained transformations in multiple URL components (separated by slashes). For details on all possible types, see Delivery types.
HTML5 VIDEO CAPTION MAKER VIDEO FILE TYPE DOWNLOAD
In general, transformations cannot be performed on raw assets, but they can be delivered as-is for download purposes, or in some cases, they may be used in conjunction with your image or video transformations. The raw type includes any file uploaded to Cloudinary that does not fit in one of the above categories.The video type includes video and audio files.The image type includes still image and photo formats, animated images, PDFs, layered files, such as TIFF and PSD, and others.

Note: Paid customers on the Advanced plan or higher can request to use a private CDN or CNAME to customize the domain name used for your delivery URLs. The name of your Cloudinary account, a unique public identifier for URL building and API access.

You can do all of this by implementing dynamic video transformation and delivery URLs. You can also optimize your videos to deliver them with minimal file size alongside high visual quality for an improved user experience and minimal bandwidth. User-defined variables and arithmetic transformationsĬloudinary allows you to easily transform your videos on the fly to any required format, style and dimension, and apply effects and other visual enhancements.
