mirror of https://bitbucket.org/ausocean/av.git
revid: set default bitrate to 400000
This commit is contained in:
parent
618fadd90b
commit
ab643f2b97
|
@ -103,7 +103,7 @@ const (
|
||||||
defaultIntraRefreshPeriod = "100"
|
defaultIntraRefreshPeriod = "100"
|
||||||
defaultTimeout = "0"
|
defaultTimeout = "0"
|
||||||
defaultQuantization = "40"
|
defaultQuantization = "40"
|
||||||
defaultBitrate = "500000"
|
defaultBitrate = "400000"
|
||||||
defaultQuantizationMode = QuantizationOff
|
defaultQuantizationMode = QuantizationOff
|
||||||
defaultFramesPerClip = 1
|
defaultFramesPerClip = 1
|
||||||
defaultVerticalFlip = No
|
defaultVerticalFlip = No
|
||||||
|
|
Loading…
Reference in New Issue