Discussions

Ask a Question
Back to all

Video not respecting the dimensions param

Hi, I tried generating a square video with width 1080 and height 1080, but the final video is generated in portrait aspect ratio.

Video ID: 44db273063454d6492eb1f138cdb05c3

Request body:

{
  "caption": "false",
  "dimension": {
    "width": 1080,
    "height": 1080
  },
  "title": "test talking photo avatar v4",
  "video_inputs": [
    {
      "character": {
        "type": "avatar",
        "scale": 1,
        "avatar_style": "normal",
        "avatar_id": "6b0cefc9d7c044a498af347e7c1c77f1",
        "use_avatar_iv_model": true
      },
      "voice": {
        "type": "text",
        "speed": "1",
        "pitch": "0",
        "duration": "1",
        "input_text": "What happens when a massive star dies? It doesn't just fade away — it collapses in on itself, creating one of the most terrifying objects in the universe: a black hole.",
        "voice_id": "7df8d935368b477698024e6a3ba84d0e"
      },
      "background": {
        "type": "color",
        "value": "#FFFFFF",
        "play_style": "freeze",
        "fit": "cover"
      },
      "text": {
        "type": "text",
        "text": "NA",
        "line_height": 1
      }
    }
  ],
  "folder_id": "99e165ac38184d31985fcaa786be3042"
}