diff --git a/index.html b/index.html index e23c8ee..d8c36f5 100644 --- a/index.html +++ b/index.html @@ -2414,7 +2414,28 @@

Cdda2wav: cdda2wav -scanbus or simply cdda2wav

CD Paranoia: cdparanoia -vsQ

Once you have IDed your drive, you can search the Accurate Rip CD drive offset list to find the correct offset for your drive as sourced by the community.

+ + + + + + +
+

Rip a CD with CD Paranoia

+

cdparanoia -L -B -O [Drive Offset] [Starting Track Number]-[Ending Track Number] output_file.wav

+

This command will use CD Paranoia to rip a CD into separate tracks while compensating for the sample offset of the CD drive. (For more information about drive offset see the related ffmprovisr command.)

+
+
cdparanoia
begins the cdparanoia command.
+
-L
creates verbose logfile.
+
-B
puts CD Paranoia into 'batch' mode, which will automatically split tracks into separate files.
+
-O [Drive Offset]
allows you to specify the sample offset of your drive. Skip this flag to rip without offset correction.
+
[Starting Track Number]-[Ending Track Number]
specifies which tracks to write. For example 1-4 would rip tracks one through four.
+
output_file.wav
the desired name for your output file(s) (for example the CD name). CD Paranoia will prepend this with track numbers.
+
+ +
+