summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsubh <subh@example.com>2026-01-22 23:54:57 +0530
committersubh <subh@example.com>2026-01-22 23:54:57 +0530
commitb55ceefd5b698d30c29f1e3cf5e052c506c2b30c (patch)
tree24cbff92857e2aff2479ce46613fef2be528791c
parent088d60adb1985349928ba06ec7300fe639e8b93f (diff)
Save videos in mp4 format instead of mkv
-rwxr-xr-xscripts/screen-record.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/screen-record.sh b/scripts/screen-record.sh
index d1d15d3..389ce84 100755
--- a/scripts/screen-record.sh
+++ b/scripts/screen-record.sh
@@ -4,5 +4,5 @@ DISPLAY="$(hyprctl monitors | head -n 1 | cut -d ' ' -f 2)"
notify-send -u normal -i video-display "Recording Screen" "Display: $DISPLAY"
-wf-recorder -a -Dyf ~/Videos/recordings/video.mkv
+wf-recorder -a -Dyf ~/Videos/recordings/video.mp4