aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg-screenrecord
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xffmpeg-screenrecord2
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
6outfile=${1:-output.mkv} 6outfile=${1:-output.mkv}
7 7
8ffmpeg -f x11grab -i :0 -f pulse -i default $outfile 8ffmpeg -f x11grab -i :0 -f pulse -i default "$outfile"

Generated with cgit - Back to sebastiano.tronto.net