Created
July 7, 2023 16:54
-
-
Save aginanjar/fdd432b03c23624e4e9692eb29acb681 to your computer and use it in GitHub Desktop.
ffmpeg screencast command sample
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
#!/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