Created
April 27, 2017 14:29
-
-
Save drguildo/53ba27693d31a345708aac6d4f666fd0 to your computer and use it in GitHub Desktop.
Convert large GIFs to MP4.
This file contains hidden or 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
find . -iname "*.gif" -size +500k -exec ffmpeg -i {} `basename {} .gif`.mp4 \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment