rhel 5.2下有什么好一点的mp3播放器,大家推荐一下? 安装要方便点的
by football2006 - Linux新手园地 - 2008-06-28 22:26:20 阅读(1592) 回复(3)
在 Linux 世界中有许多 ogg 格式的音乐文件,但是现在的 mp3 播放器支持的却不多,因此需要转换成 mp3 格式。 Googling… 没有直接的方法,看到间接的方法:ogg->wav->mp3 $ oggdec file.ogg -o file.wav $ lame file.wav file.mp3 oggdec 在 vorbis-tools (slackware) 这个包里面,lame 不在 slackware 中? 更进一步的命令:QUOTE: oggdec file.ogg -o - | lame - file.mp3 写个 shell 脚本吧:QUOTE: #!/bin/sh if [...
To enable mp3 support, the rpmfusion repository should be added to Yum. Configuration instructions for the rpmfusion repository can be found here . Then, the following steps should be taken depending on Amarok version, and engine: The instructions may differ a little to below, but a bit of playing around will eventually make you happy. codecs for dummies: Once rpmfusion is enabled, the easiest ...
一直都用audacious,今天插mp3时提示搜索rhythmbox解码器.不经意间装了一个gstreamer0.10-fluendo-mp3,然后鼠标放在mp3文件上就会自动播放,挺好玩的. 下面是软件描述: Description: Fluendo mp3 decoder GStreamer plugin This GStreamer plugin permits decoding of mpEG 1 audio layer III streams. It is derived from the ISO mpEG dist10 reference package. This plugin differs from the GStreamer MAD plugin in tha...
关于把cd转成mp3的文章 7.3 mp3音频 贡献者Chern Lee. mp3 (mpEG Layer 3 Audio)达到过CD音质的效果,FreeBSD工作站没理由会缺少这样的好东东。 7.3.1 mp3播放器 目前为止, 最为流行的 X11 mp3 播放器是 XMMS (X 多媒体系统)。 Winamp 的肤面可以直接用于 XMMS, 因为它的 GUI 几乎和 Nullsoft 的 Winamp 完全一样。 另外, XMMS 也提供了内建的插件支持。 XMMS 可以通过 multimedia/xmms port 或 package 来安装...