Extend Video
Overview
You can extend a video using an existing video you generated before (using its ID) or by using an image (by URL). The extension can be done by appending to or prepending from the original content.
Keywords
The keywords
parameter controls the following extensions. It can include parameters for defining frames:
first frame (
frame0
)last frame (
frame1
)
For example, if you want to use an image as a reference for a frame:
Or, in the case of using a previously generated video:
Examples
Ensure you replace "my_key"
with your actual API key before running the code.
Extension with the Image
Extension with the Generation
Last updated