runway_editVideo
Edit videos using text prompts and reference images through Runway's AI. Transform existing videos by describing desired changes, adjusting aspect ratios, and incorporating visual references for precise modifications.
Instructions
Edit a video using Runway Aleph. promptText is a prompt for the video. videoUri takes in a url of a video or a data uri of a video. Accepted Ratio values are 1280:720, 720:1280, 1104:832, 960:960, 832:1104, 1584:672, 848:480, 640:480. Use 1280:720 by default. It also accepts reference images, in the form of either a url or a base64 encoded image. Each reference image has a tag, which is a string that refers to the image from the user prompt. For example, if the user prompt is "IMG_1 on a red background", and the reference image has the tag "IMG_1", the model will use that reference image to generate the image.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
promptText | Yes | ||
ratio | Yes | ||
referenceImages | No | ||
videoUri | Yes |