Skip to content

Instantly share code, notes, and snippets.

@dzzzchhh
Last active June 9, 2022 09:15
Show Gist options
  • Save dzzzchhh/3be9a20b6288c93ddcbd72cbfffbc151 to your computer and use it in GitHub Desktop.
Save dzzzchhh/3be9a20b6288c93ddcbd72cbfffbc151 to your computer and use it in GitHub Desktop.
Linux - capture your screen with mic audio
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