PDA

View Full Version : Virtual Dub crashes with DV type 1 using avisynth


bluesix
13th September 2002, 19:51
I created an avs file as follows

DirectShowSource("C:\dv1.avi")
BilinearResize(640, 480)


I open it in Virtualdub, but when I move the slider a little to check out the movie, it freezes. It does this whether I resize or not.

Do I need that panasonic dv codec? I was under the impression that was for type 2 avis.

totally frustrated,

bluesix.

kayman
13th September 2002, 21:55
well first thing is try taking out the space in the resize

BilinearResize(640,480)


lol sorry i didnt see the line where you said it happens even if the resize isnt there.

sherpya
13th September 2002, 21:55
DirectShowSource seeking is broken in avisynth, also you will get no audio.
I don't known if the developers are working on this.

bb
15th September 2002, 11:31
Maybe you'll be happier with type-2. See the sticky thread "Links" for free capture and conversion tools.

bb