diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-20 23:01:09 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-20 23:01:09 +0200 |
| commit | 581865ee0c8b8aea872f053d804a41fb5f416b17 (patch) | |
| tree | 9a2f99ea48c31629a5c3c42b0454483982cdbfed /ffmpeg-screenrecord | |
| parent | c5d101ab2c9db3b1a001cb56953cb90b24f8fdcf (diff) | |
| download | scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.tar.gz scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.zip | |
Various shellcheck fixes (www.shellcheck.net)
Diffstat (limited to 'ffmpeg-screenrecord')
| -rwxr-xr-x | ffmpeg-screenrecord | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg-screenrecord b/ffmpeg-screenrecord index cdca2dc..bef2167 100755 --- a/ffmpeg-screenrecord +++ b/ffmpeg-screenrecord | |||
| @@ -5,4 +5,4 @@ | |||
| 5 | 5 | ||
| 6 | outfile=${1:-output.mkv} | 6 | outfile=${1:-output.mkv} |
| 7 | 7 | ||
| 8 | ffmpeg -f x11grab -i :0 -f pulse -i default $outfile | 8 | ffmpeg -f x11grab -i :0 -f pulse -i default "$outfile" |
