Log in

View Full Version : Problem for join 2 clip with directshowsource


quakerman
8th January 2004, 02:43
when i want to join 2 clip(xvid+ac3,2cd of same movie),the sound became slow&tremble,this is the script:

cd1=directshowsource(e:\cd1.avi)
cd2=directshowsource(e:\cd2.avi)
cd=cd1+cd2
return cd


why?

sh0dan
8th January 2004, 10:10
Try the 2.54 CVS alpha (look at either link in my signature).

It contains this fix:


- Fixed slowdown on multiple Directshow Sources.