projects
/
vpproxy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Добавлен юнит для systemd
[vpproxy.git]
/
vlcclient
/
vlcmessages.py
diff --git
a/vlcclient/vlcmessages.py
b/vlcclient/vlcmessages.py
index 48e9321e0b78ae1f2855fb6be95d4b7e4c130908..2139e3fa41aa6644ba55ffc6bc908e2fa24b3497 100644
(file)
--- 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,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}:'
muxer='ogg'
# elif qtype=='webm':
# command = command + 'transcode{vcodec=VP80,acodec=vorbis,vb=512,ab=64}:'