Skip to content

Instantly share code, notes, and snippets.

@xvzftube
Last active November 22, 2022 17:57
Show Gist options
  • Save xvzftube/cf31686e180c8304a9998a9510702a28 to your computer and use it in GitHub Desktop.
Save xvzftube/cf31686e180c8304a9998a9510702a28 to your computer and use it in GitHub Desktop.
simple ffmpeg
ffmpeg \
-video_size $(xdpyinfo | grep dimensions | awk '{print $2;}') \
-framerate 25 \
-f x11grab \
-i :1.0 \
output.mkv
# https://trac.ffmpeg.org/wiki/Capture/Desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment