From b55ceefd5b698d30c29f1e3cf5e052c506c2b30c Mon Sep 17 00:00:00 2001 From: subh Date: Thu, 22 Jan 2026 23:54:57 +0530 Subject: Save videos in mp4 format instead of mkv --- scripts/screen-record.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3