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
|
audioquality = 1
|
||||||
audiobitrate = None
|
audiobitrate = None
|
||||||
audiochannels = 1
|
audiochannels = 1
|
||||||
elif profile == '270p':
|
elif profile == '240p':
|
||||||
height = 270
|
height = 240
|
||||||
|
|
||||||
audiorate = 44100
|
audiorate = 44100
|
||||||
audioquality = 0
|
audioquality = 0
|
||||||
|
|
Loading…
Reference in a new issue