1PEEK(1) User commands PEEK(1)
2
3
4
6 peek - Simple screen recorder with an easy to use interface
7
9 peek [OPTION...]
10
11
13 Peek makes it easy to create short screencasts of a screen area. It was
14 built for the specific use case of recording screen areas, e.g. for
15 easily showing UI features of your own apps or for showing a bug in bug
16 reports. With Peek you simply place the Peek window over the area you
17 want to record and press "Record". Peek is optimized for generating
18 animated GIFs, but you can also directly record to WebM or MP4 if you
19 prefer.
20
21 Peek is not a general purpose screencast app with extended features but
22 rather focuses on the single task of creating small, silent screencasts
23 of an area of the screen for creating GIF animations or silent WebM or
24 MP4 videos.
25
27 -h, --help
28 Show help options
29
30 --help-all
31 Show all help options
32
33 --help-gapplication
34 Show GApplication options
35
36 --help-gtk
37 Show GTK+ Options
38
39Application Options:
40
41 -v, --version
42 Show the version of the program and exit
43
44 -b, --backend=BACKEND
45 Select the recording backend (gnome-shell, ffmpeg)
46
47 -s, --start
48 Start recording in all running Peek instances
49
50 -p, --stop
51 Stop recording in all running Peek instances
52
53 -t, --toggle
54 Toggle recording in all running Peek instances
55
56 --no-headerbar
57 Start Peek without the header bar
58
59 --display=DISPLAY
60 X display to use
61
63 Written by Philipp Wolfer <ph.wolfer@gmail.com>.
64
65 This manual page was written by Paulo Roberto Alves de Oliveira (aka
66 kretcheu) <kretcheu@gmail.com> for the Debian project (but may be used
67 by others).
68
69
70
711.5.0 18 February 2020 PEEK(1)