Merge pull request #2475 from H-mudcup/master

[Translated]CD Audio Grabbers - Graphical Based
This commit is contained in:
Xingyu.Wang 2015-03-07 19:17:00 +08:00
commit f9d22b6453
2 changed files with 129 additions and 129 deletions

View File

@ -1,129 +0,0 @@
Translating By H-mudcup
CD Audio Grabbers - Graphical Based
================================================================================
CD audio grabbers are designed to extract ("rip") the raw digital audio (in a format commonly called CDDA) from a compact disc to a file or other output. This type of software enables a user to encode the digital audio into a variety of formats, and download and upload disc info from freedb, an internet compact disc database.
Is copying CDs legal? Under US copyright law, converting an original CD to digital files for personal use has been cited as qualifying as 'fair use'. However, US copyright law does not explicitly allow or forbid making copies of a personally-owned audio CD, and case law has not yet established what specific scenarios are permitted as fair use. The copyright position is much clearer in the UK. From 2014 it become legal for UK citizens to make copies of CDs, MP3s, DVD, Blu-rays and e-books. This only applies if the individual owns the physical media being ripped, and the copy is made only for their own private use. For other countries in the European Union, member nations can allow a private copy exception too.
If you are not sure what the position is for the country you live in, please check your local copyright law to make sure that you are on the right side of the law before using the software featured in this two page article.
To some extent, it may seem a bit of a chore to rip CDs. Streaming services like Spotify and Google Play Music offer access to a huge library of music in a convenient form, and without having to rip your CD collection. However, if you already have a large CD collection, it is still desirable to be able to convert your CDs to enjoy on mobile devices like smartphones, tablets, and portable MP3 players.
This two page article highlights my favorite audio CD grabbers. I pick the best four graphical audio grabbers, and the best four console audio grabbers. All of the utilities are released under an open source license.
----------
![](http://www.linuxlinks.com/portal/content2/png/freac.png)
![](http://www.linuxlinks.com/portal/content/reviews/Utilities/Screenshot-freac.png)
fre:ac is an open source audio converter and CD ripper that supports a wide range of popular formats and encoders. The utility currently converts between MP3, MP4/M4A, WMA, Ogg Vorbis, FLAC, AAC, WAV and Bonk formats. It comes with several different presents for the LAME encoder.
#### Features include: ####
- Easy to learn and use
- Converter for MP3, MP4/M4A, WMA, Ogg Vorbis, FLAC, AAC, WAV and Bonk formats
- Integrated CD ripper with CDDB/freedb title database support
- Multi-core optimized encoders to speed up conversions on modern PCs
- Full Unicode support for tags and file names
- Easy to learn and use, still offers expert options when you need them
- Joblists
- Can use Winamp 2 input plugins
- Multilingual user interface available in 41 languages
- Website: [freac.org][1]
- Developer: Robert Kausch
- License: GNU GPL v2
- Version Number: 20141005
----------
![](http://www.linuxlinks.com/portal/content2/png/Audex.png)
![](http://www.linuxlinks.com/portal/content/reviews/Utilities/Screenshot-Audex.png)
Audex is an easy to use open source audio CD ripping application. Whilst it is in a fairly early stage of development, this KDE desktop tool is stable, slick and simple to use.
The assistant is able to create profiles for LAME, OGG Vorbis (oggenc), FLAC, FAAC (AAC/MP4) and RIFF WAVE. Beyond the assistant you can define your own profile, which means, that Audex works together with commmand line encoders in general.
#### Features include: ####
- Extract with CDDA Paranoia
- Extract and encode run parallel
- Filename editing with local and remote CDDB/FreeDB database
- Submit new entries to CDDB/FreeDB database
- Metadata correction tools like capitalize etc
- Multi-profile extraction (with one commandline-encoder per profile)
- Fetch covers from the internet and store them in the database
- Create playlists, cover and template-based-info files in target directory
- Create extraction and encoding protocols
- Transfer files to a FTP-server
- Internationalization support
- Website: [kde.maniatek.com/audex][2]
- Developer: Marco Nelles
- License: GNU GPL v3
- Version Number: 0.79
----------
![](http://www.linuxlinks.com/portal/content2/png/SoundJuicer.png)
![](http://www.linuxlinks.com/portal/content/reviews/Utilities/Screenshot-SoundJuicer.png)
Sound Juicer is a lean CD ripper using GTK+ and GStreamer. It extracts audio from CDs and converts it into audio files. Sound Juicer can also play audio tracks directly from the CD, offering a preview before ripping.
It supports any audio codec supported by a GStreamer plugin, including MP3, Ogg Vorbis, FLAC, and uncompressed PCM formats.
It is an established part of the GNOME desktop environment.
#### Features include: ####
- Automatic track tagging via CDDB
- Encoding to ogg / vorbis, FLAC and raw WAV
- Easy to configure encoding path
- Multiple genres
- Internationalization support
- Website: [burtonini.com][3]
- Developer: Ross Burton
- License: GNU GPL v2
- Version Number: 3.14
----------
![](http://www.linuxlinks.com/portal/content2/png/ripperX.png)
![](http://www.linuxlinks.com/portal/content/reviews/Utilities/Screenshot-ripperX.png)
ripperX is an open source graphical interface for ripping CD audio tracks and encoding them to Ogg, MP2, MP3, or FLAC formats. It's goal is to be easy to use, requiring only a few mouse clicks to convert an entire album. It supports CDDB lookups for album and track information.
It uses cdparanoia to convert (i.e. "rip") CD audio tracks to WAV files, and then calls the Vorbis/Ogg encoder oggenc to convert the WAV to an OGG file. It can also call flac to perform lossless compression on the WAV file, resulting in a FLAC file.
#### Features include: ####
- Very simple to use
- Rip audio CD tracks into WAV, MP3, OGG, or FLAC files
- Supports CDDB lookups
- Supports ID3v2 tags
- Pause the ripping process
- Website: [sourceforge.net/projects/ripperx][4]
- Developer: Marc André Tanner
- License: MIT/X Consortium License
- Version Number: 2.8.0
--------------------------------------------------------------------------------
via: http://www.linuxlinks.com/article/20150125043738417/AudioGrabbersGraphical.html
作者Frazer Kline
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://www.freac.org/
[2]:http://kde.maniatek.com/audex/
[3]:http://burtonini.com/blog/computers/sound-juicer
[4]:http://sourceforge.net/projects/ripperx/

View File

@ -0,0 +1,129 @@
CD音频抓取器——基于图形界面
================================================================================
CD音频抓取器是为了从光盘中提取“剖出”原始数字音频它在一个通常被称为CDDA的格式中并把它保存成文件或以其他形式输出而设计的。这类软件使用户能把数字音频编码成各种格式并能下载和上传在线CD目录服务——一个在线的光盘数据库——中的光盘信息。
复制CD合法吗在美国版权法中把一个原始CD转换成数字文件用于个人使用在被引用时等同于合理使用。然而美国版权法并没有明确的允许或禁止拷贝私人音频CD而且判例法还没有确立出在具体的哪种情况下可以视为合理使用。在英国版权的位置更清晰一些。从2014年开始英国公民制造CDMP3DVD蓝光和电子书的行为成为合法行为。这仅适用于这个人拥有被采集的媒体的实体并且复制品仅用于他们个人使用。对于欧盟的其他国家成员国可以允许私人复制这种特例。
如果你不确定在你生活的国家里版权处于什么位置,在你使用这两页文章中所列举的软件前请查询本地的版权法以确定你处在合法的一边。
在某种程度上提取CD音轨看起来有点多余。如Spotify和Google Play Music这类流服务提供了一个巨大的以通用格式存在的音乐的库无需采集你的CD集。但是如果你已将收藏了一个数量巨大的CD集。能把你的CD转换成可以在便携设备如智能手机、平板和便携式MP3播放器上播放的格式仍然是个诱人的选择。
这两页文章推荐了我最喜欢的音频CD抓取器。我挑了四个最好的图形界面的音频抓取器四个最好的控制台音频抓取器。所有这些应用程序都是在开源许可下发行的。
----------
![](http://www.linuxlinks.com/portal/content2/png/freac.png)
![](http://www.linuxlinks.com/portal/content/reviews/Utilities/Screenshot-freac.png)
fre:ac是个开源音频转换器和CD提取器支持很多种流行格式和编码器。目前这个应用可以在MA3、MP4/M4A、WMA、Ogg Vorbis、FLAC、AAC、WAV和Bonk格式间转换。这来源于几种不同形式的LAME编码器。
#### 功能包括: ####
- 易学易用
- MP3、MP4/M4A、WMA、Ogg Vorbis、FLAC、AAC、WAV和Bonk格式转换器
- 集成了CDDB/freedb标题数据库支持的CD提取器
- 多核优化的编码器加速了现代PC上的转换速度
- 对于标签和文件名称的全Unicode支持
- 易学易用,当你需要时还提供专家级选项
- 任务列表
- 可以使用Winamp 2加入附件
- 多语言用户界面可以使用41种语言
- 网址: [freac.org][1]
- 开发人员Robert Kausch
- 许可证: GNU GPL v2
- 版本号: 20141005
----------
![](http://www.linuxlinks.com/portal/content2/png/Audex.png)
![](http://www.linuxlinks.com/portal/content/reviews/Utilities/Screenshot-Audex.png)
Audex是个简单易用的开源音频CD提取应用。虽然它还处于早期开发阶段这个KDE桌面工具足够稳定、聪明和简单可以使用。
助手可以给LAME、OGG Vorbisoggenc、FLAC、FAACAAC/MP4和RIFF WAVE创建配置文件。除去这个助手你可以定义你自己的配置文件这意味着Audex适用于大部分的命令行编码器。
#### 功能包括: ####
- 可提取CDDA Paranoia
- 提取和编码同时进行
- 文件名采用本地和远程CDDB/FreeDB数据库
- 提供新的CDDB/FreeDB数据库入口
- 类似capitalize的元数据纠正工具
- 多配置文件提取(每个配置文件文件有一个命令行编码器)
- 从互联网上抓取封面并将他们存在数据库中
- 在目标目录中创建播放列表、封面和基于模板的信息文件
- 创建提取和编码协议
- 将文件传送到FTP服务器
- 支持国际化
- 网址: [kde.maniatek.com/audex][2]
- 开发人员: Marco Nelles
- 许可证: GNU GPL v3
- 版本号: 0.79
----------
![](http://www.linuxlinks.com/portal/content2/png/SoundJuicer.png)
![](http://www.linuxlinks.com/portal/content/reviews/Utilities/Screenshot-SoundJuicer.png)
Sound Juicer是个使用GTK+和GStreamer的轻量级CD提取器。它从CD中提取音频并把它转换成音频文件。Sound Juicer还可以直接播放CD中的音轨在提取前提供预览。
由于GStreamer插件它支持任何音频编码包括 MP3、Ogg Vorbis、FLAC和未压缩的PCM格式。
它是GNOME桌面环境已建成的一部分。
#### 功能包括: ####
- 自动通过CDDB给音轨加标签
- 可编码成ogg/vorbis、FLAC和原始WAV
- 编码路径的设置很简单
- 多种流派
- 国际化支持
- 网址:[burtonini.com][3]
- 开发人员: Ross Burton
- 许可证GNU GPL v2
- 版本号3.14
----------
![](http://www.linuxlinks.com/portal/content2/png/ripperX.png)
![](http://www.linuxlinks.com/portal/content/reviews/Utilities/Screenshot-ripperX.png)
ripperX是个开源的图形交互界面用于提取CD音轨并把他们编码成Ogg、MP2、MP3或FLAC格式。它的目的是容易使用只需要点几下鼠标就能转换整张专辑。它支持在CDDB寻找专辑和音轨信息。
他使用cdparanoia把CD音轨转换也就是“提取”成WAV文件然后访问Vorbis/Ogg编码器oggenc把WAV文件转换成OGG文件。它还可以访问flac让WAV文件有无损压缩的表现制成FLAC文件。
#### 功能包括: ####
- 非常简单易用
- 可以把CD音轨提取成WAV、MP3、OGG或FLAC文件
- 支持CDDB查找
- 支持ID3v2标签
- 可暂停提取进程
- 网址:[sourceforge.net/projects/ripperx][4]
- 开发人员Marc André Tanner
- 许可证MIT/X Consortium License
- 版本号2.8.0
--------------------------------------------------------------------------------
转自http://www.linuxlinks.com/article/20150125043738417/AudioGrabbersGraphical.html
作者Frazer Kline
译者:[H-mudcup](https://github.com/H-mudcup)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://www.freac.org/
[2]:http://kde.maniatek.com/audex/
[3]:http://burtonini.com/blog/computers/sound-juicer
[4]:http://sourceforge.net/projects/ripperx/