'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"
}
]
}
]
}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
