Recao
R
Recao
/assemble_video

assemble video

Stitch rendered scene clips into one ad-ready MP4 with burned-in subtitles and crossfades. Pass 1 to 6 clips in order, each with its mp4 url, its duration in se

liveverifiedunknown~5s typical
mcpprobedrecao
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-recao-recao-mcp /assemble_video for me.

Input

FieldTypeDescription
clips*array1 to 6 clips in playback order
aspectstring (9:16 | 1:1 | 16:9)Output aspect ratio: 9:16 (default, 1080x1920), 1:1 (1080x1080), or 16:9 (1920x1080). default "9:16"
introobjectOptional intro title card shown before the clips.
outroobjectOptional outro title card shown after the clips (e.g. a call to action).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-recao-recao-mcp","endpoint":"/assemble_video","input":{"clips":[],"aspect":"9:16"}}'
cli
npx cracked-ai run -p mcp-app-recao-recao-mcp -e /assemble_video -i '{"clips":[],"aspect":"9:16"}'
mcp
run_tool({ provider: "mcp-app-recao-recao-mcp", endpoint: "/assemble_video", input: {"clips":[],"aspect":"9:16"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.