> For the complete documentation index, see [llms.txt](https://doc.playturbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.playturbo.com/video-tools-image-to-video/image-to-video-user-guide.md).

# Image to Video - User Guide

**Entry**: Home → Creative Toolbox →Image to Video. Click to enter the editing page.

<mark style="color:red;">**Please Note: Image to Video only keeps generated results for 24 hours. After that, projects will be automatically cleared, so please make sure to export your videos promptly.**</mark>

<figure><img src="/files/ipF6yiTseFZf0Ofw2ZLs" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">1. Editing Page Overview</mark>

The Image to Video editor consists of two main modules:

* **Material Info**: For editing product URL, target language, video duration, video aspect ratio, image materials, video voiceover, and background music.
* **Generated Creatives**: Allows you to preview, edit, export individually, or batch export your generated videos.

<figure><img src="/files/Y0ApE8okQmQI6hsl82TF" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">2.Steps to Use</mark>

### **Step 1:** Fill in Basic Info

* Paste your **Promo Product Link**
* Select the **Target Language**, **Video Duration**, and **Video Aspect Ratio**

  > *Currently, only 15s and 30s durations are supported. Aspect ratio options include 9:16 and 16:9 only.*

<div align="left"><figure><img src="/files/zEMlLKYntFX2IRsQRP0W" alt=""><figcaption></figcaption></figure></div>

### **Step 2:** Edit Video Materials

* Choose **image materials**: You can either <mark style="color:orange;">fetch from store</mark> or <mark style="color:orange;">upload locally</mark>.

  > For 15s videos, we recommend selecting **at least 5 images**.\
  > For 30s videos, we recommend selecting **at least 10 images**.\
  > \&#xNAN;*Note: The image selection panel only displays the first 100 images uploaded within the last 24 hours.*

<div align="left"><figure><img src="/files/ni4dXBcfNnv7k4HRsdH9" alt=""><figcaption></figcaption></figure></div>

* Edit **video voiceover**: Supports <mark style="color:orange;">AI-generated voiceover</mark> or <mark style="color:orange;">manual input</mark>.

  > <mark style="color:red;">If voiceover is used, the final video will include AI dubbing in the previously selected target language.</mark>\
  > If not used, the video will have no voiceover.
* Choose whether to add **background music** (BGM will be randomly generated by the system).

<div align="left"><figure><img src="/files/L9vOuQRzf0GabStMMki5" alt=""><figcaption></figcaption></figure></div>

### **Step 3:** Generate Creative

Once all information is confirmed, click **Generate Creatives** and wait a moment.

<div align="left"><figure><img src="/files/cZ1ZlWHSjUMpKXjFmQBf" alt=""><figcaption></figcaption></figure></div>

### **Step 4:** Export Creative

* After generation, click **Preview** to see the final result.
* Further editing is supported—click **Edit** to open the Video Editor.

<div align="left"><figure><img src="/files/xRSnhrWOmIhb71RPlpF5" alt="" width="488"><figcaption></figcaption></figure></div>

* Select the creatives you wish to export and click **Export** or **Batch Export**.
* In the popup window, choose your desired resolution and bitrate, then proceed to export.

<div align="left"><figure><img src="/files/lP0powReYTHGqhTriJNG" alt="" width="395"><figcaption></figcaption></figure></div>

* You can check the export progress via the Task Center in the top right corner.
* Once exported successfully, click **Download** to save the videos to your local device.

<div align="left"><figure><img src="/files/sblrdc1kGMLbDwMx78vb" alt=""><figcaption></figcaption></figure></div>

## <mark style="color:blue;">3.Points Calculation Rules</mark>

* Video generation does not consume points.
* Exporting consumes points, calculated by video length: 15 points per minute.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.playturbo.com/video-tools-image-to-video/image-to-video-user-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
