Last active
June 9, 2022 09:15
-
-
Save dzzzchhh/3be9a20b6288c93ddcbd72cbfffbc151 to your computer and use it in GitHub Desktop.
Linux - capture your screen with mic audio
This file contains 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 3840x2160 -framerate 60 -f x11grab -i $DISPLAY -f pulse -ac 2 -i default output.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment