shit
This commit is contained in:
commit
01a9e86575
64 changed files with 2284 additions and 0 deletions
3
scripts/record
Normal file
3
scripts/record
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
[[ ! -d ~/videos/records ]] && mkdir ~/videos/records
|
||||
ffmpeg -f x11grab -s 1920x1080 -i :0.0 -f pulse -i 2 ~/videos/records/$(date +"%H-%M-%S__%d-%m-%y").mp4
|
Loading…
Add table
Add a link
Reference in a new issue