Skip to content

Instantly share code, notes, and snippets.

@underhilllabs
Created May 27, 2010 04:28
Show Gist options
  • Save underhilllabs/415461 to your computer and use it in GitHub Desktop.
Save underhilllabs/415461 to your computer and use it in GitHub Desktop.
ffmpeg -an -s 600x480 -r 15 -f x11grab -i :0.0+0,25 -vcodec mpeg4 -sameq -y scast-temp.mp4
ffmpeg [-an] -s <width>x<height> -r <fps> -f x11grab -i :0.0[+<ox,oy>] -codec mpeg4 -sameq -y <temporary-file>.mp4
via:
http://polishlinux.org/linux/ubuntu/screencasts-in-ubuntu-part-2/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment