先用下面的命令查看视频的Profile level是多少,ios对于Profile level最高只能支持到L5.1,安卓大多数机型没限制 ffprobe -loglevel error -print_format json -show_format -show_streams xxx.mp4 查看输出的内容中是否含有下面的项,高于51就需要跑下面的命令转换,B站视频用的是L3.1 "streams": [ { "level": 51, ffmpeg -i input.mp4 -level 5.1 out.mp4 转换完成后就能在ios中下载了
苹果手机 下不了微信小程序视频提示下载失败微信小程序 在视频下载里。点击下载(相关的隐私条款也会正常弹出)。提示保存失败。 安卓手机正常。
07-20都1202年了,还没修复
wx.previewMedia安卓浏览视频第一次无法播放问题https://developers.weixin.qq.com/s/Va9rWqmj7Kr8 小程序片段如上
2021-09-26https://blog.csdn.net/woaidouya123/article/details/109233075
miniprogram-ci 20003 errCode:-10008 ?20003 Error: {"errCode":-10008,"errMsg":"invalid ip: 121.*.**.**, reference: https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html"} (node:11192) UnhandledPromiseRejectionWarning: Error: Error: {"errCode":-10008,"errMsg":"invalid ip: 121.*.**.**, reference: https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html"} at upload (/www/wwwroot/hg.feisu.pro/wxapp/node_modules/miniprogram-ci/dist/upload/upload.js:1:3899) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async Object.upload (/www/wwwroot/hg.feisu.pro/wxapp/node_modules/miniprogram-ci/dist/utils/report.js:1:1409) at async /www/wwwroot/hg.feisu.pro/wxapp/upload.js:10:24 (node:11192) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:11192) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
2021-04-07名称不会,头像没试过
微信小程序修改名称和头像后,小程序码会一起变动吗?现在公司小程序想修改小程序名称和头像,请问修改后小程序码会不会变动?
2021-01-25用bindblur就行了
textarea长按删除键,焦点会跳到内容最后?代码片段:https://developers.weixin.qq.com/s/SAR9WSmD7Jjo 机型:小米6,微信版本7.0.18,必现(估计是跟手机系统有关,有另外一台小米6其他环境都一样,只有系统不一样,没有问题);华为p40 pro,微信版本:7.0.18 复现小米6系统:[图片] 复现华为p40 pro系统:[图片] 复现视频:https://video-1257714652.cos.ap-shanghai.myqcloud.com/consultation/video/wx-20200826104028511053.MP4.f20.mp4
2021-01-13有三种可能性,要么data没有正确传值,要么就是修改云函数后没上传部署,要么就是传的值超出了长度限制或者类型不对
推送小程序订阅消息时出现47003错误,不知道是什么原因?调用接口:https://api.weixin.qq.com/cgi-bin/message/subscribe/send 上传的data数据:"{\"amount6\":{\"value\":\"¥100\"},\"phrase7\":{\"value\":\"成功\"},\"thing8\":{\"value\":\"请及时查收\"}}" 报错的信息:"{"errcode":47003,"errmsg":"argument invalid! hint: [K8uHba05452066] data.phrase7.value is emtpy"}"
2020-11-03