add 240p
This commit is contained in:
parent
a383b5fc77
commit
32d63afd5a
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,13 @@ def stream(video, target, profile, info):
|
|||
elif profile == '270p':
|
||||
height = 270
|
||||
|
||||
audiorate = 44100
|
||||
audioquality = 0
|
||||
audiobitrate = None
|
||||
audiochannels = 1
|
||||
elif profile == '240p':
|
||||
height = 240
|
||||
|
||||
audiorate = 44100
|
||||
audioquality = 0
|
||||
audiobitrate = None
|
||||
|
|
Loading…
Reference in a new issue