POST https://fal.run/fal-ai/seedvr/upscale/video
Endpoint ID: fal-ai/seedvr/upscale/video
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
The input video to be processed
The mode to use for the upscale. If ‘target’, the upscale factor will be calculated based on the target resolution. If ‘factor’, the upscale factor will be used directly. Default value:
"factor"Possible values: target, factorUpscaling factor to be used. Will multiply the dimensions with this factor when
upscale_mode is factor. Default value: 2Range: 1 to 10The target resolution to upscale to when
upscale_mode is target. Default value: "1080p"Possible values: 720p, 1080p, 1440p, 2160pThe random seed used for the generation process.
The noise scale to use for the generation process. Default value:
0.1Range: 0 to 1, step: 0.001The format of the output video. Default value:
"X264 (.mp4)"Possible values: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif)The quality of the output video. Default value:
"high"Possible values: low, medium, high, maximumThe write mode of the output video. Default value:
"balanced"Possible values: fast, balanced, smallIf
True, the media will be returned as a data URI and the output data won’t be available in the request history.Output Schema
Upscaled video file after processing
The random seed used for the generation process.
Input Example
Output Example
Related
- SeedVR2 — Image Generation
Limitations
upscale_moderestricted to:target,factorupscale_factorrange: 1 to 10target_resolutionrestricted to:720p,1080p,1440p,2160pnoise_scalerange: 0 to 1 (step 0.001)output_formatrestricted to:X264 (.mp4),VP9 (.webm),PRORES4444 (.mov),GIF (.gif)output_qualityrestricted to:low,medium,high,maximumoutput_write_moderestricted to:fast,balanced,small