视频录制命令 screenrecord
帮助:
adb shell screenrecord --help
用法:
adb shell screenrecord [参数] <.mp4文件名与路径>
Usage: screenrecord [options] <filename>
参数:
参数:
--size WIDTHxHEIGHT
分辨率大小,
adb shell screenrecord --size 1280x720
例如:1280x720
如果不指定默认是手机的分辨率,使用设备上的高级视频编码(AVC)支持的大小
--bit-rate RATE
视频的比特率
例如:6Mbps
adb shell screenrecord --bit-rate 6000
默认为4Mbps.
Set the video bit rate, in megabits per second. Default 4Mbps.
--time-limit TIME
时间限制
例如:10S
adb shell screenrecord --time-limit 10
默认最大为180s
--rotate
旋转输出90度。
adb shell screenrecord --rotate
--verbose
命令行输出日志
例如:
adb shell screenrecord --verbose
如何结束?
按下Ctrl-C或者达到时间限制
按下Ctrl-C或者达到时间限制
使用场景:
1.提BUG
2.测试响应时间
具体例子:
写道
adb -s 1fd60893 shell screenrecord --time-limit 10 --rotate --verbose /sdcard/sr_default.mp4
adb -s 1fd60893 pull /sdcard/sr_default.mp4 C:/Users/Administrator/Desktop/pic/sr_default.mp4
adb -s 1fd60893 shell rm /sdcard/sr_default.mp4
pause
adb -s 1fd60893 pull /sdcard/sr_default.mp4 C:/Users/Administrator/Desktop/pic/sr_default.mp4
adb -s 1fd60893 shell rm /sdcard/sr_default.mp4
pause
说明:
- screenrecord是一个shell命令
- 支持Android4.4(API level 19)以上
- 支持视频格式: mp4
相关推荐
huha 2020-10-16
tianhuak 2020-11-24
lianshaohua 2020-09-23
laisean 2020-11-11
zhangjie 2020-11-11
大牛牛 2020-10-30
firefaith 2020-10-30
liguojia 2020-10-20
wangzhaotongalex 2020-10-20
以梦为马不负韶华 2020-10-20
CARBON 2020-10-20
彼岸随笔 2020-10-20
lianshaohua 2020-10-20
yutou0 2020-10-17
JohnYork 2020-10-16
xiaonamylove 2020-10-16
Julyth 2020-10-16
applecarelte 2020-10-16
ourtimes 2020-10-16