Skip to content

Instantly share code, notes, and snippets.

@lextra2
Last active August 3, 2022 14:54
Show Gist options
  • Save lextra2/e7c0be819ecb3975f8b9296f1d74682d to your computer and use it in GitHub Desktop.
Save lextra2/e7c0be819ecb3975f8b9296f1d74682d to your computer and use it in GitHub Desktop.
Capture Desktop
ffmpeg -y \
-thread_queue_size 512 -f x11grab \
-s 1920x1080 -r 60 \
-i :0 \
-thread_queue_size 1024 -f pulse \
-i default \
-c:v libx264 -preset fast -b:v 10M -pix_fmt nv12 \
-c:a aac -b:a 320K \
output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment