Trim, convert, resize, overlay a logo or text, or burn in subtitles. No AI.
You want a mechanical change to a single video or its audio.
Joining several clips into one (use compose), or generating new footage.
~30 credits / second of output (up to 300)
Estimated; the actual charge depends on your input and is shown in the response.
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":"edit","prompt":"Convert this MP4 to WebM for use in a web player"}}'Example requests