-
-
Save waterlink/709b846cb84a7173f8de to your computer and use it in GitHub Desktop.
This file contains 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
xrandr --output DP2 --mode 1280x1024 --same-as eDP1 ; xrandr --output eDP1 --mode 1280x1024 --same-as DP2 |
This file contains 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 -f alsa -i pulse -acodec pcm_s16le -f x11grab -r 25 -s 1280x1024 -i :0.0 /home/arne/Screencaps/`date +%Y%m%d-%H%M`.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment