温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

adb shell 之 screenrecord

发布时间:2020-07-06 11:47:09 来源:网络 阅读:1452 作者:breezy_yuan 栏目:开发技术

adb shell --help


说明:4.4以上设备可以用来录制视频,不需要root权限,极为方便。

E:\workspace\TaoParking\script>adb shell screenrecord --help

Usage: screenrecord [options] <filename>


Records the device's display to a .mp4 file.


Options:

--size WIDTHxHEIGHT

    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

    Set the video bit rate, in megabits per second.  Default 4Mbps.

--time-limit TIME

    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.


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI