Skip to content

Instantly share code, notes, and snippets.

@gabrielstuff
Forked from mrdoob/gist:1325393
Created October 31, 2011 09:19
Show Gist options
  • Save gabrielstuff/1327164 to your computer and use it in GitHub Desktop.
Save gabrielstuff/1327164 to your computer and use it in GitHub Desktop.
ffmpeg: recording the screen.
ffmpeg -f x11grab -b 1M -bt 2M -r 30 -s 512x512 -i :0.0+1,53 -an kinect.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment