Log in

View Full Version : Avisynth Plugin Writing.


torwart
10th July 2012, 14:37
Hi.

I want to write avisynth plugins in C++. i started to learn language itself. what i need to study to understand this theme??
principes of plugin working and way of writing. Maybe you know some good books and/or just information to read.

:thanks:

Groucho2004
10th July 2012, 15:09
You could start here (http://avisynth.org/mediawiki/Filter_SDK).

Guest
10th July 2012, 15:10
Also, study the multitude of existing filters that have publicly available source code.

jmac698
11th July 2012, 00:23
I've just done this, I was able to make my first (C++) plugin by using the sample kindly provided by StainlessS
http://forum.doom9.org/showthread.php?p=1538557#post1538557

I've just added instructions for compiling that plugin and others, updated for VS2008 here
http://avisynth.org/mediawiki/Filter_SDK/Compiling_instructions

Simple Sample is good and it's already installed with Avisynth! (check the option, install filterSDK at install).

torwart
12th July 2012, 07:01
thank you gyes !!!