Log in

View Full Version : Problems with AVIsynth 2.52


Kika
29th September 2003, 11:01
In the Past Time i used AVISynth 2.08, but now i changed to 2.52 - and do have some problems.

On the use of some PlugIns, i got a (German) Windows-Message Box about Runtime termination, if i try to open the AVS in VirtualDub, MediaPlayer or other Applications.

An Example is the Combination of SmartDecimate and SmoothDeinterlace.
If i combine them the way, the Manuals shows

smartdecimate(bob=smoothdeinterlace(doublerate=true))

i got this Error-Box.
If i use the following Syntax, all is fine:

bdde=smoothdeinterlace(doublerate=true)
smartdecimate(bob=bdde)

Strange, isn't it?

The same Error-Box shows up, if i try to use TextSub from VSFilters.

My Processor is a P4, OS is Win98SE.

Wilbert
29th September 2003, 13:07
Try the following

smartdecimate(bob=Eval("smoothdeinterlace(doublerate=true)"))

Kika
29th September 2003, 14:27
Thanks Wilbert, i will give it a try.

But, what the heck IS this crazy Message-Box? Like i wrote, i don't get any AVISynth-Error, it's an Windows-Error. And the "smartdecimate/smoothdeinterlace"-Combination is not the only Plugin, which brings the Box up.
TextSub/VSFilter is a Plugin i really need.

Kika
29th September 2003, 21:40
@Wilbert

I tried your Syntax, but it does'nt work.

I got a Visual C++ Runtime Error

R6025
Pure function call


The Problem with VSFilter i had is solved now. I updated my whole Filter Collection and did a Registry Cleaning. Now it works.