Log in

View Full Version : AvisynthEditor 0.1


akabob
8th March 2003, 23:05
AvisynthEditor 0.1

# first release!
# auto-completion (press CTRL+SPACE) + Code sense
# customizable plugins .def files (AvisynthEditor\def\*.def)

Setup is available @ http://www.lalternative.org

Here is a screenshot : http://www.lalternative.org/avisynth/AvisynthEditor.gif

I need people to create/update existing .def files
have fun !

++

AJ2
12th March 2003, 20:13
One thing about your MPC feat. RV9 codec is that maybe you shouldn't even try to work your way around it. Just include a caption in the readme saying that you should have RealPlayer installed on your computer in order for your software to be compatable with it. I've seen a lot of freeware programs that state that. :D

sh0dan
12th March 2003, 20:15
Oh yeah, that looks sweet! :cool:

Do you take feature requests, like:

- Arrow key framestepping in preview.
- Easy (something like F5) update of preview.
- Command completion (using TAB).
- Vdub-Like update-while-you-drag on the slider.
- Drag'n'drop insert path+filename.

akabob
13th March 2003, 09:24
@AJ2
MPC feat. RV9 was intended to fully replace RealOne Player 2.0 which is a 9Mo download (MPC RV9 was only 2.5Mo)
Not anyone on earth has got ADSL lol:)

@sh0dan
Arrow key framestepping in preview, easy update of preview will be included in next release.
Command completion is already available with CTRL+SPACE (not CTRL+ENTER as I said..)
Inserting a path will be available too with a menu/shortcut calling common dialog box.
What to u mean with 'Vdub-Like update-while-you-drag on the slider' ?
My english is far from perfect :)

AS
13th March 2003, 21:57
Well, in the a few virtualdub filters, they offer a preview window and any adjustments are immediately applied and updated in that window. That's what shodan means about 'live updates'

If you don't understand what I mean, load up the internal smoother plugin for virtualdub and see :)

wing1
16th March 2003, 00:09
@akabob

thanks for a neat proggy :D

Not anyone on earth has got ADSL lol

Is it not an amazing fact that it is so! and there are folks who are thinking V.O.D. are coming soon....soon as in HDTV 10 years ago :D

DDogg
16th March 2003, 02:31
Just a very small nit. I saved a script as addaudio.avsi and I got addaudio.avsi.avs Not anything important but thought I would mention it. This tool is going to very useful for folks like me who can't remember all the various key words. Thanks for doing it!

killingspree
16th March 2003, 09:43
just wondering if it would be a lot of work to include a YV12 compatibility mode, so one can only use plugins that support YV12 or at least that it tells you "be aware this plugin is not YV12 compatible"

nice proggy (:

regards
steVe

stax76
16th March 2003, 13:31
I need people to create/update existing .def files


seewen and me did already filter descriptions, most of it did seewen. It takes a lot time and is no fun to do so you could take DVX filter description and convert it to your format. DVX filter descriptions are xml format and easy to parse because no attributes are used. There is even a GUI to edit the filter descriptions included in DVX. You can find the filter descriptions in the AviSynth plugin dir installed by the DVX SysPack. Each plugin has a xml file, the core filters are handled like a plugin in the file Core.xml. You need both latest versions of SysPack and DVX because these features are new

hope this helps

Dolemite