← All models
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
| Field | Type | Description |
|---|---|---|
| seed | — | The random seed used for the generation process. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| video_urlrequired | string | The input video to be processed |
| noise_scale | number | The noise scale to use for the generation process. |
| upscale_mode | stringenum: target, factor | 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. |
| output_format | stringenum: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif) | The format of the output video. |
| output_quality | stringenum: low, medium, high, maximum | The quality of the output video. |
| upscale_factor | number | Upscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`. |
| output_write_mode | stringenum: fast, balanced, small | The write mode of the output video. |
| target_resolution | stringenum: 720p, 1080p, 1440p, 2160p | The target resolution to upscale to when `upscale_mode` is `target`. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The random seed used for the generation process. |
| video | — | Upscaled video file after processing |