add 1080p profile
This commit is contained in:
parent
ba7b068305
commit
02901c7616
1 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,14 @@ def video_cmd(video, target, profile, info):
|
|||
profile, format = profile.split('.')
|
||||
bpp = 0.17
|
||||
|
||||
if profile == '1080p':
|
||||
height = 1080
|
||||
|
||||
audiorate = 48000
|
||||
audioquality = 6
|
||||
audiobitrate = None
|
||||
audiochannels = None
|
||||
|
||||
if profile == '720p':
|
||||
height = 720
|
||||
|
||||
|
|
Loading…
Reference in a new issue