Skip to content

Instantly share code, notes, and snippets.

@nclundsten
Created February 24, 2014 15:48
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 nclundsten/9190859 to your computer and use it in GitHub Desktop.
Save nclundsten/9190859 to your computer and use it in GitHub Desktop.
load area of desktop in a window for hangouts/etc
ffmpeg -f x11grab -s 1920x1080 -r 2 -i :0.0+1366,0 -pix_fmt yuv420p -f rawvideo - | ffplay -f rawvideo -pixel_format yuv420p -video_size 1920x1080 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment