Skip to content

Instantly share code, notes, and snippets.

@ignasi35
Created June 14, 2013 06:57
Show Gist options
  • Save ignasi35/5779984 to your computer and use it in GitHub Desktop.
Save ignasi35/5779984 to your computer and use it in GitHub Desktop.
# Using ffmpeg to Record screen buffer content as video. Thanks @_gowdru http://twitter.com/climagic/status/345036838672674816
ffmpeg -f x11grab -s wxga -r 25 -i :0.0 -sameq ./out.mpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment