files
shell-utils/Android/screenrecord-to-ffplay.bat
2026-01-20 14:17:41 +01:00

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 -