Skip to content

Instantly share code, notes, and snippets.

@defHLT
Created May 14, 2016 21:10
Show Gist options
  • Save defHLT/e3837a79c45c92af6c6ed1962d2e94dc to your computer and use it in GitHub Desktop.
Save defHLT/e3837a79c45c92af6c6ed1962d2e94dc to your computer and use it in GitHub Desktop.
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