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
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