You're viewing a demo portfolio

Join the waitlist
PRSM

reframe_video

Active

Tool of Hermoso

declared in 1.0.0

Reframe a video to a different aspect ratio (e.g. 16:9 master → 9:16 vertical) with smart subject tracking. Paid render; returns the served URL of the reframed video.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "video",
    "aspectRatio"
  ],
  "properties": {
    "video": {
      "type": "string",
      "description": "the source video URL"
    },
    "aspectRatio": {
      "enum": [
        "9:16",
        "1:1",
        "16:9",
        "4:3",
        "3:4",
        "21:9",
        "9:21"
      ],
      "type": "string",
      "description": "the target aspect ratio"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Hermoso

https://github.com/hermoso-ai/hermoso

1/7 registries
View full server →
reframe_video — Hermoso — PRSM MCP