diff options
author | Nicholas Hubbard <nicholashubbard@posteo.net> | 2022-04-30 10:15:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:13 +0700 |
commit | 6231f0007f9fca369e99effec3363c9224797210 (patch) | |
tree | 16b06e00013929d7ac1494b047a466c7f0e227d1 /graphics/peek/README | |
parent | 1b9b8f27e9cc8caa5753c6ab79a5317cd240597c (diff) |
graphics/peek: Added (an animated GIF recorder).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/peek/README')
-rw-r--r-- | graphics/peek/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/peek/README b/graphics/peek/README new file mode 100644 index 000000000000..0400f4e29409 --- /dev/null +++ b/graphics/peek/README @@ -0,0 +1,16 @@ +Peek makes it easy to create short screencasts of a screen area. It was +built for the specific use case of recording screen areas, e.g. for +easily showing UI features of your own apps or for showing a bug in bug +reports. With Peek, you simply place the Peek window over the area you +want to record and press "Record". Peek is optimized for generating +animated GIFs, but you can also directly record to WebM or MP4 if you +prefer. + +Peek is not a general purpose screencast app with extended features but +rather focuses on the single task of creating small, silent screencasts +of an area of the screen for creating GIF animations or silent WebM or +MP4 videos. + +Peek runs on X11 or inside a GNOME Shell Wayland session using +XWayland. Support for more Wayland desktops might be added in the +future. |