> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Upscale video

> Increase the resolution of a video with an AI upscaler.

Upscale Video increases the resolution of a video using an AI upscaler.

## When to use

* Sharpening exports
* Legacy footage
* Delivery-ready masters

Common patterns: `upload_video → upscale_video`, or `generate_video → upscale_video`.

## Inputs

<ParamField body="Video" type="video" required>
  The video to upscale. Required. Supports loop mode.
</ParamField>

## Outputs

<ParamField body="Video" type="video">
  The upscaled video.
</ParamField>

## Configuration

<ParamField body="acceleration" type="string" default="regular">
  Processing speed. One of `regular`, `high`, or `full`.
</ParamField>

<ParamField body="preserve_audio" type="boolean" default="true">
  Keep the original audio track in the output.
</ParamField>

<ParamField body="output_format" type="string" default="X264 (.mp4)">
  Output container and codec. One of `X264 (.mp4)`, `VP9 (.webm)`, `PRORES4444 (.mov)`, or `GIF (.gif)`.
</ParamField>

<ParamField body="output_quality" type="string" default="high">
  Output quality.
</ParamField>

<ParamField body="target_resolution" type="string" default="null">
  Target output resolution. Leave empty to use the model's default.
</ParamField>

<Note>
  This node runs on a selectable model and consumes credits. Pick the model in the node's config panel. See [Video models](/models/video) for the options, and [Model settings](/models/settings) for what each setting does.
</Note>
