WM StudioDocs
ToolsWorkflowsChangelogGitHub
  • Introduction
  • Getting started
  • Configuration
  • Tool index
  • Video Enhancestudio_video_enhance
videostablevideoreferenceupscaleasync

Video Enhance

studio_video_enhance

Increase resolution and sharpness on an existing video.

Overview

Runs the WM Studio video upscaler (Topaz-grade). Outputs a 2× or 4× clip with detail recovery and frame-rate-aware sharpening.

Auth
oauth-jwt
Returns
{ job_id, status, video?: { url, width, height, duration_seconds } }
Web client
src/app/[locale]/dashboard/creative-studio/tools/video-upscale/page.tsx
MCP handler
mcp-director/src/tools/studio.py

Quick start

Invoke the tool over Streamable HTTP at {MCP_BASE_URL}/mcp/. The request below assumes you already minted an MCP JWT via the OAuth flow.

{
  "name": "studio_video_enhance",
  "arguments": {
    "video_url": "<video_url>"
  }
}

Parameters

NameTypeDefaultDescription
video_urlrequiredstring—Public URL of the source video (mp4/mov).
scale2 | 42Upscale factor.

Examples

2× enhance
json
{
  "name": "studio_video_enhance",
  "arguments": {
    "video_url": "https://cdn.wm.studio/uploads/clip.mp4",
    "scale": 2
  }
}

Performance

Async; render time roughly 0.5–1.5× source duration depending on scale.

Related tools

studio_generate_video
Text-to-video and image-to-video generation across the WM Studio video model catalogue.
← All toolsView handler
On this page
  • Overview
  • Quick start
  • Parameters
  • Examples
  • Performance
  • Related tools
WM Studio MCP — v2.0.0
Docs home