kevina
22nd July 2003, 10:59
This is a request for a simple compilier neutral interface for developing plugins with AviSynth. I would be willing to work with anyone up to the task. It should not be diffacult at all. All you should need is same wrapper code around the VC++ Interface. The actual interface should be really simple, I am thinking along the line of a few function calls.
The filter provides: c_filter_get_frame_info (to get info about a frame the filter will generate such as dimensions, color space, frame frate, etc) and c_filter_get_frame (to get an actual frame).
AVISynth provides: get_frame_info, and get_frame which the filter will use to get data from AVISynth.
That's basically it. I am not looking for anything more complicated than that.
I already wrote one filter (http://forum.doom9.org/showthread.php?threadid=57914) and am planning on writtering several others. However they are not for AviSynth since I don't have VC++. If someone developes this interface for me I will port that filter and other ones to AviSynth.
The filter provides: c_filter_get_frame_info (to get info about a frame the filter will generate such as dimensions, color space, frame frate, etc) and c_filter_get_frame (to get an actual frame).
AVISynth provides: get_frame_info, and get_frame which the filter will use to get data from AVISynth.
That's basically it. I am not looking for anything more complicated than that.
I already wrote one filter (http://forum.doom9.org/showthread.php?threadid=57914) and am planning on writtering several others. However they are not for AviSynth since I don't have VC++. If someone developes this interface for me I will port that filter and other ones to AviSynth.