Cyberia
15th September 2003, 07:33
I am in the process of writing an AviSynth GUI (in VB) with the ability to display the output in a preview window. Currently I am rendering the output through a mediaplayer ocx. But I am having some problems with this implementation. (see this (http://forum.doom9.org/showthread.php?s=&threadid=61219) thread)
I am wondering how difficult it would be to render AviSynth frames directly. I am reasonably good with VB and I have used Bitblt in test projects previously. The only problem I can forsee is this: I will need the output frame from AviSynth and have no idea how to get it.
Is there a mechanism to do this already? (there must be, I assume) Would I need to continuously request the current frame from AviSynth? (obviously I will need to keep Bitblting the current frame)
Any help would be apreciated.
I am wondering how difficult it would be to render AviSynth frames directly. I am reasonably good with VB and I have used Bitblt in test projects previously. The only problem I can forsee is this: I will need the output frame from AviSynth and have no idea how to get it.
Is there a mechanism to do this already? (there must be, I assume) Would I need to continuously request the current frame from AviSynth? (obviously I will need to keep Bitblting the current frame)
Any help would be apreciated.