mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5906 from gnattu/burn-subtitle-transcoding
This commit is contained in:
commit
52d4919df4
6 changed files with 88 additions and 15 deletions
|
@ -34,6 +34,8 @@
|
|||
"AllowStreamSharingHelp": "Allow Jellyfin to duplicate the mpegts stream from tuner and share this duplicated stream to its clients. This is useful when the tuner has total stream count limit but may also cause playback issues.",
|
||||
"Alternate" : "Alternate",
|
||||
"AlternateDVD" : "Alternate DVD",
|
||||
"AlwaysBurnInSubtitleWhenTranscoding": "Always burn in subtitle when transcoding",
|
||||
"AlwaysBurnInSubtitleWhenTranscodingHelp": "Burn in all subtitles when transcoding is triggered. This ensures subtitle synchronization after transcoding at the cost of reduced transcoding speed.",
|
||||
"LabelThrottleDelaySeconds": "Throttle after",
|
||||
"LabelThrottleDelaySecondsHelp": "Time in seconds after which the transcoder will be throttled. Must be large enough for the client to maintain a healthy buffer. Only works if throttling is enabled.",
|
||||
"LabelSegmentKeepSeconds": "Time to keep segments",
|
||||
|
@ -84,7 +86,7 @@
|
|||
"BoxRear": "Box (rear)",
|
||||
"BoxSet": "Box Set",
|
||||
"Browse": "Browse",
|
||||
"BurnSubtitlesHelp": "Determine if the server should burn in subtitles while transcoding videos. Avoiding this will greatly improve performance. Select Auto to burn image based formats (VobSub, PGS, SUB, IDX, etc.) and certain ASS or SSA subtitles.",
|
||||
"BurnSubtitlesHelp": "Determine if the server should burn in subtitles. Avoiding this will greatly improve performance. Select Auto to burn image based formats (VobSub, PGS, SUB, IDX, etc.) and certain ASS or SSA subtitles.",
|
||||
"ButtonActivate": "Activate",
|
||||
"ButtonAddImage": "Add Image",
|
||||
"ButtonAddMediaLibrary": "Add Media Library",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue