Skip to content

Instantly share code, notes, and snippets.

@EpocSquadron
Created June 17, 2013 19:49
Show Gist options
  • Save EpocSquadron/5799734 to your computer and use it in GitHub Desktop.
Save EpocSquadron/5799734 to your computer and use it in GitHub Desktop.
Screencapture on linux
For video only:
ffmpeg -f x11grab -r 25 -s 1440x900 -i :0.0 -vcodec libx264 -preset ultrafast -crf 0 output.mkv
For video and audio:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment