Products
GG网络技术分享 2025-11-13 14:06 1
根据上文内容,
adb devices来验证手机是不是Yi连接。adb shell screenrecord /sdcard/myvideo.mp4开头录制。adb shell wm size 1280x720。adb shell screenrecord /sdcard/myvideo.mp4 --microphone。adb shell screenrecord --time-limit 60 /sdcard/myvideo.mp4来设置录制时候管束。adb shell screenrecord --helpNeng查kan全部可用选项。adb pull /sdcard/myvideo.mp4 C:\Users\Administrator\Desktop将录制优良的视频从手机复制到电脑。adb shell screenrecord /sdcard/myvideo.mp4 --bit-rate 8000000。
Demand feedback