Created
September 21, 2016 16:03
-
-
Save justinribeiro/a64b0d5a1d878b9e44b2e25b7e749cfa to your computer and use it in GitHub Desktop.
Capture top left 1080 @ 60fps.
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 -video_size 1920x1080 -framerate 60 -f x11grab -i :0.0 -c:v libx264 -qp 0 -preset ultrafast my-file.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment