Skip to content

Commit

Permalink
Merge pull request #401 from Unmanic/pr-normalise_aac
Browse files Browse the repository at this point in the history
[normalise_aac] v0.0.6
  • Loading branch information
Josh5 authored Mar 11, 2024
2 parents 4ab0435 + 72c8364 commit 8ae43d9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
8 changes: 7 additions & 1 deletion source/normalise_aac/README.md
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)
27 changes: 22 additions & 5 deletions source/normalise_aac/description.md
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.
2 changes: 1 addition & 1 deletion source/normalise_aac/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
2
],
"description": "Normalise the audio of AAC audio streams. This plugin will only process files with AAC streams.",
"icon": "https://raw.githubusercontent.com/Josh5/unmanic.plugin.normalise_aac/master/icon.png",
"icon": "https://raw.githubusercontent.com/Unmanic/plugin.normalise_aac/master/icon.png",
"id": "normalise_aac",
"name": "Normalise AAC Audio Streams",
"platform": [
Expand Down

0 comments on commit 8ae43d9

Please sign in to comment.