Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ViduExtendVideoNode generates additional frames to extend the length of an existing video. It uses a specified AI model to create a seamless continuation based on the source video and an optional text prompt.

Inputs

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"viduq2-pro"
"viduq2-turbo"
The AI model to use for video extension. Selecting a model reveals its specific duration and resolution settings.
model.durationINTYes1 to 7The duration of the extended video in seconds (default: 4). This setting appears after selecting a model.
model.resolutionCOMBOYes"720p"
"1080p"
The resolution of the output video. This setting appears after selecting a model.
videoVIDEOYes-The source video to extend.
promptSTRINGNo-An optional text prompt to guide the content of the extended video (max 2000 characters, default: empty).
seedINTNo0 to 2147483647A seed value for controlling the randomness of the generation (default: 1).
end_frameIMAGENo-An optional image to use as the target end frame for the extension. If provided, its aspect ratio must be between 1:4 and 4:1, and its dimensions must be at least 128x128 pixels.
Note: The source video must have a duration between 4 and 55 seconds.

Outputs

Output NameData TypeDescription
outputVIDEOThe newly generated video file containing the extended footage.