Skip to content

Instantly share code, notes, and snippets.

@tmwatchanan
Created June 15, 2019 08:00
Show Gist options
  • Select an option

  • Save tmwatchanan/c3dafa0a75c537fbe50ba1a5c556b398 to your computer and use it in GitHub Desktop.

Select an option

Save tmwatchanan/c3dafa0a75c537fbe50ba1a5c556b398 to your computer and use it in GitHub Desktop.
A snippet for recording screen using ffmpeg
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