Skip to content

Instantly share code, notes, and snippets.

@justinribeiro
Created September 21, 2016 16:03
Show Gist options
  • Save justinribeiro/a64b0d5a1d878b9e44b2e25b7e749cfa to your computer and use it in GitHub Desktop.
Save justinribeiro/a64b0d5a1d878b9e44b2e25b7e749cfa to your computer and use it in GitHub Desktop.
Capture top left 1080 @ 60fps.
ffmpeg -video_size 1920x1080 -framerate 60 -f x11grab -i :0.0 -c:v libx264 -qp 0 -preset ultrafast my-file.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment