通过节点取回视频维度

定制Hub
定制Hub 成员文章数 :2


获取几段视频维度 通过函数上传到账号

const checkImageDimensions = async (imageUrl: string) => {      try {          await cloudinary.uploader.explicit(              imageUrl,              { type: 'fetch', resource_type: 'video' },              function (error: any, result: any) {                  if (error) {                      console.log(error)!{主控台.log(${结果.width}x${结果.hyereturn `${result.width}x${result.height}`!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++{主控台.log/'error'/}};


执行时报误差如下:

{消息:'无效值87参数类型',名称:'错误',http_code:400}


If I从调用中去除选参数资源类型

{消息:'文件大小过大41948584最大值为 10485760.


我不是想上传任何东西 即使我上传 视频不限为10MB

寻找第一误差信息 发现不多

取回图像维度没有问题,有想法吗

提前感谢

答案解析

Baidu
map