h264 high only supports 420p

This commit is contained in:
j 2019-11-01 21:50:25 +01:00
parent 4b463b6f46
commit 30d5f1be0c
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ def video_cmd(video, target, profile, info):
'-preset:v', 'medium',
'-profile:v', 'high',
'-level', '4.0',
'-pix_fmt', 'yuv420p',
]
video_settings += ['-map', '0:%s,0:0' % info['video'][0]['id']]
audio_only = False