change by default format, priority FLOSS formats

This commit is contained in:
Jesús 2021-12-26 12:42:43 -05:00
parent bcbd83fa30
commit 5006149b59
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -168,17 +168,13 @@ For security reasons, enabling this is not recommended.''',
'category': 'playback', 'category': 'playback',
}), }),
('codec_rank_h264', { ('codec_rank_av1', {
'type': int, 'type': int,
'default': 1, 'default': 1,
'label': 'H.264 Codec Ranking', 'label': 'AV1 Codec Ranking',
'comment': '', 'comment': '',
'options': [(1, '#1'), (2, '#2'), (3, '#3')], 'options': [(1, '#1'), (2, '#2'), (3, '#3')],
'category': 'playback', 'category': 'playback',
'description': (
'Which video codecs to prefer. Codecs given the same '
'ranking will use smaller file size as a tiebreaker.'
)
}), }),
('codec_rank_vp', { ('codec_rank_vp', {
@ -190,13 +186,17 @@ For security reasons, enabling this is not recommended.''',
'category': 'playback', 'category': 'playback',
}), }),
('codec_rank_av1', { ('codec_rank_h264', {
'type': int, 'type': int,
'default': 3, 'default': 3,
'label': 'AV1 Codec Ranking', 'label': 'H.264 Codec Ranking',
'comment': '', 'comment': '',
'options': [(1, '#1'), (2, '#2'), (3, '#3')], 'options': [(1, '#1'), (2, '#2'), (3, '#3')],
'category': 'playback', 'category': 'playback',
'description': (
'Which video codecs to prefer. Codecs given the same '
'ranking will use smaller file size as a tiebreaker.'
)
}), }),
('prefer_uni_sources', { ('prefer_uni_sources', {