# Image to Video

### Image to video

The **Stability (Image to Video)** node allows you to transform an image into a video using AI-powered models. This can be useful for creating dynamic animations or video content from static images. Here’s a breakdown of its components:

* **Label**: This is the name of the node, labeled **Stability (Image to video)** by default. You can rename it to reflect the specific function of your workflow.
* **Model**: The model selected is `stability:itv` (Image to Video). This model is used to process the input image and generate a video output.
* **Image**: This required field is where you upload the image that will be transformed into a video. You can either enter a file URL or upload an image directly in formats like `.jpg`, `.jpeg`, or `.png`. The maximum file size is 500 MB. Image dimensions must be 1024x576, 576x1024 or 768x768.
* **Fallback Outputs**: This field is used to define an alternative output in case the video generation process fails, ensuring the workflow continues smoothly.
* **Results**: The generated video output is displayed in this field, which can then be used in subsequent nodes or saved as needed.

#### Usage

This node is perfect for use cases where you need to create videos from static images, like generating animated versions of images or video content for various projects.

***

We’d love to hear from you! Reach out to **<documentation@integrail.ai>**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.integrail.ai/agent-studio/editor/image-to-video.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
