Skip to content

Instantly share code, notes, and snippets.

@awilliams
Created March 3, 2013 11:30
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 awilliams/5075710 to your computer and use it in GitHub Desktop.
Save awilliams/5075710 to your computer and use it in GitHub Desktop.
quick bash script to do a screen capture on Ubuntu with xvidcap
#!/bin/bash
xvidcap --mf --audio no --file ${1:-screencapture.avi} --cap_geometry 800x600+0+0 --gui no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment