Add support for more qualities, merging video+audio using MSE

Signed-off-by: Jesús <heckyel@hyperbola.info>
This commit is contained in:
James Taylor
2021-08-17 17:58:17 -07:00
committed by Jesús
parent 0c106bb111
commit d56df02e7b
7 changed files with 575 additions and 31 deletions

View File

@@ -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',
}),