Skip to content

Instantly share code, notes, and snippets.

@mikatalk
Created September 19, 2014 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikatalk/abde0ed6710384bb88a8 to your computer and use it in GitHub Desktop.
Save mikatalk/abde0ed6710384bb88a8 to your computer and use it in GitHub Desktop.
Android Export video and convert to gif
~/Desktop/temp ᐅ adb shell screenrecord /sdcard/kitkat.mp4
~/Desktop/temp ᐅ ffmpeg -i kitkat.mp4 -vf scale=320:-1 -r 10 ffout%03d.png
~/Desktop/temp ᐅ convert -delay .1 -loop 0 ffout*.png output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment