video-merge-api

Merge 2 to 6 video clips into one MP4 via the Pixazo API.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill video-merge-api-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: video-merge-api
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/video-merge-api
Command: npx skills add https://github.com/Pixazo-AI/skills --skill video-merge-api-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Combining multiple video clips into a single continuous video normally requires editing software or re-encoding pipelines; this Skill lets an agent join 2 to 6 clips in one API call, stream-copying when codecs match. ## Core Features & Use Cases - Clip Concatenation: Join 2 to 6 MP4/MOV clips in the order provided, up to 150 seconds of combined source. - Stream-Copy Assembly: When clips share codec and size, they are concatenated without re-encoding; mixed sources are normalized to a common format first. - Use Case: A user has three short product demo clips and asks the agent to stitch them into one video; the agent calls the video-merge endpoint with the clip URLs and returns the merged result. ## Quick Start Ask the agent to merge these video clips into one video using the Pixazo video merge API, providing the clip URLs.

Frequently Asked Questions about video-merge-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge multiple video clips into one video with an API?▼

Send a POST request to the Pixazo video-merge endpoint with a video_urls array containing 2 to 6 clip URLs. The clips are concatenated in the order you send them, and the merged video is returned synchronously.

What video formats does the Pixazo video merge API support?▼

The API accepts MP4 and MOV inputs. When clips share a codec and size they are stream-copied without re-encoding; mixed sources are normalized to a common format first.

Is there a limit on how many clips or how long the merged video can be?▼

Yes. You can merge between 2 and 6 clips per call, with a maximum of 150 seconds of combined source footage.

Why did my video merge request return a 401 or 402 error?▼

A 401 means the Pixazo API key is missing or invalid, so generate a fresh key at the Pixazo API console. A 402 means the account is out of credits and needs a top-up on the dashboard.

Does merging videos require re-encoding the files?▼

Not always. When the input clips already share a codec and size, the API stream-copies them, assembling the timeline in seconds. Only mixed-source inputs are normalized and re-encoded.