Screen record script
This commit is contained in:
parent
8c936a85c6
commit
2a188f2c64
1 changed files with 5 additions and 0 deletions
5
scripts/srec.sh
Executable file
5
scripts/srec.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
FILE=${1:-screen.webm}
|
||||||
|
|
||||||
|
ffmpeg -f x11grab -s wxga -r 25 -i :0.0 -qscale 0 $FILE
|
Loading…
Reference in a new issue