summaryrefslogtreecommitdiff
path: root/scripts/capture
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-06-15 16:06:11 +0500
committerpryazha <pryadeiniv@mail.ru>2025-06-15 16:06:11 +0500
commit55d0510313c623a5d9070b7ddc88693a63ca5c2b (patch)
tree9d2308af32704325505f0a18e95365e37f004214 /scripts/capture
parent01180bc8d01a3511c355567ac5734cac6e132ab5 (diff)
some scripts, bash, tmux changes
Diffstat (limited to 'scripts/capture')
-rwxr-xr-xscripts/capture4
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