From 5f7a01e920865df43b4f61b3b73ed6d36314afcb Mon Sep 17 00:00:00 2001 From: Andrew Weaver Date: Wed, 14 Nov 2018 14:02:28 -0800 Subject: [PATCH 1/3] cd de-emph --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.html b/index.html index 7ee8e4c..7ed5a5e 100644 --- a/index.html +++ b/index.html @@ -883,6 +883,23 @@ + + + +
+

Reverse CD Pre-Emphasis

+

ffmpeg -i input_file -af aemphasis=type=cd output_file

+

This will apply de-emphasis to reverse the effects of CD pre-emphasis in the somewhat rare case of CDs that were created with this technology. Use this command to create more accurate listening copies of files that were ripped 'flat' (without any de-emphasis) where the original source utilized emphasis. For more information about CD pre-emphasis see the Hydrogen Audio page on this subject.

+
+
ffmpeg
starts the command
+
input_file
path, name and extension of the input file
+
-af aemphasis=type=cd
activates the aemphasis filter and sets it to use CD equalization
+
output_file
path and name of output file
+
+ +
+ + From a727aa7d5cae149171e735aaefd6ee31a9d26509 Mon Sep 17 00:00:00 2001 From: Andrew Weaver Date: Wed, 14 Nov 2018 14:54:17 -0800 Subject: [PATCH 2/3] check for cd emph --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index 7ed5a5e..d5b2661 100644 --- a/index.html +++ b/index.html @@ -2496,6 +2496,21 @@ + + + + +
+

Check/Compensate for CD Emphasis

+

While somewhat rare, certain CDs had 'emphasis' applied as a form of noise reduction. This seems to mostly affect early (1980s) era CDs and some CDs pressed in Japan. Emphasis is part of the Red Book standard and, if present, must be compensated for to ensure accurate playback. CDs that use emphasis contain flags on tracks that tell the CD player to de-emphasize the audio on playback. When ripping a CD with emphasis, it is important to take this into account and either apply de-emphasis while ripping, or if storing a 'flat' copy, create another de-emphasized listening copy.

+ +

The following commands will output information about the presence of emphasis when run on a target CD:

+

Cdda2wav: cdda2wav -J

+

CD Paranoia: cdparanoia -Q

+

In order to compensate for emphasis during ripping while using Cdda2wav, the -T flag can be added to the standard ripping command. For a recipe to compensate for a flat rip, see the section on de-emphasizing with FFmpeg. +

+
+ From db219e201c186d02cb505b04c80b0871fe6d832e Mon Sep 17 00:00:00 2001 From: Weaver Date: Thu, 15 Nov 2018 09:08:04 -0800 Subject: [PATCH 3/3] cleaning --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index d5b2661..e6d3298 100644 --- a/index.html +++ b/index.html @@ -2503,7 +2503,6 @@

Check/Compensate for CD Emphasis

While somewhat rare, certain CDs had 'emphasis' applied as a form of noise reduction. This seems to mostly affect early (1980s) era CDs and some CDs pressed in Japan. Emphasis is part of the Red Book standard and, if present, must be compensated for to ensure accurate playback. CDs that use emphasis contain flags on tracks that tell the CD player to de-emphasize the audio on playback. When ripping a CD with emphasis, it is important to take this into account and either apply de-emphasis while ripping, or if storing a 'flat' copy, create another de-emphasized listening copy.

-

The following commands will output information about the presence of emphasis when run on a target CD:

Cdda2wav: cdda2wav -J

CD Paranoia: cdparanoia -Q