Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mixing 5.1 Audio with LD PCM
#6
Hi @NeonBible,

Chewtobacca's post is hidden in another thread so it's not easy to find but this is it:

Yeah, the question is how multi-track mixes were matrixed for LD (and whether the process varied from disc to disc). Given that DPL2 was introduced in 2000, my preference has always been to use DPL1 (mono surround, like the old four-track mixes) because the results have always struck me as being the best match for matrixed tracks on LD.

Code:
Code:
#AviSynth
a=WhateverSource("6-track_file")

flr = GetChannel(a, 1, 2)
fcc = GetChannel(a, 3, 3)
lrc = MixAudio(flr, fcc, 0.3205, 0.2265)
bl  = GetChannel(a, 5)
br  = GetChannel(a, 6)
sl  = MixAudio(bl, br, 0.2265, 0.2265)
sr  = MixAudio(bl, br, -0.2265, -0.2265)
blr = MergeChannels(sl, sr)
mix = MixAudio(lrc, blr, 1.0, 1.0)

return mix#.ConvertAudioTo16bit()

Use BeHappy instead if you like. Uncomment ConvertAudioTo16bit() if you want, but you might prefer to adjust the volume (or EQ or whatever) first.

I don't know whether other downmixing methods (e.g. DPL2) will affect playback via your AVR. Maybe experiment and report back.
Reply
Thanks given by: NeonBible


Messages In This Thread
Mixing 5.1 Audio with LD PCM - by alleycat - 2021-12-23, 12:48 PM
RE: Mixing 5.1 Audio with LD PCM - by spoRv - 2021-12-23, 12:53 PM
RE: Mixing 5.1 Audio with LD PCM - by alleycat - 2021-12-23, 01:06 PM
RE: Mixing 5.1 Audio with LD PCM - by maksnew - 2021-12-23, 01:31 PM
RE: Mixing 5.1 Audio with LD PCM - by NeonBible - 2022-04-23, 08:26 PM
RE: Mixing 5.1 Audio with LD PCM - by alleycat - 2022-04-23, 08:31 PM
RE: Mixing 5.1 Audio with LD PCM - by alleycat - 2022-04-23, 08:34 PM
RE: Mixing 5.1 Audio with LD PCM - by NeonBible - 2022-04-23, 10:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Help] help with changing audio to match framerate Red41804 8 1,330 2024-10-21, 06:52 AM
Last Post: maksnew
  [Help] Encoding audio with LFE2? LucasGodzilla 9 4,904 2024-06-05, 12:43 AM
Last Post: LucasGodzilla
  [Help] Sync separate audio track to mkv file JackForrester 11 8,466 2022-06-16, 10:57 AM
Last Post: Hitcher
  DTS-HD Master Audio and bitrate (PBR) smoothing pipefan413 4 5,529 2021-10-20, 11:59 AM
Last Post: karbre
  [Help] Sync audio to video (different fps and rips) JackForrester 14 8,672 2021-09-05, 01:57 AM
Last Post: JackForrester
  Issue Exporting Audio in Premiere Croweyes1121 16 12,112 2020-02-28, 06:13 PM
Last Post: deleted user
  [Help] Problems authoring PCM wave audio in TsMuxer [SOLVED] Evit 8 8,969 2018-01-26, 04:21 PM
Last Post: PDB
  Burn DVD with audio tracks. crissrudd4554 31 27,896 2016-03-16, 07:19 AM
Last Post: crissrudd4554

Forum Jump:


Users browsing this thread: 1 Guest(s)