From fbb0c5526fe77aedecfbafa86dcc67df23dfc16d Mon Sep 17 00:00:00 2001 From: harshabose Date: Sat, 12 Jul 2025 18:14:13 +0530 Subject: [PATCH] added comment on x264 options --- pkg/transcode/x264options.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/transcode/x264options.go b/pkg/transcode/x264options.go index 9ed76a3..3ff253d 100644 --- a/pkg/transcode/x264options.go +++ b/pkg/transcode/x264options.go @@ -122,9 +122,9 @@ var LowLatencyBitrateControlled = &X264Options{ X264AdvancedOptions: &X264AdvancedOptions{ Bitrate: "800", // 800kbps - VBVMaxBitrate: "800", - VBVBuffer: "400", - RateTolerance: "1", // 1% rate tolerance + VBVMaxBitrate: "800", // Equal to Bitrate + VBVBuffer: "400", // Half of Bitrate + RateTolerance: "1", // 1% rate tolerance MaxGOP: "25", MinGOP: "13", // MaxQP: "80",