diff --git a/docs/configuration.md b/docs/configuration.md
index 98bab79a060..5b2bba679d7 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1774,6 +1774,46 @@ editing the `conf` file in a text editor. Use the examples as reference.
+### [nvenc_split_encode](https://localhost:47990/config/#nvenc_split_encode)
+
+
+
+
Description
+
+ Split the encoding of each video frame over multiple NVENC hardware units.
+ Significantly reduces encoding latency with a marginal compression efficiency penalty.
+ This option is ignored if your GPU has a singular NVENC unit.
+ @note{This option only applies when using NVENC [encoder](#encoderhttpslocalhost47990configencoder).}
+ @note{Applies to Windows only.}
+
diff --git a/src_assets/common/assets/web/public/assets/locale/en.json b/src_assets/common/assets/web/public/assets/locale/en.json
index 12844fcf874..b369639aeaf 100644
--- a/src_assets/common/assets/web/public/assets/locale/en.json
+++ b/src_assets/common/assets/web/public/assets/locale/en.json
@@ -239,6 +239,9 @@
"nvenc_spatial_aq_desc": "Assign higher QP values to flat regions of the video. Recommended to enable when streaming at lower bitrates.",
"nvenc_spatial_aq_disabled": "Disabled (faster, default)",
"nvenc_spatial_aq_enabled": "Enabled (slower)",
+ "nvenc_split_encode": "Split frame encoding",
+ "nvenc_split_encode_desc": "Split the encoding of each video frame over multiple NVENC hardware units. Significantly reduces encoding latency with a marginal compression efficiency penalty. This option is ignored if your GPU has a singular NVENC unit.",
+ "nvenc_split_encode_driver_decides_def": "Driver decides (default)",
"nvenc_twopass": "Two-pass mode",
"nvenc_twopass_desc": "Adds preliminary encoding pass. This allows to detect more motion vectors, better distribute bitrate across the frame and more strictly adhere to bitrate limits. Disabling it is not recommended since this can lead to occasional bitrate overshoot and subsequent packet loss.",
"nvenc_twopass_disabled": "Disabled (fastest, not recommended)",