fix profile selection
This commit is contained in:
parent
4b6c771f81
commit
f3bcfebf25
1 changed files with 2 additions and 3 deletions
|
@ -101,15 +101,14 @@ def video_cmd(video, target, profile, info):
|
|||
audioquality = 6
|
||||
audiobitrate = None
|
||||
audiochannels = None
|
||||
|
||||
if profile == '720p':
|
||||
elif profile == '720p':
|
||||
height = 720
|
||||
|
||||
audiorate = 48000
|
||||
audioquality = 5
|
||||
audiobitrate = None
|
||||
audiochannels = None
|
||||
if profile == '480p':
|
||||
elif profile == '480p':
|
||||
height = 480
|
||||
|
||||
audiorate = 44100
|
||||
|
|
Loading…
Reference in a new issue