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
+
+ +
+ +