CDRipping

参与到Ubuntu的翻译中来
头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

#16

帖子 millenniumdark » 2005-09-10 16:14

完成

粗读一遍。
头像
oneleaf
论坛管理员
帖子: 10454
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#17

帖子 oneleaf » 2005-09-12 11:31

当净其意如虚空,远离妄想及诸取,令心所向皆无碍
头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

#18

帖子 millenniumdark » 2006-07-30 16:18

严重过时,作废
新的在
http://wiki.ubuntu.org.cn/CDRipping
等待翻译
头像
frank7258
帖子: 61
注册时间: 2007-01-31 23:01
来自: 慕尼黑
联系:

#19

帖子 frank7258 » 2007-02-17 16:55

我按照这篇文里的方法无论如何都无法成功。

后来按照这篇文章做的:

MP3 Encoding
MP3 编码

If you live in a country where it is legal to use this format, to encode MP3s, you can use Sound Juicer which uses gstreamer and the LAME mp3 encoder. The following should also work with other programs that use gstreamer:

如果你生活在一个使用这种格式合法的国家里,你可以使用Sound Juicer的gstreamer和LAME MP3编码器来进行MP3的编码。下面的步骤也应当适用于使用gstreamer的其他软件:

1.Enable the universe and multiverse repositories. Then, install the gstreamer0.8-lame package to encode mp3s, and the gstreamer0.8-mad package to play them back (in Ubuntu 5.10). For Ubuntu 6.06, you will need to install the package gstreamer0.10-plugins-ugly-multiverse

1、打开Universe和Multiverse选项(在系统->管理->软件源)。然后,安装gstreamer0.8-lame包来编码MP3,用gstreamer0.8-mad包来播放(Ubuntu 5.10)。对于Ubuntu 6.06,你需要安装gstreamer0.10-plugins-ugly-multiverse。

2.Open Sound Juicer, click "Preferences" from the "Edit Menu", click "Edit Profiles" and choose "New". Call your new profile "MP3 Encoding", or whatever else you feel like.

2。打开Sound Juicer,单击编辑菜单中的“预设”,单击“编辑配置文件”选择“新建”。给新的配置文件取名为"MP3 Encoding",或者其他你喜欢的名字。

3. Edit this profile and set Gstreamerpipeline to audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=160 ! id3v2mux (The last number specifies the quality of the file, a larger number means better quality, but larger file size. Optionally, you can change 160 to something else (e.g. 192, 256) if you want a specific (constant) bitrate other than the default of 160).

3。编辑这个配置文件,把Gstreamerpipline设置成“audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=160 ! id3v2mux ”(最后一个数字指定了文件的音质,数字越大音质越好,但是文件尺寸也越大。如果你想指定一个不是160的比特率的数字,你可以把160改成其他的,如192,256)。

4.If you are using Ubuntu 6.06 and above, you should use the "--preset standard", which will give you very high quality files. The Gstreamer pipline should be set to audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=1001 ! xingmux ! id3v2mux

4。如果你使用Ubuntu 6.06或者更高版本,你应该使用"--present standart",他可以提供非常好的音质的文件。Gstreamer Pipline应该这样设置:audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=1001 ! xingmux ! id3v2mux

5.Finally, set File Extension to mp3, click the Active checkbox and then OK.

5。最后,把文件扩展名设置成mp3,然后选中“激活”,单击“确定“。

6. Restart Sound Juicer for the changes to take effect.

6。重新启动Sound Juicer使改变生效。

注:我不是使用中文版的Ubuntu,因而那些菜单选项的翻译可能和你实际看到的不尽相同。
回复