Created
June 15, 2019 08:00
-
-
Save tmwatchanan/c3dafa0a75c537fbe50ba1a5c556b398 to your computer and use it in GitHub Desktop.
A snippet for recording screen using ffmpeg
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 1366x768 -framerate 25 -f x11grab -i :0.0 -f pulse -ac 2 -i 0 output.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment