Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Created November 17, 2016 17:44
Show Gist options
  • Save javikalsan/c62c0d481161612db862d70c3c573da9 to your computer and use it in GitHub Desktop.
Save javikalsan/c62c0d481161612db862d70c3c573da9 to your computer and use it in GitHub Desktop.
command for record desktop on linux system
avconv -f alsa -i hw:0 -f x11grab -r 25 -s 1680x1050 -i :0.0 -vcodec libx264 -threads 4 output-file2.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment