---
title: "Image To Video"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/gemini/video/imagetovideo
markdown: https://docs.nodetool.ai/nodes/gemini/video/imagetovideo.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/gemini/video/imagetovideo.md
---

# Image To Video

**Type:** `gemini.video.ImageToVideo`

**Namespace:** `gemini.video`

## Description

Generate videos from images using Google's Veo models.
    google, video, generation, image-to-video, veo, ai, animation

    This node uses Google's Veo models to animate static images into dynamic videos.
    Supports 720p resolution at 24fps with 8-second duration and native audio generation.

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `image` | The image to animate into a video | `{"type":"image","uri":"","asset_id":null,"data"...` |
| prompt | `str` | Optional text prompt describing the desired animation | `` |
| model | `enum` | The Veo model to use for video generation | `veo-3.1-generate-preview` |
| aspect_ratio | `enum` | The aspect ratio of the generated video | `16:9` |
| negative_prompt | `str` | Negative prompt to guide what to avoid in the video | `` |
| resolution | `enum` | The output video resolution | `720p` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `video` |  |

## Related Nodes

Browse other nodes in the [gemini.video](./) namespace.
