mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-16 21:59:51 +00:00
Use full sort order for mp4
This commit is contained in:
parent
bafbe9f267
commit
18608214f0
@ -320,7 +320,7 @@ def create_parser():
|
||||
PRESET_ALIASES = {
|
||||
'mp3': ['-f', 'ba[acodec=mp3]/ba/b', '-x', '--audio-format', 'mp3'],
|
||||
'aac': ['-f', 'ba[acodec*=aac]/ba[acodec^=mp4a.40.]/ba/b', '-x', '--audio-format', 'aac'],
|
||||
'mp4': ['--merge-output-format', 'mp4', '--remux', 'mp4', '-S', 'vcodec:h264,res,acodec:aac'],
|
||||
'mp4': ['--merge-output-format', 'mp4', '--remux', 'mp4', '-S', 'vcodec:h264,lang,quality,res,fps,hdr:12,acodec:aac'],
|
||||
'mkv': ['--merge-output-format', 'mkv', '--remux', 'mkv'],
|
||||
'embed': ['--embed-subs', '--embed-thumbnail', '--embed-metadata'],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user