Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxmked/audio-normalizer
Batch audio normalizer. Increase/Decrease volume to its default.
https://github.com/jxmked/audio-normalizer
audio audio-processing eyed3 ffmpeg portfolio-include python python3
Last synced: 1 day ago
JSON representation
Batch audio normalizer. Increase/Decrease volume to its default.
- Host: GitHub
- URL: https://github.com/jxmked/audio-normalizer
- Owner: jxmked
- License: mit
- Created: 2022-07-10T13:31:18.000Z (over 2 years ago)
- Default Branch: xio
- Last Pushed: 2023-11-25T12:08:32.000Z (about 1 year ago)
- Last Synced: 2024-12-30T22:28:28.120Z (about 2 months ago)
- Topics: audio, audio-processing, eyed3, ffmpeg, portfolio-include, python, python3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audio-Normalizer
Handling Batch Audio Files
- Remove Silence from both end of an audio file
- Extract Metadata
- Extract Lyrics and create *.lrc file if possible
- Extract Album Cover (If possible)
- Increase or Decrease volume automatically to normalize it
- mp3 (libmp3lame) output
- Re-encoding audio file
- Also converts video into mp3### Usage
Place your audio file(s) into "Input" folder
Execute `python script.py` then wait until its done
You will see the processed audio file(s) in output folder
with its metadata, album art, lyric file in their designated folderAdjust your minimum silence to your needs and make sure
bit rate to your likings.### Note:
> Make sure you had an FFMPEG installed into your machine
> and an eyed3### Requires
- ffmpeg
- eyed3## Socials
- [Github](https://github.com/jxmked)
- [Facebook](https://www.facebook.com/deguia25)