Video Merger

Video·Video-API·by eachlabs

Video Merger joins multiple clips into one continuous video in a single call, stitching footage together in your chosen order and resolution.

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-merger",
    "version": "0.0.1",
    "input": {
        "width": 1280,
        "height": 720,
        "first_clip": "https://cdn-us.eachlabs.ai/defaults/d77661b5845c4189bf0fb394c58cde75.mp4",
        "second_clip": "https://cdn-us.eachlabs.ai/defaults/b3d7970964e24ace8ad2c5f397387979.mp4"
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Video Merger

01 / 03

What does Video Merger do?

Video Merger joins multiple clips into one continuous video in a single call. On the each::labs Video API it stitches your footage together in the order you set, producing a single seamless file from separate sources.