Basic updates.
This commit is contained in:
parent
e3d4ecc3b7
commit
3937811c9e
3 changed files with 63 additions and 0 deletions
2
recorder
2
recorder
|
@ -7,6 +7,8 @@ record () {
|
|||
videoQuality=15 # H264 QVal - Lower is better
|
||||
recordLocation=~/vids/yt
|
||||
|
||||
[ ! -d "$recordLocation" ] && mkdir "$recordLocation"
|
||||
|
||||
## Auto-Config - Use the last render device which should be the Intel GPU
|
||||
currentRes=$(xdpyinfo | grep dimensions | awk '{print $2}')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue