先安装上adb和ffplay,投屏命令如下文
- 指定参数运行
1
adb shell screenrecord --bit-rate=16m --output-format=h264 --size 540x960 - | ffplay -framerate 60 -framedrop -bufsize 16M -
- 使用默认参数运行
1
adb shell screenrecord --output-format=h264 - | ffplay -
先安装上adb和ffplay,投屏命令如下文
1
adb shell screenrecord --bit-rate=16m --output-format=h264 --size 540x960 - | ffplay -framerate 60 -framedrop -bufsize 16M -
1
adb shell screenrecord --output-format=h264 - | ffplay -
发现新版本的内容。