0053-00000109
Updated at:
Problem description
A video snapshot request contains invalid request parameters.
Problem cause
This error is returned because the video snapshot request contains invalid request parameters.
Example problem
A video snapshot request is structured as follows:
https://bucket-name.oss-cn-hangzhou.aliyuncs.com/video.mp4?x-oss-process=video/snapshot,t_7000,f_jpg,w_800,h_600,m_fastIn a video snapshot request, parameters are separated by commas (,), and a parameter name is separated from its value by an underscore (_). If the parameter format is incorrect, parsing fails and this error is returned.
Solution
Ensure that all parameters in the video snapshot request are correct. For example:
GET /video.mp4?x-oss-process=video/snapshot,t_3000,f_jpg,w_800,h_600,ar_auto HTTP/1.1
Host: example-bucket.oss-cn-hangzhou.aliyuncs.com
Date: Thu, 13 Apr 2023 03:17:58 GMT
Authorization: OSS qn6q**************:77Dv****************References
Is this page helpful?