From 1ba945c905a2282fb102ca2c0eddf6bec9b3a86f Mon Sep 17 00:00:00 2001 From: gnattu Date: Wed, 17 Jul 2024 01:50:35 +0800 Subject: [PATCH] Update help text to reflect new server behavior --- 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 8cd8e6141a..26b38eed7c 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1691,7 +1691,7 @@ "LabelTrickplayAccelEncoding": "Enable hardware accelerated MJPEG encoding", "LabelTrickplayAccelEncodingHelp": "Currently only available on QSV, VAAPI and VideoToolbox, this option has no effect on other hardware acceleration methods.", "LabelTrickplayKeyFrameOnlyExtraction": "Only generate images from key frames", - "LabelTrickplayKeyFrameOnlyExtractionHelp": "Extract key frames only for significantly faster processing with less accurate timing. Not compatible with QSV and NVDEC hardware decoders. Software processing in this mode will be faster than hardware processing not in this mode.", + "LabelTrickplayKeyFrameOnlyExtractionHelp": "Extract key frames only for significantly faster processing with less accurate timing. If the configured hardware decoder does not support this mode, will use the software decoder instead.", "NonBlockingScan": "Non Blocking - queues generation, then returns", "BlockingScan": "Blocking - queues generation, blocks scan until complete", "LabelScanBehavior": "Scan Behavior",