Hi,
I recently switched my system from 5.1 to 2.1 with Anthem STR for Preamp / Buckeye Purifi 2CH AMP + ATV/Panasonic UB420 as main media sources. Overall I am very happy with it. I listen a lot to foreign music videos. The bass in the ones I have in 2.0 Audio sounds awesome, but I have many in 5.1 format and the bass is very much muted on them compared to before. Upon researching further it seems like when I have my ATV sends out a stereo signal from the 5.1 videos, it does not mix the LFE channel into the FL / FR 2.0 Downmix.
I figured atleast for my local media, perhaps I can get the 5.1 music videos songs to sound better if I remix it myself from 5.1 to 2.0 and include the LFE channel. With help of Gemini AI, I got the two lines below on how to covert my media with FFMPEG.
FFMPEG script for 5.1 --> 2.0 Conversion with LFE channel included at 1.0 Volume.
FFMPEG script for 5.1 --> 2.0 Conversion with LFE channel included at +10dB Boost to account for -10dB Attentuation
Just wanted to get some input from real people with real experience, whether this is the best way to go.
1) Do you advice mixing the Surround channels in there? Or Should I just mix FL/FR with CEnter and LFe?
2) Anyone know how does ATV do it Multichannel to 2.0 algorithm?
3) Should I apply the +10LFE boost in the downmixing or is that not advised?
Thanks in advance.
I recently switched my system from 5.1 to 2.1 with Anthem STR for Preamp / Buckeye Purifi 2CH AMP + ATV/Panasonic UB420 as main media sources. Overall I am very happy with it. I listen a lot to foreign music videos. The bass in the ones I have in 2.0 Audio sounds awesome, but I have many in 5.1 format and the bass is very much muted on them compared to before. Upon researching further it seems like when I have my ATV sends out a stereo signal from the 5.1 videos, it does not mix the LFE channel into the FL / FR 2.0 Downmix.
I figured atleast for my local media, perhaps I can get the 5.1 music videos songs to sound better if I remix it myself from 5.1 to 2.0 and include the LFE channel. With help of Gemini AI, I got the two lines below on how to covert my media with FFMPEG.
FFMPEG script for 5.1 --> 2.0 Conversion with LFE channel included at 1.0 Volume.
ffmpeg -i "input_file.mkv" -map 0:v:0 -map 0:a:0 -af "pan=stereo|FL=0.707*FC+0.707*FL+0.5*SL+1.0*LFE|FR=0.707*FC+0.707*FR+0.5*SR+1.0*LFE,aresample=resampler=soxr,volume=0.9" -c:v copy -c:a flac "output_stereo_lfe.mkv"FFMPEG script for 5.1 --> 2.0 Conversion with LFE channel included at +10dB Boost to account for -10dB Attentuation
ffmpeg -i "input_file.mkv" -map 0:v:0 -map 0:a:0 -af "pan=stereo|FL=0.707*FC+0.707*FL+0.5*SL+3.16*LFE|FR=0.707*FC+0.707*FR+0.5*SR+3.16*LFE,volume=0.8" -c:v copy -c:a flac "output_with_boost.mkv"Just wanted to get some input from real people with real experience, whether this is the best way to go.
1) Do you advice mixing the Surround channels in there? Or Should I just mix FL/FR with CEnter and LFe?
2) Anyone know how does ATV do it Multichannel to 2.0 algorithm?
3) Should I apply the +10LFE boost in the downmixing or is that not advised?
Thanks in advance.