runway_upscaleVideo
Increase video resolution to enhance quality and clarity for improved viewing experience. Upload your video URL to upscale it to higher definition.
Instructions
Upscale a video to a higher resolution. videoUri takes in a url of a video or a data uri of a video.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
videoUri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"videoUri": {
"type": "string"
}
},
"required": [
"videoUri"
],
"type": "object"
}