从 Windows 命令行翻录音频 CD

Sup*_*cim 8 windows ripping command-line

如何从 Windows 的命令行翻录音频 CD?

我注意到Linux下有很多程序,但在Windows下,所有的CD rippers都是图形界面。

Jou*_*eek 9

其实有很多选择

我个人是cuetools 的忠实粉丝,它的选项之一是cuetools 控制台开膛手 ​​- 下载cuetools 存档,解压缩并运行CUETools.ConsoleRipper.exe。该命令CUETools.ConsoleRipper.exe --help提供了选项

Usage    : CUERipper.exe <options>

-S, --secure             secure mode, read each block twice (default);
-B, --burst              burst (1 pass) mode;
-P, --paranoid           maximum level of error correction;
-D, --drive <letter>     use a specific CD drive, e.g. D: ;
-O, --offset <samples>   use specific drive read offset;
-T, --test               detect read command;
--d8                     force D8h read command;
--be                     force BEh read command;
Run Code Online (Sandbox Code Playgroud)

它使用musicbrainz进行标记,因此它是自动的并且可能是正确的。

我看到提到的另一个选项是来自 cdrtools 的 CDDA2Wav -这似乎是获取 Windows 二进制文件的地方。没有经过我的测试。

您也可以在 cygwin 中运行您最喜欢的 linux cli ripper。