diff --git a/docs/configuration.md b/docs/configuration.md index 2b282d1c7a1..d4e3354045b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2303,6 +2303,33 @@ editing the `conf` file in a text editor. Use the examples as reference. +## VA-API Encoder + +### vaapi_strict_rc_buffer + +
Description | ++ Enabling this option can avoid dropped frames over the network during scene changes, but video quality may + be reduced during motion. + @note{This option only applies for H.264 and HEVC when using VA-API [encoder](#encoder) on AMD GPUs.} + | +|
Default | +@code{} + disabled + @endcode | +|
Example | +@code{} + vaapi_strict_rc_buffer = enabled + @endcode | +