---
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/nodetool/video/imagetovideo
markdown: https://docs.nodetool.ai/nodes/nodetool/video/imagetovideo.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/video/imagetovideo.md
---

# Image To Video

**Type:** `nodetool.video.ImageToVideo`

**Namespace:** `nodetool.video`

## Description

Animate static images into video with AI-powered motion using any supported video provider.
    video, image-to-video, i2v, animation, ai, generation, sora, veo

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| image | `list[image]` | Input image(s) to animate. The first image is the primary frame; additional images are used as references by providers that support multi-image input. | `[]` |
| model | `video_model` | The video generation model to use | `{"type":"video_model","provider":"gemini","id":...` |
| prompt | `str` | Optional text prompt to guide the video animation | `` |
| negative_prompt | `str` | Text prompt describing what to avoid in the video | `` |
| aspect_ratio | `str` | Aspect ratio for the video | `16:9` |
| resolution | `str` | Video resolution | `1080p` |
| duration | `int` | Video duration in seconds | `4` |
| timeout_seconds | `int` | Timeout in seconds for API calls (0 = use provider default) | `0` |

## Outputs

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

## Related Nodes

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