Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Last active March 28, 2016 14:33
Show Gist options
  • Select an option

  • Save fernandojunior/1cd0e5d7ae3bf62bdee9 to your computer and use it in GitHub Desktop.

Select an option

Save fernandojunior/1cd0e5d7ae3bf62bdee9 to your computer and use it in GitHub Desktop.
Video & Gif

Screencast tool:

FFmpeg on Ubuntu 14.04:

sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install ffmpeg

Video in ogv format to .gif:

ffmpeg -i in.ogv out.gif

Video in ogv format to avi:

ffmpeg -i in.ogv out.avi

Online tool for git edition:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment