2015-11-27 16:06:24 +01:00
|
|
|
/////
|
|
|
|
vim:set ts=4 sw=4 tw=82 noet:
|
|
|
|
/////
|
|
|
|
:quotes.~:
|
|
|
|
|
|
|
|
swaygrab (1)
|
|
|
|
============
|
|
|
|
|
|
|
|
Name
|
|
|
|
----
|
|
|
|
swaygrab - Grab image data from the current sway session.
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
--------
|
|
|
|
'swaygrab' [options] [output] [file]
|
|
|
|
|
|
|
|
Grabs pixels from _output_ and writes them to _file_. The image will be passed to
|
|
|
|
ImageMagick convert for processing.
|
|
|
|
|
|
|
|
Options
|
|
|
|
-------
|
|
|
|
|
2015-11-28 15:18:54 +01:00
|
|
|
*-h, --help*::
|
|
|
|
Show help message and quit.
|
|
|
|
|
2015-11-27 16:06:24 +01:00
|
|
|
*-c, \--capture*::
|
|
|
|
Captures multiple frames as video and passes them into ffmpeg. Continues until
|
|
|
|
you send SIGTERM (ctrl+c) to swaygrab.
|
|
|
|
|
|
|
|
*-v, \--version*::
|
|
|
|
Print the version (of swaymsg) and quit.
|
|
|
|
|
|
|
|
*-s, --socket* <path>::
|
|
|
|
Use the specified socket path. Otherwise, swaymsg will ask sway where the
|
|
|
|
socket is (which is the value of $SWAYSOCK, then of $I3SOCK).
|
|
|
|
|
2015-11-27 20:21:38 +01:00
|
|
|
*-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.
|
|
|
|
|
2015-11-27 16:39:18 +01:00
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
|
|
|
|
swaygrab HDMI-A-1 output.png::
|
|
|
|
Grab the contents of HDMI-A-1 and write to output.png.
|
|
|
|
|
|
|
|
swaygrab -c HDMI-A-1 output.webm::
|
|
|
|
Capture a webm of HDMI-A-1.
|
|
|
|
|
2015-11-27 16:06:24 +01:00
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
|
|
|
Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
|
|
|
|
source contributors. For more information about sway development, see
|
|
|
|
<https://github.com/SirCmpwn/sway>.
|