소스 검색

updated readme

naelstrof 13 년 전
부모
커밋
806b91850e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

17
 ```bash
17
 ```bash
18
 #!/bin/bash
18
 #!/bin/bash
19
 eval `slrn`
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
 slrn lets you select a region or window and ffmpeg will record it in the format of your choice!
22
 slrn lets you select a region or window and ffmpeg will record it in the format of your choice!
23
 Combined with keybinds and a server on your filesystem you can make a really neat and unobtrusive screenshooter.
23
 Combined with keybinds and a server on your filesystem you can make a really neat and unobtrusive screenshooter.