PDA

View Full Version : avisynth.dll API petition


dimzon
25th November 2005, 15:46
Dear AviSynth developers. Please add avsredirect.dll - like API into avisynth.dll! It's simple and very usefull to work with AVISynth without VfW, but current AviSynth API is to complex and unaccessable from C#/VB.NET

:thanks:

esby
27th November 2005, 21:09
What do you exactly want?
Because if you want to use avisynth with c# or vb.net, you need an interface.
That's not very difficult, but I think it exists.

Now for using avisynth without vfw, that's just another feature.
I think you can have a vfw interface for the two language you named, so I guess it can be useful, but it is not necessary to use avisynth with those language.

I think you are asking for two separate concepts. Please clarify.

esby

PS: Now for the 'without vfw' feature, avs3 will/shall be able to perform that If I ain't wrong.

Inc
28th November 2005, 00:16
AVSredirect.dll only supprts (imho) the Invoke "import". So also if like using vfw a ready safed script has to exist on the hd.

IanB
28th November 2005, 09:13
There is the avisynth_c interface which is designed to be accessible from VB, Delphi, C, C# etc. The current avisynth.h interface is intended purely for MSVC++ access.