Created
November 17, 2016 17:44
-
-
Save javikalsan/c62c0d481161612db862d70c3c573da9 to your computer and use it in GitHub Desktop.
command for record desktop on linux system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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