This commit is contained in:
j 2010-02-27 16:06:11 +05:30
parent ffa955eef0
commit 2304b0c4bd
1 changed files with 2 additions and 2 deletions

View File

@ -117,9 +117,9 @@ AUTH_PROFILE_MODULE = 'oxuser.UserProfile'
#Video encoding settings
VIDEO_PROFILE = 'low' # possible values low, mid or high
VIDEO_ENCODING = {
'low': {'height': 96, 'videoBitrate': 180, 'softTarget': True,
'low': {'height': 96, 'videoBitrate': 180, 'softTarget': True,
'samplerate': 44100, 'audioQuality': -1, 'channels': 1, 'noUpscaling': True},
'mid': {'maxSize': 320, 'videoBitrate': 500,
'mid': {'maxSize': 320, 'videoBitrate': 500,
'samplerate': 44100, 'audioQuality': 0, 'channels': 1, 'noUpscaling': True},
'high': {'profile': 'padma'}
}