Skip to content

Instantly share code, notes, and snippets.

@statguy
Created November 2, 2017 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save statguy/d8b78101dee5cbd64c5ac9c0b0ba03d4 to your computer and use it in GitHub Desktop.
Save statguy/d8b78101dee5cbd64c5ac9c0b0ba03d4 to your computer and use it in GitHub Desktop.
Capture video from second screen
#!/bin/bash
ffmpeg -f x11grab -framerate 25 -s 1920x1080 -i :0.0+1920,0 -c:v libx264 -crf 0 -preset ultrafast -qp 0 output.mpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment