From 44ba91adb5396abca8088c074ee5d918216f7966 Mon Sep 17 00:00:00 2001 From: cswimr Date: Wed, 16 Oct 2024 12:55:23 -0400 Subject: [PATCH] change .mp4 to .webm specatcle records videos in the webm format, not the mp4 format --- .zshc/func.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshc/func.zsh b/.zshc/func.zsh index ac5ce48..f2d0b7c 100644 --- a/.zshc/func.zsh +++ b/.zshc/func.zsh @@ -112,7 +112,7 @@ function spectacle-screenshot { if [[ -z "${2}" ]]; then if $save_recording; then - readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.mp4) + readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.webm) else readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png) fi