Skip to content

Commit 18f87ac

Browse files
committed
docs: move quickstart before what's new section
1 parent 44dc173 commit 18f87ac

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ This program normalizes media files to a certain loudness level using the EBU R1
2424
- Shell completions — Available for bash, zsh, and fish
2525
- Album Batch normalization – Process files jointly, preserving relative loudness
2626

27+
## 🚀 Quick Start
28+
29+
1. Install a recent version of [ffmpeg](https://ffmpeg.org/download.html)
30+
2. Run `pip3 install ffmpeg-normalize` and `ffmpeg-normalize /path/to/your/file.mp4`, alternatively install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) and run `uvx ffmpeg-normalize /path/to/your/file.mp4`
31+
3. Done! 🎧 (the normalized file will be called `normalized/file.mkv`)
32+
33+
2734
## 🆕 What's New
2835

2936
- 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!
@@ -67,12 +74,6 @@ Other recent additions:
6774

6875
See the [full changelog](https://github.com/slhck/ffmpeg-normalize/blob/master/CHANGELOG.md) for all updates.
6976

70-
## 🚀 Quick Start
71-
72-
1. Install a recent version of [ffmpeg](https://ffmpeg.org/download.html)
73-
2. Run `pip3 install ffmpeg-normalize` and `ffmpeg-normalize /path/to/your/file.mp4`, alternatively install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) and run `uvx ffmpeg-normalize /path/to/your/file.mp4`
74-
3. Done! 🎧 (the normalized file will be called `normalized/file.mkv`)
75-
7677
## 📓 Documentation
7778

7879
Check out our [documentation](https://slhck.info/ffmpeg-normalize/) for more info!

0 commit comments

Comments
 (0)