Skip to content

Instantly share code, notes, and snippets.

@koyachi
Created January 10, 2010 08:19
Show Gist options
  • Save koyachi/273383 to your computer and use it in GitHub Desktop.
Save koyachi/273383 to your computer and use it in GitHub Desktop.
# linuxでscreencast
ffmpeg -f oss -i /dev/audio -s 800x600 -r 15 -f x11grab -i :0.0+0,27 -sameq -y screenrec.mp4
via
- http://polishlinux.org/linux/ubuntu/screencasts-in-ubuntu-part-2/
- http://bbs.archlinux.org/viewtopic.php?id=66305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment