aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab/swaygrab.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'swaygrab/swaygrab.1.txt')
-rw-r--r--swaygrab/swaygrab.1.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/swaygrab/swaygrab.1.txt b/swaygrab/swaygrab.1.txt
index b2c6389a..1da56db8 100644
--- a/swaygrab/swaygrab.1.txt
+++ b/swaygrab/swaygrab.1.txt
@@ -48,6 +48,13 @@ Options
48*-f, --focused*:: 48*-f, --focused*::
49 Capture only the currently focused container. 49 Capture only the currently focused container.
50 50
51Environment Variables
52---------------------
53swaygrab reads the following environment variables.
54
55*SWAYGRAB_FFMPEG_OPTS*::
56 Pass additional arguments to FFmpeg when starting a capture.
57
51Examples 58Examples
52-------- 59--------
53 60
@@ -57,6 +64,10 @@ swaygrab output.png::
57swaygrab -c -o HDMI-A-1 output.webm:: 64swaygrab -c -o HDMI-A-1 output.webm::
58 Capture a webm of HDMI-A-1. 65 Capture a webm of HDMI-A-1.
59 66
67SWAYGRAB_FFMPEG_OPTS="-f alsa -i pulse" swaygrab -c::
68 Capture the focused output and encode audio from the default recording
69 device.
70
60Authors 71Authors
61------- 72-------
62 73