extend_video
Extend any video by 7 seconds, continuing from the last second. Works with 1-30 second videos at 720p or 1080p, outputting at 720p.
Instructions
Extend an existing video by 7 seconds using Veo 3.1 API.
The extension continues from the last second of the input video.
Requirements:
Input video: 1-30 seconds, 24fps, 720p or 1080p
Output: Always 7 seconds at 720p
Estimated cost: ~$2.80 per extension (7 seconds x $0.40/sec)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | If false, return the operation_name immediately without waiting for completion. Default: true | |
| video | Yes | Video to extend. Can be a GCS URI (gs://), file path, URL, or base64 string | |
| prompt | No | Optional prompt to guide the extension | |
| output_path | No | Path to save the extended video |