aboutsummaryrefslogtreecommitdiff
path: root/swaygrab.1.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-27 14:21:38 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-27 14:21:38 -0500
commit2ef7cf9e977008f20be6072b336b0928f02b9f59 (patch)
tree4b55bf377f4220a7e02e15b8c6adf55be627e27e /swaygrab.1.txt
parent89906f4ba1a3621efeefa4969ef549d39451efd4 (diff)
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
Use the specified socket path. Otherwise, swaymsg will ask sway where the
socket is (which is the value of $SWAYSOCK, then of $I3SOCK).
+*-r, --rate* <rate>::
+ Specify a framerate (in frames per second). Used in combination with -c.
+ Default is 30. Must be an integer.
+
+*--raw*::
+ Instead of invoking ImageMagick or ffmpeg, dump raw rgba data to stdout.
+
Examples
--------