Bladeren bron

updated readme

naelstrof 11 jaren geleden
bovenliggende
commit
fab1eed26c
1 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  1. 9
    0
      README.md

+ 9
- 0
README.md Bestand weergeven

@@ -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
+![scrot](http://farmpolice.com/content/images/scrot_bad.png)
34
+![slrn](http://farmpolice.com/content/images/slrn_good.png)
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.