mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-12 04:15:08 +00:00
Add more transcoding options
* Redo max. bitrate options, add more bitrates in the lower end * Remove SD/HD from the bitrate strings as the quality doesn't match up to what the backend selects (e.g. 1.3 Mbps definitely wasn't HD) * Add option to force transcode mpeg2 * Add option to choose between h264 & h265 as a preferred codec for transcoding * Add option to select preferred audio codec for transcoding/directstream * Add option to select audio bitrate when transcoding (previously hardcoded to 384kbps for >2.0ch & 192kbps for <=2.0ch) * Add option to select max audio channels (e.g. for server-side downmix) * Add option to hide embedded/internal & picture-based subtitles in the track selection dialog
This commit is contained in:
parent
4312135524
commit
e651b66ddc
3 changed files with 110 additions and 43 deletions
|
@ -74,8 +74,28 @@ msgid "Enable enhanced artwork (i.e. cover art)"
|
|||
msgstr "Enable enhanced artwork (i.e. cover art)"
|
||||
|
||||
msgctxt "#30160"
|
||||
msgid "Video quality"
|
||||
msgstr "Video quality"
|
||||
msgid "Max stream bitrate"
|
||||
msgstr "Max stream bitrate"
|
||||
|
||||
msgctxt "#30161"
|
||||
msgid "Preferred video codec"
|
||||
msgstr "Preferred video codec"
|
||||
|
||||
msgctxt "#30162"
|
||||
msgid "Preferred audio codec"
|
||||
msgstr "Preferred audio codec"
|
||||
|
||||
msgctxt "#30163"
|
||||
msgid "Audio bitrate"
|
||||
msgstr "Audio bitrate"
|
||||
|
||||
msgctxt "#30164"
|
||||
msgid "Audio max channels"
|
||||
msgstr "Audio max channels"
|
||||
|
||||
msgctxt "#30165"
|
||||
msgid "Allow burned subtitles"
|
||||
msgstr "Allow burned subtitles"
|
||||
|
||||
msgctxt "#30170"
|
||||
msgid "Recently Added TV Shows"
|
||||
|
@ -277,6 +297,10 @@ msgctxt "#30522"
|
|||
msgid "Transcode H265/HEVC"
|
||||
msgstr "Transcode H265/HEVC"
|
||||
|
||||
msgctxt "#30523"
|
||||
msgid "Transcode MPEG2"
|
||||
msgstr "Transcode MPEG2"
|
||||
|
||||
msgctxt "#30527"
|
||||
msgid "Ignore specials in next episodes"
|
||||
msgstr "Ignore specials in next episodes"
|
||||
|
@ -613,8 +637,8 @@ msgid "Enable external subtitles"
|
|||
msgstr "Enable external subtitles"
|
||||
|
||||
msgctxt "#33115"
|
||||
msgid "Adjust for remote connection"
|
||||
msgstr "Adjust for remote connection"
|
||||
msgid "Transcode options"
|
||||
msgstr "Transcode options"
|
||||
|
||||
msgctxt "#33116"
|
||||
msgid "Compress artwork (reduces quality)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue