Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Audio encoding

Reply
 
Thread Tools Search this Thread Display Modes
Old 7th May 2025, 18:17   #1  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,944
2.0 downmix from strange anime audio configurations

I hate when anime have strange audio configurations.

I have found 2.1 (L+R+LFE) and 3.1 (L+C+R+LFE) utterly annoying because there are only a few formats that can support them.

The easy way would be to use ffmpeg with -ac 2 but I am almost sure that there are better formulas out there.

I just can't find them

Any help is welcome.
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 8th May 2025, 06:10   #2  |  Link
hellgauss
Registered User
 
hellgauss's Avatar
 
Join Date: Sep 2002
Location: Italy
Posts: 146
Try something like

ffmpeg -i "input.wav" ... -ac 2 -rmvol 1.000 -center_mix_level 0.707 -lfe_mix_level 0.0 ... "out.wav"

Those numbers are default values (lfe is discarded). You can rise/lower center_mix and lfe_mix as you desire. Note that with rmvol=1 the volume is scaled in order to ensure no overflow possibility, so you have to tune -rmvol to get the desired volume.
hellgauss is offline   Reply With Quote
Old 8th May 2025, 10:25   #3  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,944
Quote:
Originally Posted by hellgauss View Post
Try something like
Thank you!

What are good values for LFE? I've read that it can damage loudspeakers when fed directly but I believe it's FUD.
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 8th May 2025, 11:23   #4  |  Link
hellgauss
Registered User
 
hellgauss's Avatar
 
Join Date: Sep 2002
Location: Italy
Posts: 146
If you have good speakers try 0.3 and then tune, otherwise something less.

I do not think a wav file can damage, perhaps the speaker will not play those frequencies, but I'm not expert. The standard however is zero.
hellgauss is offline   Reply With Quote
Old 8th May 2025, 17:36   #5  |  Link
Sunspark
Registered User
 
Join Date: Nov 2015
Posts: 633
I have a 2.1 system so I keep the LFE. If I had a 2.0 system, I would probably drop it though. It's relative though, if you have giant room-size speakers from the 70s then it's fine. If you have a headset, then it's not worth it.

My downmix settings for LAV for my 2.1 system, Output speaker config: Stereo, center: 1.0, surround: 0.71, LFE: 1.58, Clipping protection: Off, Normalize matrix: Off, Matrix: None.
Sunspark is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:56.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.