Skip to content

Instantly share code, notes, and snippets.

@z2z
Last active October 31, 2018 07:19
Show Gist options
  • Save z2z/2d20283a64ab238edf5b5b1c36673411 to your computer and use it in GitHub Desktop.
Save z2z/2d20283a64ab238edf5b5b1c36673411 to your computer and use it in GitHub Desktop.
Android Record Cast screen to Computer
Android Record / Cast screen to Computer
Cast to Computer
https://github.com/Genymobile/scrcpy
Screenshot:
adb exec-out screencap -p > file.png
Video recording 1 hour:
adb shell screenrecord /sdcard/file.mp4 --time-limit 3600 --bit-rate 3000000 --verbose
adb pull /sdcard/file.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment