You are not logged in.
Pages: 1
I recently ripped most of my CDs to ogg vorbis files, but some CDs came out much louder (or much quieter) than the average. Is there a good tool to normalize the volume? Or a way to rerip with normalized volume? I found vorbisgain / replaygain, but that uses a tag in the audio to tell the player to increase the volume, which not all players support. I also found normalize-ogg, which is 20 years old, so maybe not the best tool. I didn't see anything in the oggenc man page that sounded helpful.
Does anyone have experience with these tools, or a similar tool, and have a suggestion on what to use?
Thanks.
Offline
I did some research and ended up with the tag edit, and sort out the player afterwards.
find ~/Music -name "*.ogg" -exec vorbisgain -r -c -s r '{}' +
Rlu: 222126
Offline
If you're encoding the rip w/ ffmpeg, see https://superuser.com/questions/323119/ … ing-ffmpeg
Offline
Maybe try https://github.com/slhck/ffmpeg-normalize (is in the AUR. Already referred to by the previous link above).
Last edited by willemw (2021-10-26 07:22:58)
Offline
Pages: 1