Log in

View Full Version : about avisynth structure


viikii
4th July 2008, 03:35
hi all ,
I can not understand clearly avisynth[v257]structure ,someone hint ? thanks a lot .

Guest
4th July 2008, 05:43
What do you mean by structure?

viikii
4th July 2008, 07:00
could someone describe the process of its work ?
thanks

Selur
4th July 2008, 07:24
Assming you don't understand how to use Avisynth, see: http://avisynth.org/mediawiki/Main_Page
If you want are looking for a documentation regarding the sourcecode, did you check http://avisynth.org/mediawiki/Filter_SDK ?

viikii
4th July 2008, 07:57
Selur ,thank you ,
but i want to know the theory of avisynth internal .
I have read the source code ,but not understand absolutely .
So,i want someone can describe it detailedly .
I have known how to write a simple filter .

hanfrunz
4th July 2008, 09:20
What exactly do you want to know? What do you mean by theory?
Avisynth is a frameserver with filters. So you always have an input some filters and an output.

regards,
hanfrunz

viikii
4th July 2008, 09:36
thanks ,
I get it .