From 6e61e73a5f8212b0148b0995e3a4837348233bbe Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 30 Oct 2024 17:14:16 +0600 Subject: [PATCH] web/i18n/settings: rewrite youtube hls description --- web/i18n/en/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index 10f0acd6..0d10b588 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -34,7 +34,7 @@ "video.youtube.hls": "youtube hls", "video.youtube.hls.title": "use hls formats for videos", - "video.youtube.hls.description": "only h264 and vp9 codecs are supported in this mode, both are served in a mp4 container. files download faster and are less prone to errors. files may be less compatible with editing software or video players.", + "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.twitter.gif": "twitter/x", "video.twitter.gif.title": "convert looping videos to GIF",