Skip to content

Instantly share code, notes, and snippets.

@l3dlp
Forked from mrdoob/gist:1325393
Created March 7, 2017 09:18
Show Gist options
  • Save l3dlp/59540e499fb4fffa747ac34389c96506 to your computer and use it in GitHub Desktop.
Save l3dlp/59540e499fb4fffa747ac34389c96506 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