You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>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 <ahref="https://wiki.hydrogenaud.io/index.php?title=Pre-emphasis" target="_blank">Hydrogen Audio page</a> on this subject.</p>
893
+
<dl>
894
+
<dt>ffmpeg</dt><dd>starts the command</dd>
895
+
<dt><em>input_file</em></dt><dd>path, name and extension of the input file</dd>
896
+
<dt>-af aemphasis=type=cd</dt><dd>activates the aemphasis filter and sets it to use CD equalization</dd>
897
+
<dt><em>output_file</em></dt><dd>path and name of output file</dd>
@@ -2479,6 +2496,20 @@ <h3>Rip a CD with Cdda2wav</h3>
2479
2496
<pclass="link"></p>
2480
2497
</div>
2481
2498
<!-- ends Rip with CDDA2WAV -->
2499
+
2500
+
<!-- Check for CD Emphasis -->
2501
+
<labelclass="recipe" for="cd-emph-check">Check/Compensate for CD Emphasis</label>
2502
+
<inputtype="checkbox" id="cd-emph-check">
2503
+
<divclass="hiding">
2504
+
<h3>Check/Compensate for CD Emphasis</h3>
2505
+
<p>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 <ahref="https://en.wikipedia.org/wiki/Compact_Disc_Digital_Audio#Standard">Red Book standard</a> 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.</p>
2506
+
<p>The following commands will output information about the presence of emphasis when run on a target CD:</p>
<p>In order to compensate for emphasis during ripping while using Cdda2wav, the <code>-T</code> flag can be added to the <ahref="#cdda2wav">standard ripping command</a>. For a recipe to compensate for a flat rip, see the section on <ahref="#cd_eq">de-emphasizing with FFmpeg</a>.
0 commit comments