vion11
4th May 2004, 15:34
I've decided to make sources of AVE Visual Editor available,
spend more time in next project and not to block things.
Download (http://innerphase.de/AVEditor/AVEditor-VB6-Sources.zip) / Overview (http://avisynth.org/vion11/aveguide.html)
I believe in the idea of frame serving and think it is advantageous
for AviSynth when more GUIs simplify process of scripting.
VB stands for rapid GUI development and so the sources give
everybody interested in a clue of windows programming and
script generating.
Furthermore they shows different other technics:
- using xml/xpath to access global data
- recursive programming with classes
- getting information from avisynth.dll using api
- blitting frames from avs/avi to picturebox
- drag 'n' drop to avoid dialogs
- displaying preview of filters
- uncommon user interface
Zip includes binarys, grafics and other stuff (10MB) and
some code comments in german.
Hopefully AviSynth 3.0 enables interfacing with GUIs
to check proper function/plugin usage and parameter layout.
This will avoid version and plugin installation issues,
makes GUIs 100% idiot save with ready-to-start scripts
on every machine for all purposes.
spend more time in next project and not to block things.
Download (http://innerphase.de/AVEditor/AVEditor-VB6-Sources.zip) / Overview (http://avisynth.org/vion11/aveguide.html)
I believe in the idea of frame serving and think it is advantageous
for AviSynth when more GUIs simplify process of scripting.
VB stands for rapid GUI development and so the sources give
everybody interested in a clue of windows programming and
script generating.
Furthermore they shows different other technics:
- using xml/xpath to access global data
- recursive programming with classes
- getting information from avisynth.dll using api
- blitting frames from avs/avi to picturebox
- drag 'n' drop to avoid dialogs
- displaying preview of filters
- uncommon user interface
Zip includes binarys, grafics and other stuff (10MB) and
some code comments in german.
Hopefully AviSynth 3.0 enables interfacing with GUIs
to check proper function/plugin usage and parameter layout.
This will avoid version and plugin installation issues,
makes GUIs 100% idiot save with ready-to-start scripts
on every machine for all purposes.