Skip to content

Instantly share code, notes, and snippets.

@RomaniukVadim
Created January 27, 2018 04:35
Show Gist options
  • Save RomaniukVadim/4308cce41fb452fa3c7d4e3c313e646f to your computer and use it in GitHub Desktop.
Save RomaniukVadim/4308cce41fb452fa3c7d4e3c313e646f to your computer and use it in GitHub Desktop.
Ffmpeg screen capture
ffmpeg -video_size 1366x768 -framerate 30 -f x11grab -i :0.0 -f alsa -ac 2 -i hw:1 output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment