diff options
Diffstat (limited to 'scripts/capture')
-rwxr-xr-x | scripts/capture | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/capture b/scripts/capture new file mode 100755 index 0000000..fb33a5b --- /dev/null +++ b/scripts/capture @@ -0,0 +1,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 |