infery
← All models

SeedVR2

seedvr-upscale-video

Video upscaleby ByteDance

Upscale your videos using SeedVR2 with temporal consistency!

Details

Accepts
video

Pricing

Price
0.125 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedThe random seed used for the generation process.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
video_urlrequiredstringThe input video to be processed
noise_scalenumberThe noise scale to use for the generation process.
upscale_modestringenum: target, factorThe 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.
output_formatstringenum: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif)The format of the output video.
output_qualitystringenum: low, medium, high, maximumThe quality of the output video.
upscale_factornumberUpscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`.
output_write_modestringenum: fast, balanced, smallThe write mode of the output video.
target_resolutionstringenum: 720p, 1080p, 1440p, 2160pThe target resolution to upscale to when `upscale_mode` is `target`.

Output

FieldTypeDescription
seedintegerThe random seed used for the generation process.
videoUpscaled video file after processing