PDA

View Full Version : VB.NET Avisynth.dll usage


warrenc@greatsoft.co.za
4th August 2009, 10:18
Hi all.

I would like to be able to load the AviSynth.dll directly into my appy and use the AviSynth functions to preview video files.

I understand how some things work, but dont have ANY idea on how to load the AviSynth.dll file into my VB.Net app.

I am using Visual Studio 2008 if that helps.

Many thanks for any help.

Inc
4th August 2009, 13:18
Do search in the forum for the Purebasic avisynth port. As its also basic you will catch the approach.

Btw. for just previewing Video- or avs-files, you can choose the vfw or directshow way, as for previewing no avisynth.dll access is needed.

warrenc@greatsoft.co.za
4th August 2009, 13:26
Hey @Inc .... thanks VERY much.

I found this thread ( in case anyone else looks here and wants more help )
http://forum.doom9.org/showthread.php?t=111071&highlight=Purebasic+avisynth

Exactly what I was looking for.

Thanks A LOT LOT LOT LOT LOT LOT
:)

stax76
17th August 2009, 13:29
MeGUI code might also be interesting, it uses a wrapper dll, StaxRip uses avifile API with VB .NET.