Log in

View Full Version : does it work dts pass-through in using avs script?


pyk123
23rd February 2012, 14:49
I am bignner as making avs script

i spent all 2 days to solve this problem but i could not find yet reason why

Is it possible to play dts and ac3 source via pass-through with using avs script with ffdshow codec?


in my case
when i import avs script into stereoscopic player
always i can not hear dts sound
i need the way of pass-through ,not way of PCM stereo

But pass-through work well
in another player for example, gom,potPlayer ,Powerdvd11 ,Tmt5

and when i import m2ts source directly into stereoscopic player then worked well

only in case of importing avs script , pass-through does not work

below is my script

very simple

what is problem?



video2d = directshowsource("h:\The Yellow Sea\BDMV\STREAM\00000.m2ts", fps=24 )

f1 = video2d

trim(f1,90000,100000) ++ trim(f1,110000,120000)


thx in advance
and i am sorry for my bad english

poisondeathray
23rd February 2012, 16:07
No, because .avs script serves uncompressed video & audio

Or are you complaining about 2.0 vs. 5.1 channels ?

poisondeathray
23rd February 2012, 16:25
If you are getting stereo, and the source is 5.1, you are probably downmixing somewhere in your directshow filters, since you are using directshowsource

Check your directshow filters, decoder

pyk123
23rd February 2012, 16:27
basically it was impossible

i knew it today first

thx again

No, because .avs script serves uncompressed video & audio

Or are you complaining about 2.0 vs. 5.1 channels ?