Skip to content

Instantly share code, notes, and snippets.

@jdiez17
Last active December 30, 2015 02:08
Show Gist options
  • Save jdiez17/7760198 to your computer and use it in GitHub Desktop.
Save jdiez17/7760198 to your computer and use it in GitHub Desktop.
class GIFProcessor(Processor):
def sync(self, file):
mp4(file)
webm(file)
ogv(file)
time = 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment