6、下载工具multget:
http://sourceforge.net/project/showfiles.php?group_id=174989或者:sudo apt-get isntall dx4
7、多媒体:
http://forum.ubuntu.org.cn/viewtopic.php?t=16527&start=0&postdays=0&postorder=asc&highlight=
首先安装gstreamer的解码器,gstreamer是gnome主推的多媒体平台。
sudo apt-get install gstreamer0.10-*
这条语句会把所有的gstreamer0.10的包安装上。
然后我们安装xine的解码器 libxine-extracodecs ,xine是另外一个多媒体平台,功能非常强大。我们还把系统自带的totem卸载,改为使用xine后端的totem,这样才可以播放rmvb等视频。顺便安装上mplayer这个强大的播放器,我一般用它来播放dvd。
sudo apt-get install libxine-extracodecs totem-xine mplayer ffmpeg lame faad sox mjpegtools libxine-main1 w32codecs
最后安装一个mp3播放器:
sudo apt-get install beep-media-player
这个Beep Media Player会出现歌名乱码现象,可在“Beep Media Player”上面“右键→首选项→插件→MPEG音频插件”的下面的“首选项→标题”中,选上“禁用ID3v2标签”和“将非UTF-8 ID3标签转换成UTF-8”,并把ID3编码设为“GBK”就行了。
还有就是混音问题:在“首选项→插件→输出”中,默认是“OSS输出插件”。用它当你想同时使用多个声音时,常收到“音频占用”的提示,最好改为 “eSound输出插件"。当然,里面还有一个“ALSA0.9.7”,有人说也可用它,可我用时,Beep Media Player的播放会突然停止,无声音。
安装Audacious
(1)添加下列源
sudo gedit /etc/apt/sources.list
dapper的:
deb http://static.audacious-media-player.org/ubuntu dapper main
deb-src http://static.audacious-media-player.org/ubuntu dapper main
edgy的:
deb http://static.audacious-media-player.org/ubuntu edgy main
deb-src http://static.audacious-media-player.org/ubuntu edgy main
(2)安装
sudo apt-get install audacious
sudo apt-get install audacious-plugins audacious-plugins-extra audacious-plugins-extra-console
安装完成,现在可以使用它来听多种格式的音频文件了。
另外,audacious的播放列表默认使用UTF-8的编码,但大多数mp3使用的是GBK编码,所以播放列表上会出现乱码,我只发现一种不彻底解决的 办法,就是打开audacious的设置界面,在插件栏目里面选择mpeg插件,在其首选项里面的“标题”里把“ID3格式”后面填上“GBK”,保存即 可。这样以后再往播放列表里面添加歌曲的时候虽说刚开始还是乱码,但是当开始播放这首音乐的时候就会变成正常的标题,目前似乎还没有更好的方法。
(3)解决中文乱码现象
在audacious上右键选择“首选项”,在“播放列表”中,把标题格式改为“Custom",再把自定格式改为
“%f”(不要引号)。
乱码解决方法参考了:
http://forum.ubuntu.org.cn/viewtopic.php?t=36150&highlight=Audacious