Short clip processing and delivery for websites and web applications
Please contact the support team to activate the video feature for your token.
DAM offers on-the-fly video processing with delivery via CDN using the DAM URL for seamless integration. This feature is suited for short clips for websites and web applications such as hero videos or product videos.
Input files are limited to 500 MB and compressed videos are limited to 4k resolution and duration of no more than 1 minute. If your videos exceed those limits, your use case probably does not fall into the scope of this feature and you should consider using and .
The video files processed in the URLs need to have the proper file extension (eg. .mp4, .webm).
//token.filerobot.com/folder/origin_video.mp4?w=600&format=auto
Parameter | Allowed values | Description |
---|---|---|
The automatic format delivery chooses the most efficient codec and format based on the viewer platform support - h265 (HEVC) mp4, vp9 webm or h264 (AVC) mp4.
Preview | Syntax |
---|---|
w
>100
Sets the target video width
h
>100
Sets the target video height
func
crop
(default) | fit
| cropfit
| bound
| boundmin
| cover
Sets the resize function if both width and height parameters are provided
bg_color
hex color code / color name
Background (padding) color (for use with func=fit)
bg_img_fit
1
Use blurred version of the video for background / padding (for use with func=fit)
format
auto
(default) | mp4
| webm
| h264.mp4
| h265.mp4
| vp9.webm
Defines the video format
bitrate
10k..20000k
| 1m..20m
(ex.300k, 2m
)
Sets the compression bitrate (in kilobits or megabits per second)
Simple resize: /docs/waterfall-hd.mp4?w=400
Crop function: /docs/waterfall-hd.mp4?w=400&h=300
Fit function with blurred background: /docs/waterfall-hd.mp4?w=400&h=300&func=fit&bg_img_fit=1