https://github.com/hiway/normalize-audio-youtube
Quickly normalize audio in videos before uploading to YouTube
https://github.com/hiway/normalize-audio-youtube
audio bash ffmpeg ffmpeg-normalize macos-app youtube
Last synced: 3 months ago
JSON representation
Quickly normalize audio in videos before uploading to YouTube
- Host: GitHub
- URL: https://github.com/hiway/normalize-audio-youtube
- Owner: hiway
- License: mit
- Created: 2024-11-15T17:11:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T18:16:23.000Z (over 1 year ago)
- Last Synced: 2025-03-05T19:58:42.167Z (over 1 year ago)
- Topics: audio, bash, ffmpeg, ffmpeg-normalize, macos-app, youtube
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# normalize-audio-youtube
Normalize audio in videos before uploading to YouTube
A shell script that accepts one or more file-paths to videos
and normalizes the audio automatically.
The script automatically names the output file as "(filename)_normalized.(extension)" in the same directory as original file.
> Status: works on my machine!
Install the shell script using curl on MacOS:
```console
curl -o ~/bin/normalize-audio-youtube.sh https://raw.githubusercontent.com/hiway/normalize-audio-youtube/refs/heads/main/normalize-audio-youtube.sh
chmod +x ~/bin/normalize-audio-youtube.sh
```
Usage:
Open Terminal or iTerm app, type "norm", hit tab to complete the command name
and drag the file(s) on to the terminal window to add their paths as arguments,
then hit enter.
```console
normalize-audio-youtube.sh example.mp4
```
See the [releases](https://github.com/hiway/normalize-audio-youtube/releases/) page for getting/making a MacOS app that makes it trivial to drag-n-drop files to normalize their audio.
Uses:
- https://github.com/FFmpeg/FFmpeg/
- https://github.com/slhck/ffmpeg-normalize/
- https://github.com/sveinbjornt/Platypus/