Skills/Video/Compose

Compose

~60 credits / second of output (up to 600)

Joins several clips into one by concatenating them in order, optionally with an overlay.

Use when

You want to stitch multiple clips into a single video.

Not for

A single-clip edit like a trim or format change (use edit).

Cost

~60 credits / second of output (up to 600)

Estimated; the actual charge depends on your input and is shown in the response.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Video skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/video/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"compose","prompt":"Convert this MP4 to WebM for use in a web player"}}'

Example requests

  • Convert this MP4 to WebM for use in a web player
  • Extract the audio track from this video as an MP3 at 192k bitrate
  • Clip seconds 10 to 40 from this video and export as MP4