HKK
HKK

Reputation: 1

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

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"
        }
      ]
    }
  ]
}

Upvotes: 0

Views: 251

Answers (0)

Related Questions