前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >android设置adb自带screenrecord录屏命令

android设置adb自带screenrecord录屏命令

作者头像
砸漏
发布2020-11-04 15:26:02
1.7K0
发布2020-11-04 15:26:02
举报
文章被收录于专栏:恩蓝脚本

android 设置system/bin目录类似linux,该目录下有许多实用命令,类似

adb,sh,top,app_process,chmod,chown,dmesg,reboot,screenrecord等等。

录屏作用:qa测试过程中有的bug需要还原现场,此时用手机拍摄有诸多不便,此时可以利用录屏命令自动完成录屏,然后上传bug视频。

其中screenrecord命令录制视频到内部存储:

录制命令:

代码语言:javascript
复制
adb shell screenrecord --size 1920x480 /storage/sdcard0/demorecord.mp4

时间设置:

代码语言:javascript
复制
adb shell screenrecord --time-limit 100 /storage/sdcard0/demorecord.mp4

停止录制:

Ctrl + C会停止命令,自动停止录制。

参数设置:

$ adb shell screenrecord –help Usage: screenrecord [options] Records the device’s display to a .mp4 file. Options: –size WIDTHxHEIGHT 设置屏幕宽高,一般根据自己手机设置,最大支持1920×480。 Set the video size, e.g. “1280×720”. Default is the device’s main display resolution (if supported), 1280×720 if not. For best results, use a size supported by the AVC encoder. –bit-rate RATE 设置bit率 Set the video bit rate, in megabits per second. Default 4Mbps. –time-limit TIME 设置录制时间,默认最大时长180秒 Set the maximum recording time, in seconds. Default / maximum is 180. –rotate 旋转输出 Rotate the output 90 degrees. –verbose Display interesting information on stdout. –help Show this message. Recording continues until Ctrl-C is hit or the time limit is reached.

总结

以上所述是小编给大家介绍的android设置adb自带screenrecord录屏命令,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对ZaLou.Cn网站的支持!

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2020-09-11 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档