Add new stuff
This commit is contained in:
parent
1e1749751d
commit
a706cf103a
2 changed files with 8 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue