5f3b445d79
- findmonitor function - example resource file - automatic sourcing of said resource file - avt_debug - compress command - automatic disabling of sound Changed - rec_normalize to rec_compress Removed - avt_cl
12 lines
No EOL
203 B
Text
12 lines
No EOL
203 B
Text
# Example .avtrc file
|
|
#avt_debug=
|
|
rec_fps=60
|
|
rec_res=1920x1080
|
|
rec_ar=48000
|
|
rec_crf=12
|
|
rec_adev="$(findmonitor) default"
|
|
#rec_adev="$(findmonitor)"
|
|
#rec_adev="default"
|
|
#rec_adev=
|
|
comp_crf=16
|
|
comp_ba=160k |