From d56df02e7b1eba86baf511289208295b1f6c5a50 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 17 Aug 2021 17:58:17 -0700 Subject: Add support for more qualities, merging video+audio using MSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús --- settings.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index a7dd398..9c64c3a 100644 --- a/settings.py +++ b/settings.py @@ -156,9 +156,14 @@ For security reasons, enabling this is not recommended.''', 'default': 720, 'comment': '', 'options': [ + (144, '144p'), + (240, '240p'), (360, '360p'), (480, '480p'), (720, '720p'), + (1080, '1080p'), + (1440, '1440p'), + (2160, '2160p'), ], 'category': 'playback', }), -- cgit v1.2.3