adb自带screenrecord录屏命令

android 设置system/bin目录类似linux,该目录下有许多实用命令,类似adb,sh,top,app_process,chmod,chown,dmesg,reboot,screenrecord等等。
录屏作用:qa测试过程中有的bug需要还原现场,此时用手机拍摄有诸多不便,此时可以利用录屏命令自动完成录屏,然后上传bug视频。

其中screenrecord命令录制视频到内部存储:
录制命令:
adb shell screenrecord --size 1920x480 /storage/sdcard0/demorecord.mp4
时间设置:
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 设置屏幕宽高,一般根据自己手机设置,最大支持1920x480。
Set the video size, e.g. “1280x720”. Default is the device’s main
display resolution (if supported), 1280x720 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.

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值