Created
September 19, 2014 21:17
-
-
Save mikatalk/abde0ed6710384bb88a8 to your computer and use it in GitHub Desktop.
Android Export video and convert to gif
This file contains 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
~/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