mirror of
https://github.com/harshabose/client.git
synced 2025-10-05 15:26:51 +08:00
added comment on x264 options
This commit is contained in:
@@ -122,8 +122,8 @@ var LowLatencyBitrateControlled = &X264Options{
|
||||
|
||||
X264AdvancedOptions: &X264AdvancedOptions{
|
||||
Bitrate: "800", // 800kbps
|
||||
VBVMaxBitrate: "800",
|
||||
VBVBuffer: "400",
|
||||
VBVMaxBitrate: "800", // Equal to Bitrate
|
||||
VBVBuffer: "400", // Half of Bitrate
|
||||
RateTolerance: "1", // 1% rate tolerance
|
||||
MaxGOP: "25",
|
||||
MinGOP: "13",
|
||||
|
Reference in New Issue
Block a user