web/i18n/settings: update youtube setting titles and descriptions
This commit is contained in:
parent
904e5aa918
commit
8f89c7f412
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@
|
||||||
"video.quality.144": "144p",
|
"video.quality.144": "144p",
|
||||||
"video.quality.description": "if preferred video quality isn't available, next best is picked instead.",
|
"video.quality.description": "if preferred video quality isn't available, next best is picked instead.",
|
||||||
|
|
||||||
"video.youtube.codec": "youtube video codec and container",
|
"video.youtube.codec": "youtube codec and container",
|
||||||
"video.youtube.codec.description": "h264: best compatibility, average quality. max quality is 1080p. \nav1: best quality and efficiency. supports 8k & HDR. \nvp9: same quality as av1, but file is ~2x bigger. supports 4k & HDR.\n\nav1 and vp9 aren't as widely supported as h264. if av1 or vp9 isn't available, h264 is used instead.",
|
"video.youtube.codec.description": "h264: best compatibility, average quality. max quality is 1080p. \nav1: best quality and efficiency. supports 8k & HDR. \nvp9: same quality as av1, but file is ~2x bigger. supports 4k & HDR.\n\nav1 and vp9 aren't as widely supported as h264. if av1 or vp9 isn't available, h264 is used instead.",
|
||||||
|
|
||||||
"video.youtube.hls": "youtube hls",
|
"video.youtube.hls": "youtube hls formats",
|
||||||
"video.youtube.hls.title": "prefer hls for video & audio",
|
"video.youtube.hls.title": "prefer hls for video & audio",
|
||||||
"video.youtube.hls.description": "files download faster and are less prone to errors or getting abruptly cut off. only h264 and vp9 codecs are available in this mode. original audio codec is aac, it's re-encoded for compatibility, audio quality may be slightly worse than the non-HLS counterpart.\n\nthis option is experimental, it may go away or change in the future.",
|
"video.youtube.hls.description": "files download faster and are less prone to errors or getting abruptly cut off. only h264 and vp9 codecs are available in this mode. original audio codec is aac, it's re-encoded for compatibility, audio quality may be slightly worse than the non-HLS counterpart.\n\nthis option is experimental, it may go away or change in the future.",
|
||||||
|
|
||||||
|
@ -57,8 +57,8 @@
|
||||||
"audio.bitrate.description": "bitrate is applied only when converting audio to a lossy format. cobalt can't improve the source audio quality, so choosing a bitrate over 128kbps may inflate the file size with no audible difference. perceived quality may vary by format.",
|
"audio.bitrate.description": "bitrate is applied only when converting audio to a lossy format. cobalt can't improve the source audio quality, so choosing a bitrate over 128kbps may inflate the file size with no audible difference. perceived quality may vary by format.",
|
||||||
|
|
||||||
"audio.youtube.dub": "youtube audio track",
|
"audio.youtube.dub": "youtube audio track",
|
||||||
"audio.youtube.dub.title": "audio track language",
|
"audio.youtube.dub.title": "preferred dub language",
|
||||||
"audio.youtube.dub.description": "if selected language isn't available, original will be used instead.",
|
"audio.youtube.dub.description": "cobalt will use a dubbed audio track for selected language if it's available. if not, original will be used instead.",
|
||||||
"youtube.dub.original": "original",
|
"youtube.dub.original": "original",
|
||||||
|
|
||||||
"audio.tiktok.original": "tiktok",
|
"audio.tiktok.original": "tiktok",
|
||||||
|
|
Loading…
Reference in a new issue