Ubuntu 下totem无法播放rmvb文件的解决

1、在新立得软件管理中搜索totem,卸载系统自带的totem播放器。

2、安装gstreamer的解码器。

sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

3、安装xine及解码器。

sudo apt-get install libxine-extracodecs totem-xine ffmpeg lame faad sox mjpegtools libxine-main1

//如果此步提示安装不上可以跳过

4、安装w32codecs。

sudo apt-get install w32codecs

如果显示找不到,说明7.04的源里面还没有,到下面的地址下载安装:

http://www.debian-multimedia.org/pool/main/w/w32codecs/

选择 w32codecs_20071007-0.1_i386.deb 就可以自动安装了。

5、至此,totem可以播放rmvb了。
如是有了图像,没有了声音:
如下解决

编辑 ~/.xine/catalog.cache文件:

sudo gedit ~/.xine/catalog.cache

找到:

[/usr/lib/xine/plugins/1.1.4/xineplug_decode_real_audio.so]

把 decoder_priority 后面的数字修改为 10

保存退出即可。

你可能感兴趣的:(ubuntu,totem,解码器,gstreamer)