Log in

View Full Version : speed problem


Drymakus
20th April 2002, 17:32
Hi,

English isn't my mothertongue, so I hope you'll understand it.
I have a problem. In the guide on doom9.org there's written that the compression with avisynth is approx. 30% faster than VFAPI, but I got only 4-5 fps (VFAPI does 8-9 fps).

Here's the script:

LoadPlugin("C:\DVDTOO~1\GKnot\mpeg2dec.dll")
mpeg2source("D:\~film\vob\vts_02.d2v")
BicubicResize(640,352,0,0.75)

Cropping is not needed here. I used fast recompress in VDub.

BTW I have Duron@750, 386RAM, Windows XP.

Thanx

gabest
20th April 2002, 18:09
Check if you are not using the original avisynth, that one has a very slooooooow resizer.

jdobbs
21st April 2002, 02:41
You mention using fast recompress... you're not by chance using VDUB as a frame server with AVISynth as the input are you? That would definitely be a slow down.

FDISK
21st April 2002, 05:01
I'd try opening the VOB directly with DirectShowSource. I find that it works about 10% faster than MPEG2Source, not to mention you don't need to use DVD2AVI to save a project.

Drymakus
21st April 2002, 10:31
to gabest: how can I check if have the original avisynth of not?

gabest
21st April 2002, 10:48
1.0 beta 3 was the last official avisynth, above that are the improved version. You may check file name you downloaded or something.

Drymakus
21st April 2002, 13:07
I have been using avisynth ver 1.05

Drymakus
21st April 2002, 13:08
...and I don't start VDub frameserver.

Drymakus
21st April 2002, 18:47
My fault. I reinstalled avisynth and everything works fine. Thanks for all your guides.