Last active
August 5, 2018 10:00
-
-
Save eugenelee0420/6a26bc08268b6893cd77ad11e5c41a3f to your computer and use it in GitHub Desktop.
Cast android screen to computer using adb, then display using ffplay
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
adb shell screenrecord --size=1280x720 --output-format=h264 --bit-rate=16m - | ffplay -framedrop -framerate 60 -bufsize 16M -probesize 16M - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment