Explorar el Código

updated readme

naelstrof hace 11 años
padre
commit
806b91850e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -17,7 +17,7 @@ slrn can be used to create a video recording script in only two lines of code.
17 17
 ```bash
18 18
 #!/bin/bash
19 19
 eval `slrn`
20
-ffmpeg -f x11grab -s "$Wx$H" -i :0.0+$X,$Y -f alsa -i pulse ~/myfile.webm
20
+ffmpeg -f x11grab -s "$W"x"$H" -i :0.0+$X,$Y -f alsa -i pulse ~/myfile.webm
21 21
 ```
22 22
 slrn lets you select a region or window and ffmpeg will record it in the format of your choice!
23 23
 Combined with keybinds and a server on your filesystem you can make a really neat and unobtrusive screenshooter.