aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab/swaygrab.1.txt
diff options
context:
space:
mode:
authorLibravatar David Blajda <blajda@hotmail.com>2017-06-17 20:41:09 -0400
committerLibravatar David Blajda <blajda@hotmail.com>2017-06-17 22:14:39 -0400
commit8d54a6746c1a441008692f7264fd0a03b25aada8 (patch)
tree100fcee028eaacb58700fb925a3297c96b327cc7 /swaygrab/swaygrab.1.txt
parentMerge pull request #1238 from her001/backgrounds_dir (diff)
downloadsway-8d54a6746c1a441008692f7264fd0a03b25aada8.tar.gz
sway-8d54a6746c1a441008692f7264fd0a03b25aada8.tar.zst
sway-8d54a6746c1a441008692f7264fd0a03b25aada8.zip
FFmpeg options for swaygrab
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