Skip to content

Instantly share code, notes, and snippets.

@aginanjar
Created July 7, 2023 16:54
Show Gist options
  • Save aginanjar/fdd432b03c23624e4e9692eb29acb681 to your computer and use it in GitHub Desktop.
Save aginanjar/fdd432b03c23624e4e9692eb29acb681 to your computer and use it in GitHub Desktop.
ffmpeg screencast command sample
#!/bin/bash
ffmpeg -f x11grab -video_size 1920x1080 -framerate 25 -i $DISPLAY -c:v ffvhuff ~/Videos/ok.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment