Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[normalise_aac] v0.0.6 #401

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading