You are not logged in.

#1 2021-10-25 18:35:07

j@s0n
Member
Registered: 2020-08-15
Posts: 35

Normalize ogg vorbis audio volume

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

#2 2021-10-25 20:20:29

SimonJ
Member
Registered: 2021-05-11
Posts: 119

Re: Normalize ogg vorbis audio volume

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 '{}' +

Offline

#3 2021-10-25 21:36:43

seth
Member
Registered: 2012-09-03
Posts: 51,074

Re: Normalize ogg vorbis audio volume

If you're encoding the rip w/ ffmpeg, see https://superuser.com/questions/323119/ … ing-ffmpeg

Offline

#4 2021-10-26 07:19:49

willemw
Member
Registered: 2013-02-19
Posts: 113

Re: Normalize ogg vorbis audio volume

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

Board footer

Powered by FluxBB