Upscale Video
xbrush_video_upscaleUpscale any video to 2x or 4x resolution using AI models. Submits an async job and returns a request ID to poll for progress.
Instructions
Upscale a video to higher resolution. Submits async — poll the returned request_id with xbrush_get_request.
Args: video_url (string, required): URL of the video to upscale. scale (int, required): Upscale multiplier (2 or 4). model (string, optional): Model ID (e.g. realesrgan, seedvr).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Upscale model ID (e.g. realesrgan, seedvr). Server default if omitted. | |
| scale | Yes | Upscale multiplier (e.g. 2 or 4). Required. | |
| video_url | Yes | URL of the video to upscale. |