240p
This commit is contained in:
parent
c623ee297b
commit
a6a685f532
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ def video(video, target, profile, info):
|
|||
audioquality = 1
|
||||
audiobitrate = None
|
||||
audiochannels = 1
|
||||
elif profile == '270p':
|
||||
height = 270
|
||||
elif profile == '240p':
|
||||
height = 240
|
||||
|
||||
audiorate = 44100
|
||||
audioquality = 0
|
||||
|
|
Loading…
Reference in a new issue