-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from Unmanic/pr-normalise_aac
[normalise_aac] v0.0.6
- Loading branch information
Showing
3 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Normalise AAC Audio Streams | ||
Plugin for [Unmanic](https://github.com/Unmanic) | ||
|
||
plugin for [Unmanic](https://github.com/Unmanic) | ||
--- | ||
|
||
### Information: | ||
|
||
- [Description](description.md) | ||
- [Changelog](changelog.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,47 @@ | ||
|
||
--- | ||
|
||
##### Links: | ||
|
||
- [Support](https://unmanic.app/discord) | ||
- [Issues/Feature Requests](https://github.com/Unmanic/plugin.normalise_aac/issues) | ||
- [Pull Requests](https://github.com/Unmanic/plugin.normalise_aac/pulls) | ||
|
||
--- | ||
|
||
##### Documentation: | ||
|
||
For information on the normalisation settings: | ||
- [http://johnriselvato.com/ffmpeg-how-to-normalize-audio/](http://johnriselvato.com/ffmpeg-how-to-normalize-audio/) | ||
|
||
|
||
For more advanced information on the "loudnorm" filter being used: | ||
- [https://ffmpeg.org/ffmpeg-filters.html#loudnorm](https://ffmpeg.org/ffmpeg-filters.html#loudnorm) | ||
|
||
--- | ||
|
||
### Config description: | ||
##### Additional Information: | ||
|
||
<span style="color:blue">The integrated loudness target</span> | ||
|
||
#### <span style="color:blue">The integrated loudness target</span> | ||
This can be understood as the "overall" or "average power" level of your audio. | ||
- Range is '**-70.0**' to '**-5.0**'. | ||
- Default value is '**-24.0**'. | ||
|
||
#### <span style="color:blue">Loudness range</span> | ||
<span style="color:blue">Loudness range</span> | ||
|
||
Loudness range measures the variation of loudness over your entire track. | ||
- Range is '**1.0**' to '**20.0**'. | ||
- Default value is '**7.0**'. | ||
|
||
#### <span style="color:blue">Maximum true peak</span> | ||
<span style="color:blue">Maximum true peak</span> | ||
|
||
The absolute maximum level of the signal waveform. | ||
- Range is '**-9.0**' to '**+0.0**'. | ||
- Default value is '**-2.0**'. | ||
|
||
#### <span style="color:blue">Ignore all files previously normalised with this plugin</span> | ||
<span style="color:blue">Ignore all files previously normalised with this plugin</span> | ||
|
||
If this is selected, the plugin will ignore any files found that have been tagged by the plugin as having already been normalised. | ||
|
||
If this is unselected, then the plugin will only ignore files that are found to have been normalised by this plugin with the exact same settings configured. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters