Created
October 21, 2015 12:33
-
-
Save YouSysAdmin/7df3950802fc83e1d3b2 to your computer and use it in GitHub Desktop.
Convert OGV 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
mplayer -ao null out.ogv -vo jpeg:outdir=output | |
convert output/* output.gif | |
convert output.gif -fuzz 10% -layers Optimize optimised.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment