X-Git-Url: https://git.rvb.name/vpproxy.git/blobdiff_plain/e8629c323dc1fa377574b3bcaecb351d1d3116e9..b23938dd490983b0c8768af945576ac6037ce85b:/vlcclient/vlcmessages.py diff --git a/vlcclient/vlcmessages.py b/vlcclient/vlcmessages.py index 48e9321..2139e3f 100644 --- a/vlcclient/vlcmessages.py +++ b/vlcclient/vlcmessages.py @@ -17,7 +17,7 @@ class VlcMessage(object): command = command + 'transcode{vcodec=theora,acodec=vorbis,vb=800,ab=128}:' muxer='ogg' elif qtype=='ogv': - command = command + 'transcode{vcodec=theora,acodec=vorbis}:' + command = command + 'transcode{vcodec=theora,acodec=vorbis,vb=8192,ab=256}:' muxer='ogg' # elif qtype=='webm': # command = command + 'transcode{vcodec=VP80,acodec=vorbis,vb=512,ab=64}:'