Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MoustafaAMahmoud/feb9f262abadb22b79ed4ea70c559242 to your computer and use it in GitHub Desktop.
Save MoustafaAMahmoud/feb9f262abadb22b79ed4ea70c559242 to your computer and use it in GitHub Desktop.
ScreenRecording Linux
ffmpeg -video_size 3840x2160 -framerate 60 -f x11grab -i :1 -f pulse -ac 2 -i default -c:v libx264 -crf 0 -qp 0 -preset ultrafast github_actions.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment