Skip to content

Commit b0fec16

Browse files
committed
docs: update documentation for new features
1 parent 74a50a9 commit b0fec16

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ This program normalizes media files to a certain loudness level using the EBU R1
2626

2727
## 🆕 What's New
2828

29+
- Version 1.36.0 introduces **presets** with `--preset`! Save and reuse your favorite normalization configurations for different use cases. Comes with three built-in presets: `podcast` (AES standard), `music` (RMS-based batch normalization), and `streaming-video` (video content). Create custom presets too!
30+
31+
Example:
32+
33+
```bash
34+
ffmpeg-normalize input.mp3 --preset podcast
35+
```
36+
37+
applies the podcast preset (EBU R128, -16 LUFS) to your file. Learn more in the [presets guide](https://slhck.info/ffmpeg-normalize/usage/presets/).
38+
2939
- Version 1.35.0 has **batch/album normalization** with `--batch`. It preserves relative loudness between files! Perfect for music albums where you want to shift all tracks by the same amount.
3040

3141
Example:

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ Batch processing of several input files is possible, including video files.
3131

3232
## 🆕 What's New
3333

34+
- Version 1.36.0 introduces **presets** with `--preset`! Save and reuse your favorite normalization configurations for different use cases. Comes with three built-in presets: `podcast` (AES standard), `music` (RMS-based batch normalization), and `streaming-video` (video content). Create custom presets too!
35+
36+
Example:
37+
38+
```bash
39+
ffmpeg-normalize input.mp3 --preset podcast
40+
```
41+
42+
applies the podcast preset (EBU R128, -16 LUFS) to your file. Learn more in the [presets guide](usage/presets.md).
43+
3444
- Version 1.35.0 has **batch/album normalization** with `--batch`. It preserves relative loudness between files! Perfect for music albums where you want to shift all tracks by the same amount.
3545

3646
Example:

0 commit comments

Comments
 (0)