View Single Post
Old 4th July 2009, 20:44   #7  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
Ok, more info about the whole scenario.

- The encoders are Wavi+Aften
- The input file is a very simple avs script that point to a audio file (ac3/aac/dts/wav) thru DSS and GetChannel.

AC3
Code:
GetChannel(DirectShowSource(InputAudio),1,3,2,5,6,4)
It matches with AviSynth doc and it works.

AAC
Code:
GetChannel(DirectShowSource(InputAudio),2,1,3,4,5,6)
It does not match with AviSynth doc but it works. Thanks Brazil2.

DTS
Code:
GetChannel(DirectShowSource(InputAudio),3,1,2,5,6,4)
Assuming that AviSynth doc is correct, it should be like that.

WAV
Code:
GetChannel(DirectShowSource(InputAudio),1,2,3,4,5,6)
Assuming that AviSynth doc is correct, it should be like that.

What do you think?

Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote