Video Cropper

Video·Video-API·by eachlabs

Video Cropper trims a video to a chosen rectangular region, removing unwanted edges and focusing the frame on exactly the area you want to keep.

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-cropper",
    "version": "0.0.1",
    "input": {
        "top_y": 0,
        "video": "https://cdn-us.eachlabs.ai/defaults/322b3373d0704bd692aedfa3c41a61b9.mp4",
        "width": 720,
        "height": 720,
        "left_x": 280,
        "what_to_do": "Crop the video to the specified rectangle."
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Video Cropper

01 / 03

What does Video Cropper do?

Video Cropper cuts a video down to a chosen rectangular area, removing unwanted edges. On the each::labs Video API you set the width, height, and position, and it returns a tightly framed clip focused on the region you care about.