adb shell screenrecord /sdcard/test.mp4 —————-支持API19(4.4)及以上
adb shell screenrecord –time-limit 10 /sdcard/test.mp4 ——–限制时间
adb shell screenrecord –size 1080×1920 /sdcard/test.mp4 ——–设置分辨率
adb shell screenrecord –bit-rate 8000000 /sdcard/test.mp4 ———设置比特率
adb shell screenrecord –size 1080×1920 –bit-rate 8000000 /sdcard/test.mp4 同时设置分辨率和比特率
adb pull /sdcard/ test.mp4 —————-导出视频到本地(路径是DOS中执行这条命令的路径下,现在好像不管用了)