|
|
|
@ -1531,7 +1531,7 @@ class InfoExtractor(object):
|
|
|
|
|
'vcodec': {'type': 'ordered', 'regex': True,
|
|
|
|
|
'order': ['av0?1', 'vp0?9.2', 'vp0?9', '[hx]265|he?vc?', '[hx]264|avc', 'vp0?8', 'mp4v|h263', 'theora', '', None, 'none']},
|
|
|
|
|
'acodec': {'type': 'ordered', 'regex': True,
|
|
|
|
|
'order': ['opus', 'vorbis', 'aac', 'mp?4a?', 'mp3', 'e?a?c-?3', 'dts', '', None, 'none']},
|
|
|
|
|
'order': ['opus', 'vorbis', 'aac', 'mp?4a?', 'mp3', 'e-?a?c-?3', 'ac-?3', 'dts', '', None, 'none']},
|
|
|
|
|
'hdr': {'type': 'ordered', 'regex': True, 'field': 'dynamic_range',
|
|
|
|
|
'order': ['dv', '(hdr)?12', r'(hdr)?10\+', '(hdr)?10', 'hlg', '', 'sdr', None]},
|
|
|
|
|
'proto': {'type': 'ordered', 'regex': True, 'field': 'protocol',
|
|
|
|
|