Skip to content

Instantly share code, notes, and snippets.

@zYeoman
Last active February 18, 2017 12:27
Show Gist options
  • Save zYeoman/3622421103c5c9f617328384c0fbff0a to your computer and use it in GitHub Desktop.
Save zYeoman/3622421103c5c9f617328384c0fbff0a to your computer and use it in GitHub Desktop.
adb shell screenrecord --size 480x848 /sdcard/demo.mp4
adb pull /sdcard/demo.mp4
ffmpeg.exe -i demo.mp4 -filter:v "setpts=0.5*PTS" demo.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment