Created
May 14, 2016 21:10
-
-
Save defHLT/e3837a79c45c92af6c6ed1962d2e94dc to your computer and use it in GitHub Desktop.
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 /sdcard/v.mp4 | |
adb pull /sdcard/v.mp4 v.mp4 | |
avconv -i v.mp4 -r 24 frame%005d.png | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment