Inc
2nd June 2007, 16:41
Hi,
I wanted to crack that nut and ported the Avisynth C Interface to PureBasic. Beside basic intself Purebasic also supports Inline assembler etc., so it could be also a nice 'small' alternative to C/C++ plugin development. However, it should also be easy for VisualBasic Devs. to translate it to VB.
The Downloads:
Avisynth.pbi (http://home.arcor.de/packshot/Avisynth.pbi) <-- The header which always has to be 'included'
invert_inplace.pb (http://home.arcor.de/packshot/invert_inplace.pb) <-- a simple sample plugin where the videostream gets inverted
avisynth_get_video_info.pb (http://home.arcor.de/packshot/avisynth_get_video_info.pb) <-- a mini sample appl. where you can receive the videoinfos
If you do encounter bugs, please feel free to let me know.
Cheers,
Inc.
I wanted to crack that nut and ported the Avisynth C Interface to PureBasic. Beside basic intself Purebasic also supports Inline assembler etc., so it could be also a nice 'small' alternative to C/C++ plugin development. However, it should also be easy for VisualBasic Devs. to translate it to VB.
The Downloads:
Avisynth.pbi (http://home.arcor.de/packshot/Avisynth.pbi) <-- The header which always has to be 'included'
invert_inplace.pb (http://home.arcor.de/packshot/invert_inplace.pb) <-- a simple sample plugin where the videostream gets inverted
avisynth_get_video_info.pb (http://home.arcor.de/packshot/avisynth_get_video_info.pb) <-- a mini sample appl. where you can receive the videoinfos
If you do encounter bugs, please feel free to let me know.
Cheers,
Inc.