mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add setting for preferred video codec
This commit is contained in:
parent
ef6bbc8212
commit
b234888485
5 changed files with 42 additions and 0 deletions
|
@ -946,6 +946,7 @@
|
|||
"LabelVideoCodec": "Video codec",
|
||||
"LabelVideoRange": "Video range",
|
||||
"LabelVideoResolution": "Video resolution",
|
||||
"LabelSelectPreferredTranscodeVideoCodec": "Preferred transcode video codec",
|
||||
"LabelWeb": "Web",
|
||||
"LabelWebVersion": "Web version",
|
||||
"LabelYear": "Year",
|
||||
|
@ -1391,6 +1392,7 @@
|
|||
"Season": "Season",
|
||||
"SecondarySubtitles": "Secondary Subtitles",
|
||||
"SelectAdminUsername": "Please select a username for the admin account.",
|
||||
"SelectPreferredTranscodeVideoCodecHelp": "Select the preferred video codec to transcode to. If the preferred codec is not supported, the server will use the next best available codec.",
|
||||
"SelectPreferredTranscodeVideoAudioCodecHelp": "Select the preferred audio codec to transcode to for video content. If the preferred codec is not supported, the server will use the next best available codec.",
|
||||
"SelectServer": "Select Server",
|
||||
"SendMessage": "Send message",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue