change .mp4 to .webm
specatcle records videos in the webm format, not the mp4 format
This commit is contained in:
parent
b5ae0e7f9a
commit
44ba91adb5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ function spectacle-screenshot {
|
||||||
|
|
||||||
if [[ -z "${2}" ]]; then
|
if [[ -z "${2}" ]]; then
|
||||||
if $save_recording; then
|
if $save_recording; then
|
||||||
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.mp4)
|
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.webm)
|
||||||
else
|
else
|
||||||
readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png)
|
readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png)
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue