man
This commit is contained in:
2
bin/gsr
2
bin/gsr
@ -3,7 +3,7 @@ GSRPID=$(pidof gpu-screen-recorder)
|
||||
DWMBLOCKSPID=$(pidof dwmblocks)
|
||||
AUDIO="-ac opus -a default_output|default_input"
|
||||
AUDIONOMIC="-ac opus -a default_output"
|
||||
VIDEO="-w DP-4 -k hevc -c mkv -f 60 -bm cbr -q 12000"
|
||||
VIDEO="-w DP-3 -k av1_10bit -c mkv -fm content -bm vbr"
|
||||
OUTPUT="-o $HOME/wdraidz/media/game-videos/$(date +%m-%d-%Y_%R:%S).mkv"
|
||||
|
||||
if [ $GSRPID != 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user