Last active
November 22, 2022 17:57
-
-
Save xvzftube/cf31686e180c8304a9998a9510702a28 to your computer and use it in GitHub Desktop.
simple ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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