2023年6月27日发(作者:)
adbshellscreenrecord录屏命令adb shell screenrecord 录屏命令Tags: adb_shellscreenrecord 命令在4.x后才有,有些⼿机需要root权限才能使⽤i.e# 开始录屏,输出⽂件为4,直到⼿动(Ctrl-C)或者定时停⽌录屏screenrecord 4帮助命令shell:/ $ screenrecord --helpUsage: screenrecord [options] Records the device's display to a .mp4 s:--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 ing continues until Ctrl-C is hit or the time limit is reached.
发布者:admin,转转请注明出处:http://www.yc00.com/news/1687822047a48150.html
评论列表(0条)