You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ Batch processing of several input files is possible, including video files.
12
12
13
13
## Quick Start
14
14
15
+
15
16
1. Install a recent version of [ffmpeg](https://ffmpeg.org/download.html)
16
-
2. Run `pip3 install ffmpeg-normalize`
17
-
3. Run `ffmpeg-normalize /path/to/your/file.mp4`
18
-
4. Done! 🎧 (the normalized file will be called `normalized/file.mkv`)
17
+
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`
18
+
3. Done! 🎧 (the normalized file will be called `normalized/file.mkv`)
0 commit comments