cswimr/home
Archived
Template
1
0
Fork 0

change .mp4 to .webm

specatcle records videos in the webm format, not the mp4 format
This commit is contained in:
Seaswimmer 2024-10-16 12:55:23 -04:00
parent b5ae0e7f9a
commit 44ba91adb5
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -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