Discussions

Ask a Question
Back to All

The break time of the idle video is abnormal

I want to create a 15-second idle video. Below is the body of the API call I made, but the video I generated is only 5 seconds. What could be the reason for this?

{
      script: {
        type: "text",
        ssml: true,
        input: '<break time="15000ms"/>',
      },
      source_url: imgURL,
    }