> 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-avatar-to-video/avatar-to-video-user-guide.md).

# Avatar to Video - User Guide

**Entry**: Home → Creative Toolbox →Avatar to Video. Click to enter the editing interface.

<mark style="color:red;">**Please Note: Avatar to Video does not support “saving project.”  If you close the editing page midway, all generated content will be cleared and you will need to start over.**</mark>

<figure><img src="/files/0FRju5AAPtZ2rC2MidIA" alt=""><figcaption></figcaption></figure>

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

The Avatar to Video editor consists of two main sections:

* **Material Info**:  Includes *Product Info*, *Video Setting*, and *Script*. Here, you can set the product link, name, description, images, product video, target language, video ratio, video duration, avatar, and script.
* **Video Preview**: Preview and export your generated video creatives.

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

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

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

* Paste the **promo product link**, then click <mark style="background-color:orange;">**Parse**</mark> to automatically fetch the product name, description, store images, and videos.

  > You can also enter product information manually.
  >
  > Image upload: Supports PNG/JPG/JPEG files under 10 MB.
  >
  > Video upload: Supports MP4 files under 500 MB.
* Select at least 2 **product images** to include in the video.

<div align="left"><figure><img src="/files/jCXKKxOBTnEZe8tLbVtl" alt="" width="317"><figcaption></figcaption></figure></div>

### **Step 2:** Set Video Parameters

* Choose the **Target Language**, **Video Ratio** (9:16 / 16:9 / 1:1), and **Video Duration** (15s / 30s / 60s).
* Click <mark style="background-color:orange;">**Select**</mark> to browse and choose from hundreds of **avatar** models in the pop-up window.

  > You can **filter and preview** avatar videos.

<div><figure><img src="/files/84C6GBL0mGd53z80wIyY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/KQpGJOsSccIQhI8KGJis" alt="" width="563"><figcaption></figcaption></figure></div>

### **Step 3:** Select a Script

* Click <mark style="background-color:orange;">**Generate**</mark> to let the system create several script options based on the product content.
* Choose your preferred version for voiceover.
* Click <mark style="background-color:orange;">**Generate Video**</mark> to start the process – it only takes a moment.

***\*Please Note:***

* <mark style="color:orange;">**If you modify the product information, language, or video duration, you will need to manually regenerate the script.**</mark>
* Product video, avatar, and script are optional. If not set, the system will generate them automatically.

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

### **Step 4:** Export the Video

* The system will generate multiple video creatives. Click to preview each one.
* Select the creatives you need and click **Export**  (<mark style="color:red;">Only 1 video can be exported per batch. Please choose carefully</mark>).

*<mark style="color:orange;">\*Please Note: Lip-sync may appear slightly off during preview, but will be perfectly aligned in the exported version.</mark>*

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

* After exporting, you can check the progress in the **Task Center** at the top right.
* Once the export is successful, the video will be saved automatically in **My Assets → Creative Assets**.

<div><figure><img src="/files/OC0WaHIsInNu44G6TtJR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/oegLTZmyPgCwFBcfL2Hb" alt="" width="310"><figcaption></figcaption></figure></div>

* You can Download them to your local device or further refine them using Video Editing.

<div align="left"><figure><img src="/files/ZLM1vNuqfChdwwEzoJE7" alt="" width="515"><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: 200 points per 30s, 400 points per minute (videos shorter than 30s are counted as 30s.)


---

# 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-avatar-to-video/avatar-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.
