rhythmbox不能播放MP3,WMA的来这儿
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 28
- 注册时间: 2007-08-07 22:43
rhythmbox不能播放MP3,WMA的来这儿
支持mp3,在终端:
sudo apt-get install gstreamer0.10-*plugins-ugly
支持wma,在终端:
sudo apt-get install gstreamer0.10-ffmpeg
sudo apt-get install gstreamer0.10-*plugins-ugly
支持wma,在终端:
sudo apt-get install gstreamer0.10-ffmpeg
水至清则无鱼.
人至贱则无敌.
人至贱则无敌.
-
- 帖子: 28
- 注册时间: 2007-08-07 22:43
- qkthomas
- 帖子: 503
- 注册时间: 2006-12-16 22:05
- 来自: 肇庆
-
- 帖子: 14
- 注册时间: 2007-11-20 16:32
无法解决乱码,不知道什么原因?
下面是生成情况。
kanwlw@ubuntu:~$ sudo apt-get install python-mutagen
[sudo] password for kanwlw:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
Reading state information... 完成
python-mutagen 已经是最新的版本了。
已经不需要下列自动安装的软件包:
wamerican openoffice.org-thesaurus-en-us myspell-en-gb myspell-en-us
myspell-en-za openoffice.org-l10n-en-za wbritish
mozilla-firefox-locale-en-gb openoffice.org-help-en-us
使用 'apt-get autoremove' 来删除它们。
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。
kanwlw@ubuntu:~$ mid3iconv -e GBK *.mp3
Updating *.mp3
Traceback (most recent call last):
File "/usr/bin/mid3iconv", line 135, in <module>
main(sys.argv)
File "/usr/bin/mid3iconv", line 125, in main
update(options, args)
File "/usr/bin/mid3iconv", line 52, in update
if has_id3v1(filename) and not noupdate and force_v1:
File "/usr/bin/mid3iconv", line 90, in has_id3v1
f = open(filename, 'rb+')
下面是生成情况。
kanwlw@ubuntu:~$ sudo apt-get install python-mutagen
[sudo] password for kanwlw:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
Reading state information... 完成
python-mutagen 已经是最新的版本了。
已经不需要下列自动安装的软件包:
wamerican openoffice.org-thesaurus-en-us myspell-en-gb myspell-en-us
myspell-en-za openoffice.org-l10n-en-za wbritish
mozilla-firefox-locale-en-gb openoffice.org-help-en-us
使用 'apt-get autoremove' 来删除它们。
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。
kanwlw@ubuntu:~$ mid3iconv -e GBK *.mp3
Updating *.mp3
Traceback (most recent call last):
File "/usr/bin/mid3iconv", line 135, in <module>
main(sys.argv)
File "/usr/bin/mid3iconv", line 125, in main
update(options, args)
File "/usr/bin/mid3iconv", line 52, in update
if has_id3v1(filename) and not noupdate and force_v1:
File "/usr/bin/mid3iconv", line 90, in has_id3v1
f = open(filename, 'rb+')
-
- 帖子: 26
- 注册时间: 2007-05-29 17:31
- 来自: shenzhen
- 联系:
- duxinglws
- 帖子: 1
- 注册时间: 2008-09-16 16:15
Re: rhythmbox不能播放MP3,WMA的来这儿
顶 楼主。。。