Skip to content

Instantly share code, notes, and snippets.

@eznj
Forked from mrdoob/gist:1325393
Created March 13, 2016 08:06
Show Gist options
  • Save eznj/e75bfec47b2f2c49b886 to your computer and use it in GitHub Desktop.
Save eznj/e75bfec47b2f2c49b886 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