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