From 474c8e284fff2b4a2bbf88ca87f4185ca4f98981 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 12 Sep 2024 20:08:20 +0600 Subject: [PATCH] web/i18n/settings: update av1 codec string --- 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 01f56081..3cf181a4 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -31,7 +31,7 @@ "video.youtube.codec": "youtube video codec and container", "video.youtube.codec.h264": "h264 (mp4)", - "video.youtube.codec.av1": "av1 (mp4)", + "video.youtube.codec.av1": "av1 (webm)", "video.youtube.codec.vp9": "vp9 (webm)", "video.youtube.codec.description": "h264: best compatibility, average bitrate. max quality is 1080p. \nav1: best quality, efficiency, and bitrate. supports 8k & HDR. \nvp9: same quality & bitrate as av1, but file is approximately two times bigger. supports 4k & HDR.\n\nav1 and vp9 aren't as widely supported as h264.",