This commit is contained in:
j 2010-12-28 15:45:45 +05:30
parent a383b5fc77
commit 32d63afd5a
1 changed files with 7 additions and 0 deletions

View File

@ -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