Add new stuff

This commit is contained in:
ViktorBarzin 2018-04-03 08:31:22 +03:00
parent 48798a7be2
commit 8d1e62eadc
2 changed files with 8 additions and 3 deletions

View file

@ -235,8 +235,8 @@ alias hosts="sudo vim /etc/hosts"
# OUTRES="1920x1080" # output resolution
INRES="$(xdpyinfo | awk '/dimensions/{print $2}')"
OUTRES="$(xdpyinfo | awk '/dimensions/{print $2}')"
FPS="15" # target FPS
GOP="30" # i-frame interval, should be double of FPS,
FPS="24" # target FPS
GOP="48" # i-frame interval, should be double of FPS,
GOPMIN="15" # min i-frame interval, should be equal to fps,
THREADS="2" # max 6
CBR="1000k" # constant bitrate (should be between 1000k - 3000k)