mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: move mjpeg acceleration option into trickplay panel
This option is very trickplay specific and should not belongs to general encoding options
This commit is contained in:
parent
fce1e7f173
commit
b07553a058
4 changed files with 14 additions and 16 deletions
|
@ -1648,10 +1648,10 @@
|
|||
"ForeignPartsOnly": "Forced/Foreign parts only",
|
||||
"HearingImpairedShort": "HI/SDH",
|
||||
"LabelIsHearingImpaired": "For hearing impaired (SDH)",
|
||||
"AllowMjpegEncoding": "Allow encoding in MJPEG format (used during trickplay generation)",
|
||||
"Trickplay": "Trickplay",
|
||||
"LabelTrickplayAccel": "Enable hardware acceleration",
|
||||
"LabelTrickplayAccelHelp": "Make sure to enable 'Allow MJPEG Encoding' in Transcoding if your hardware supports it.",
|
||||
"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.",
|
||||
"NonBlockingScan": "Non Blocking - queues generation, then returns",
|
||||
"BlockingScan": "Blocking - queues generation, blocks scan until complete",
|
||||
"LabelScanBehavior": "Scan Behavior",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue