Appium 调用录制视频的方法,时长都是一两分钟(不超过 3 分钟)。谷歌了一下发现是 appium 本身的限制,但是作更新和修改后,时长还是一样没超过 3 分钟。有没有大佬成功过?

bou瓜 · 2023年08月16日 · 最后由 bou瓜 回复于 2023年08月18日 · 3320 次阅读

共收到 1 条回复 时间 点赞

自答:用 adb 指令配合 ffmpeg 实现手录屏
adb exec-out "while true; do screenrecord --output-format=h264 -; done" | ffmpeg -i - -s 1440x2560 -framerate 30 -bufsize 16M secondString16.mp4
除了录屏,这两个指令还可以实现手机投屏。

bou瓜 Mobile 端视屏录制脚本 (adb | idb+ffmpeg) 中提及了此贴 10月01日 09:37
bou瓜 Mobile 端视屏录制脚本 (adb | idb+ffmpeg) 中提及了此贴 10月01日 09:37
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册