mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add configurable encoding params
This commit is contained in:
parent
cb4d1e1643
commit
3842bf80e6
13 changed files with 119 additions and 35 deletions
|
@ -2127,5 +2127,9 @@
|
|||
"OptionExtractChapterImage": "Enable chapter image extraction",
|
||||
"Downloads": "Downloads",
|
||||
"OptionEnableExternalContentInSuggestions": "Enable external content in suggestions",
|
||||
"OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live tv programs to be included within suggested content."
|
||||
"OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live tv programs to be included within suggested content.",
|
||||
"LabelH264EncodingPreset": "H264 encoding preset:",
|
||||
"H264EncodingPresetHelp": "Choose a faster value to improve performance, or a slower value to improve quality.",
|
||||
"LabelH264Crf": "H264 encoding CRF:",
|
||||
"H264CrfHelp": "The Constant Rate Factor (CRF) is the default quality setting for the x264 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, so you can use this as a starting point."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue