From 8bb103e7b7ecc7e53b7f529257d20189cae0840f Mon Sep 17 00:00:00 2001 From: gnattu Date: Thu, 28 Mar 2024 02:44:53 +0800 Subject: [PATCH] fix: add additional helper text on H264 --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index eccd1f699f..3288b8e778 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1603,7 +1603,7 @@ "IntelLowPowerEncHelp": "Low-Power Encoding can keep unnecessary CPU-GPU sync. On Linux they must be disabled if the i915 HuC firmware is not configured.", "LabelHardwareEncodingOptions": "Hardware encoding options", "LabelEncodingFormatOptions": "Encoding format options", - "EncodingFormatHelp": "Select the video encoding that Jellyfin should transcode to. Jellyfin will use software encoding when hardware acceleration for the selected format is not available.", + "EncodingFormatHelp": "Select the video encoding that Jellyfin should transcode to. Jellyfin will use software encoding when hardware acceleration for the selected format is not available. H264 encoding will always be enabled.", "AudioIsExternal": "The audio stream is external", "VideoBitrateNotSupported": "The video's bitrate is not supported", "UnknownVideoStreamInfo": "The video stream info is unknown",