Last active
October 31, 2018 07:19
-
-
Save z2z/2d20283a64ab238edf5b5b1c36673411 to your computer and use it in GitHub Desktop.
Android Record Cast screen to Computer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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