summaryrefslogtreecommitdiffstats
path: root/swaygrab.1.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 14:21:38 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 14:21:38 -0500
commit2ef7cf9e977008f20be6072b336b0928f02b9f59 (patch)
tree4b55bf377f4220a7e02e15b8c6adf55be627e27e /swaygrab.1.txt
parentImprove CONTRIBUTING.md (diff)
downloadsway-2ef7cf9e977008f20be6072b336b0928f02b9f59.tar.gz
sway-2ef7cf9e977008f20be6072b336b0928f02b9f59.tar.zst
sway-2ef7cf9e977008f20be6072b336b0928f02b9f59.zip
Add ffmpeg capture to swaygrab (with limitations)
This needs to be multithreaded to have any sort of realistic expectation of performance, due to issues with syncronous I/O.
Diffstat (limited to 'swaygrab.1.txt')
-rw-r--r--swaygrab.1.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/swaygrab.1.txt b/swaygrab.1.txt
index 54a1c37a..44152430 100644
--- a/swaygrab.1.txt
+++ b/swaygrab.1.txt
@@ -31,6 +31,13 @@ Options
31 Use the specified socket path. Otherwise, swaymsg will ask sway where the 31 Use the specified socket path. Otherwise, swaymsg will ask sway where the
32 socket is (which is the value of $SWAYSOCK, then of $I3SOCK). 32 socket is (which is the value of $SWAYSOCK, then of $I3SOCK).
33 33
34*-r, --rate* <rate>::
35 Specify a framerate (in frames per second). Used in combination with -c.
36 Default is 30. Must be an integer.
37
38*--raw*::
39 Instead of invoking ImageMagick or ffmpeg, dump raw rgba data to stdout.
40
34Examples 41Examples
35-------- 42--------
36 43