4 lines
213 B
Batchfile
4 lines
213 B
Batchfile
@REM require adb and ffplay (ffmpeg) on path
|
|
@REM show android screen on ffplay using adb screenrecord function
|
|
|
|
adb exec-out screenrecord --output-format=h264 - | ffplay -framerate 60 -probesize 32 -sync video - |