Merge pull request #5800 from gnattu/trickplay-KeyFrameOnlyExtraction

Add trickplay key frame only extraction option
This commit is contained in:
Bill Thornton
2024-08-23 13:19:48 -04:00
committed by GitHub
2 changed files with 16 additions and 1 deletions
+3 -1
View File
@@ -1706,7 +1706,9 @@
"Trickplay": "Trickplay",
"LabelTrickplayAccel": "Enable hardware decoding",
"LabelTrickplayAccelEncoding": "Enable hardware accelerated MJPEG encoding",
"LabelTrickplayAccelEncodingHelp": "Currently only available on QSV and VAAPI, this option has no effect on other hardware acceleration methods.",
"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. 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",