Discussions

Ask a Question
Back to all

Reporting multiple Bugs, please don't ignore this time

  1. Text-Overlay not working:
    According to the "Create Avatar Video v2" documentation you can specify a Text-Overlay and send a text-obect via video input.
    • Sending an text object does nothing, there is no text being displayed on the video.
    • Setting the text position values returns an error, saying the value should be less than "1".
    • Why is font_weight "bold" the only option ?
    • What about text styles like italic or underline ?
    • How to do text line breaks ?
 "video_inputs": [
    {
      "character": { ... },
      "voice": { ... },
      "background": { ... },
      "text": {
        "type": "text",
        "position": {
          "x": 25,
          "y": 25
        },
        "text": "Hello this is my text overlay.",
        "font_family": "Arial",
        "font_size": 16,
        "line_height": 16,
        "font_weight": "bold",
        "text_align": "left"
      }
    }
 ]

  1. Different voices when creating Videos with the API
    The voice sounds terrible when using the API compared to using the Editor on the Website.
    Unacceptable for my needs, if the voice creation is garbage, there is no point in having the API at all.
  2. Edit button is broken for videos created via API.
    When creating an Avatar video via API and open it in the Website, the "Edit as new" button is giving an error. The Browser devtools shows that an error that Avatars created with the API cannot be edited.
    • Why having an edit-button when you can't edit ?
    • Why not showing the correct error message ?
    • Why not adding a tag to show which videos are created via API ?
  3. You can't move media assets between folders.
    When you select an single image or multiple assets and you try to move them to a target folder, nothing is happening. But when you open the target folder, you can see the assets, but they still exist in the old folder. When you delete the assets from the old folder, you also delete them from the target folder at the same time, and you are losing your data for ever.
  4. PAUSE not working in Avatar text.
    In the Web editor, when you add a pause, for example 0.5 seconds somtimes the Avatar says random words, like "Pixel". Sometimes the Avatar just reads the pause tag. Also: The API documentation don't mention how to add pauses via API.
  5. Sometimes the Avatar randomly start speaking chinese in the middle of the video.
  6. Video Generation API "duration" option not working.
  7. Impossible to get a useful list of voices from the API.
    The API returns like 800 voices, there is no filter or option to get your own created voices or elevenlabs imported voices. You always get the full list, this is completly useless. Same for Avatars