use mp4's for spectacle recordings
This commit is contained in:
parent
e39f2d20a6
commit
68119aa44b
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ function spectacle-screenshot {
|
|||
|
||||
if [[ -z "${2}" ]]; then
|
||||
if $save_recording; then
|
||||
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.webm)
|
||||
readonly file=$(mktemp /tmp/spectacle-recording.XXXXXXXX.mp4)
|
||||
else
|
||||
readonly file=$(mktemp /tmp/spectacle-screenshot.XXXXXXXX.png)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue