> ## Documentation Index
> Fetch the complete documentation index at: https://www.vozo.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Started

> Learn how to turn a portrait into a talking video using your photo and audio input.

## Create a Project

To get started, navigate to your **Dashboard** and click **Talking Video Generator - Start with Photo**.

This will open the upload dialog, where you can drag and drop your image files or click to upload.

You can input audio in multiple ways:

### Text to Speech

If you have a script and want to generate speech from text, select this option.

<Steps>
  <Step title="Choose a Language and Voice">
    Select your desired language and voice from the dropdown. If you're not satisfied with the voices listed, click *"Choose More from Library"* to explore more options.

    <Tip>
      **Use a Cloned Voice:**

      Click *"Choose More from Library > Cloned Voice > Clone New Voice"* and follow the instructions to upload or record audio to create your custom voice.
    </Tip>
  </Step>

  <Step title="Input Script">
    Enter your script and click the play button to preview.
  </Step>
</Steps>

### Upload Audio

If you already have an audio file, select this option to upload it directly.

## Preview and Download

After the video is generated, preview the results directly on the project page.

To download the video, click the **Download/Export** button in the top-right corner.

## FAQ

<AccordionGroup>
  <Accordion title="What resolution and encoding does the exported video use?">
    * **Resolution**: Exported as **720p**. The system automatically selects the most suitable aspect ratio based on the input image and outputs at a fixed resolution. Possible resolutions include:
      * **16:9** → 1248×704
      * **4:3** → 1120×832
      * **1:1** → 960×960
      * **3:4** → 832×1120
      * **9:16** → 704×1248
      * **21:9** → 1504×640
    * **Frame rate**: Fixed at **25fps**
    * **Encoding**: **H.264**
    * **Bitrate**: Typically around **1100 kb/s**, dynamically varies between **1000–2000 kb/s** depending on content
  </Accordion>

  <Accordion title="How much does Talking Photo cost?">
    Please refer to the [Points Usage for AI Tools](/docs/common/tools-points-rules#talking-photo) page for detailed pricing rules.
  </Accordion>
</AccordionGroup>
