View Single Post
Old 29th January 2009, 18:43   #7  |  Link
loekverhees
Registered User
 
Join Date: Sep 2005
Location: Holland
Posts: 86
Thanks! I edited the avs file, see below:

Code:
# Simple Stereo
function f3d6248d36198448f8d4a086df5d345c0(clip a) {
flr = GetChannel(a, 1, 2)
fcc = GetChannel(a, 3)
lfe = GetChannel(a, 4)
lfc = MixAudio(fcc, lfe, 0.46, 0.12)
mix = MergeChannels(lfc, lfc)
lrc = MixAudio(flr, mix, 0.26, 1.0)
blr = GetChannel(a, 5, 6)
return MixAudio(lrc, blr, 1.0, 0.16)
}
Now, the spoken voices are much better .

BTW, When I convert the wave-file to AC3, should the AC3 be 16 bits, 24 bits or 32 bits in order to make a VIDEO-DVD?

Last edited by loekverhees; 29th January 2009 at 19:11.
loekverhees is offline   Reply With Quote