ubuntu 下让 totem 播放 rmvb
Posted 9 months, 2 weeks ago at 11:32 am. 0 comments
ad 468x60
让 ubuntu 下 totem 播放 rmvb,步骤如下:
安装编码器
wget -c -P /tmp/ http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20061022-0.0_i386.deb
wget -c -P /tmp/ http://www.debian-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.9-0.0_i386.deb
sudo dpkg -i /tmp/w32codecs_20061022-0.0_i386.deb /tmp/libdvdcss2_1.2.9-0.0_i386.deb
安装 totem-xine
sudo apt-get install totem-xine libxine-extracodecs
这时候播放 rmvb 没有声音!
gksudo gedit ~/.xine/catalog.cache
找到 xineplug_decode_real_audio.so,把 decoder_priority=5 改为 decoder_priority=10。(也就是把 real 解码器的级别提前)
这样就有声音了。类似的,当 totem 播放 wmv 有问题时,也可以适当提高 xineplug_decode_w32dll.so 的级别为 7。
Popularity: 17% [?]
Tags: cat, deb, decode, install, multimedia, rmvb, ubuntu
ad 468x60
Related posts
No Replies
Feel free to leave a reply using the form below!