Log in

View Full Version : Notepad like AviSynth Editor (beta)


stax76
13th January 2003, 00:38
Hi there,
the new beta version of DVX features a AviSynth Editor.
DVX can run in AviSynth Editor mode which means if
you open a avs file with the Windows shell (cl,d&d etc),
the DVX main dialog won't be displayed. It has a lot
features like Syntax Highlighting, comments, a toolbar etc.
The newest feature is editing pareters with a menu.
I wrote a filter description file to get the information
about the filters. Currently there are not all Filters in
the list, I hope AviSynth can provide filter information
in the future. Here are some FAQ about this new feature

-----------

Why are some parameters in the AviSynth Filter dialog not pasted to the script?

Optional parameters will not be pasted because their standard settings will be used automatically.

How do I know a parameter is optional using the AviSynth Filter dialog?

Optional parameters are light greyed in the filter dialog and pasted with their name so their order don't matter.

How do I know what's the default value in the AviSynth Filter dialog?

Non default values are displayed bold.

Can a function in the script editor be selected in the in order to display it's parameters in the AviSynth filter dialog?

Yes, it works in both ways, the function has to be selected including the arguments so the filter dialog will update.

-----------

hope somebody finds it useful

you can find the first beta release and a discussion here (http://www.planetdvb.net/board/index.php?act=ST&f=22&t=31), it's coded with VB .NET so it requires the .NET Framework (http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/001/829/msdncompositedoc.xml)

'Dolemite