reframe_video
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries