1 2 3 4
#!/bin/sh set -x # TODO(pryazha): autodetect video input (not x11 only) ffmpeg -video_size 1920x2160 -framerate 25 -f x11grab -i :0 $(date +%d_%m_%Y).mp4