Created
March 16, 2012 12:34
-
-
Save lemenkov/2049881 to your computer and use it in GitHub Desktop.
How to record screen
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
ffmpeg -y -r 25 -s 1280x1024 -f x11grab -i :0.0+0,0 -vcodec libvpx ~/screen.webm | |
ffmpeg -y -r 25 -s 1280x1024 -f x11grab -i :0.0+0,0 -vcodec libx264 -vpre lossless_ultrafast ~/screen.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment