|
@@ -26,3 +26,12 @@ ffmpeg -f x11grab -s "$W"x"$H" -i :0.0+$X,$Y -f alsa -i pulse ~/myfile.webm
|
26
|
26
|
```
|
27
|
27
|
slrn lets you select a region or window and ffmpeg will record it in the format of your choice!
|
28
|
28
|
Combined with keybinds and a server on your filesystem you can make a really neat and unobtrusive screenshooter.
|
|
29
|
+
|
|
30
|
+lets see some action
|
|
31
|
+--------------------
|
|
32
|
+Ok. Here's a comparison between 'scrot -s's selection and slrn's:
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+You can see scrot leaves garbage lines over the things you're trying to screenshot!
|
|
37
|
+While slrn not only looks nicer, it's impossible for it to end up in screenshots or recordings because it shuts down before ffmpeg or imagemagick can take a picture.
|