Google Transcoder API fails if the video duration is less then 5s

154 views Asked by At

I'm not sure how long the issue has been happening, it must have been a few months. In first it definitely works for short videos (less then 5s). Now it fails. Is there a way to solve it?

  "code": 3,
  "message": "Request field config.editList is invalid duration, expected edit list duration should be atleast 5s long, current duration is 2.554195s.",
  "details": [
    {
      "@type": "type.googleapis.com/google.rpc.BadRequest",
      "fieldViolations": [
        {
          "field": "config.editList",
          "description": "InvalidInputDuration"
        }
      ]
    }
  ]
}

0

There are 0 answers