From 2e5b2195b2ef3cd594482001e42eba0667544451 Mon Sep 17 00:00:00 2001 From: felix920506 Date: Thu, 29 Feb 2024 19:13:57 -0500 Subject: [PATCH 1/2] Update en-us.json --- 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 c7a6fe5edf..9ce70a64f4 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -304,7 +304,7 @@ "Guide": "Guide", "GuideProviderLogin": "Login", "GuideProviderSelectListings": "Select Listings", - "H264CrfHelp": "The 'Constant Rate Factor' (CRF) is the default quality setting for the x264 and x265 encoder. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, and for x265 is 28, so you can use this as a starting point.", + "H264CrfHelp": "The 'Constant Rate Factor' (CRF) is the default quality setting for the x264 and x265 encoder. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, and for x265 is 28, so you can use this as a starting point. These settings will be ignored when hardware acceleration is enabled.", "HDPrograms": "HD programs", "HardwareAccelerationWarning": "Enabling hardware acceleration may cause instability in some environments. Ensure that your operating system and video drivers are fully up to date. If you have difficulty playing video after enabling this, you'll need to change the setting back to None.", "HeaderAccessSchedule": "Access Schedule", From 3856b9e0e40945ddc33097b320b8044d91617e9b Mon Sep 17 00:00:00 2001 From: felix920506 Date: Fri, 29 Mar 2024 12:28:19 -0400 Subject: [PATCH 2/2] accept suggestion Co-authored-by: Bill Thornton --- 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 9ce70a64f4..8cf2a88c9d 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -304,7 +304,7 @@ "Guide": "Guide", "GuideProviderLogin": "Login", "GuideProviderSelectListings": "Select Listings", - "H264CrfHelp": "The 'Constant Rate Factor' (CRF) is the default quality setting for the x264 and x265 encoder. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, and for x265 is 28, so you can use this as a starting point. These settings will be ignored when hardware acceleration is enabled.", + "H264CrfHelp": "The 'Constant Rate Factor' (CRF) is the default quality setting for the x264 and x265 software encoders. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, and for x265 is 28, so you can use this as a starting point. Hardware encoders do not use these settings.", "HDPrograms": "HD programs", "HardwareAccelerationWarning": "Enabling hardware acceleration may cause instability in some environments. Ensure that your operating system and video drivers are fully up to date. If you have difficulty playing video after enabling this, you'll need to change the setting back to None.", "HeaderAccessSchedule": "Access Schedule",