Video Resizer

Video·Video-API·by eachlabs

Video Resizer scales a clip to new dimensions while preserving quality, resizing footage for any platform, player, or delivery target you need.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "video-resizer",
    "version": "0.0.1",
    "input": {
        "video": "https://cdn-us.eachlabs.ai/defaults/0570bc1ad5bc4d5ca398fe77d43b78cb.mp4",
        "width": 1000,
        "height": 360,
        "what_to_do": "Resize the video to the requested width and height."
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Video Resizer

01 / 03

What is Video Resizer?

Video Resizer scales a clip to new width and height while keeping quality intact. On the each::labs Video API it resizes footage to match a platform, player, or delivery spec, producing a clean output at the dimensions you request.