View Full Version : AvisynthEditor 0.2
akabob
19th March 2003, 00:12
AvisynthEditor 0.2
# Definition files per avisynth versions (stored under AvisynthEditor\def\avisynth 2.x.x)
# Internal (F5) and External (F6) preview
# Internal preview frame step using arrow keys
# Better CTRL+SPACE selector (Use TAB to select method)
# Classes/Methods Treeview
# More Edit/Search options
# Import/Export scripts
# Detected avisynth.dll version displayed in statusbar
# Remove VFPPlugin registry checking (All u need is start DVD2AVI once)
# Many bug fixes
AvisynthEditor 0.2.1
# added the following Avisynth 2.5 .def files (thanx Dolemite for DVX help files) :
---
AC3source
aDeInt beta 1
AntiBlink
asharp
atc
AutoCrop
avisynth
aWarpSharp
BicublinResize Beta 1
Blockbuster
Cnr2
Convolution3D
DctFilter
Decomb
Deen Beta 2
Dnr2
Dup
eDeen beta 1
FluxSmooth
Logo alpha 0.1
MPAsource 0.2
mpeg2dec
MPEG2Dec3
MPEGDecoder
MSharpen
Msmooth
SimpleResize
STMedianFilter
TemporalCleaner beta 2
TomsMoComp
UnDot
UnFilter
VSFilter
WarpSharp beta 2
---
Screenshot: http://www.lalternative.org/img/AvisynthEditor.gif
For the moment, I have not enough time to update/create .def files, espacially 2.0.x ones)
I someone wanna help me, he's welcome !! :)
.def files are simple text files stored under Program files\AvisynthEditor\def\avisynth 2.x.x
Thanx to ALL people who already tested AvisynthEditor 0.1 for their reports/ideas !
Download: http://www.lalternative.org
Hope this release will be helpful !
Best regards
jorel
19th March 2003, 06:26
thanks akabob :)
and don't "Hope" no more...it is very helpful!
the news take it all confortable.
:)
akabob
19th March 2003, 15:38
some add-ons up !
Emp3r0r
20th March 2003, 05:40
akabob: First of all great program... I hope your open to questions/suggestions on the program. Can you make the auto-complete popup automatically as you type like in Visual Studio? Also, it would be nice if you expanded the capability of the .def files to contain a description, full name, and possibly another variable that allows you to call upon a UI (as possibly a plugin) to fill in variables. Another suggestion would be the ability to "Save as AVI" simply launching AVS2AVI (or building that functionality in). I'd suggest using XML for the .def files, or at least for plugin communication. Thanks for a great tool!
sh0dan
20th March 2003, 09:49
It surely looks like a sweet editor!!
I'll have to get my hands on that one today :)
stax76
20th March 2003, 13:44
I'd suggest using XML for the .def files, or at least for plugin communication. Thanks for a great tool!
DVX works this way, each plugin has a xml file located like the dll in the plugin dir (installed by the SysPack), the core is handled like a plugin in Core.xml. DVX also features a filter description editor to edit the descriptions. Maybe we can use a common format so the plugin authors can provide their dll and htm file along with a xml file.
DDogg
20th March 2003, 14:03
Hmmm, I sure like this editor, but for me, when I save, it does not write the contents. I end up with an avs file with nothing in it. Since nobody else has said anything, I am puzzled. I am at a loss how this could be machine specific.
akabob
20th March 2003, 14:38
@Emp3r0r: auto-complete popup is nice but quite annoying when appearing without user decision doesn't it?. Visual Studio 6 and Eclipse (Java IDE) both works with CTRL+SPACE.
@Dolemite: I'm currently working on replacing all .def files with .xml files (the same format than DVX) with an Internal def editor so that exported files could also be used with DVX.
@DDogg: I'll try an alternative disk write, was OS are u using ? Does 'Export Selection', 'Save' and 'Save As' do not save anything (that should be the case) ?
Thank u boys !
Best regards,
DDogg
20th March 2003, 14:52
Actually, it is only save as that does not write the contents. Save and export do write properly. I am using XP.
akabob
20th March 2003, 15:06
That's weird ! but I'll check it as soon as I find an XP OS
DDogg
20th March 2003, 15:11
Perhaps somebody with XP can let you and I know if "save as" does or does not work on their machine. As I said, I can not imagine that it is machine specific, but you never know.
sh0dan
20th March 2003, 15:12
Filter selection is really great!!!
(This is rapidly moving to become my favorite editor!)
Regarding TAB-completion, this is what I though about:
When I write "te" and press TAB, it should write the first available command beginning with "te" - when I press tab again it should show the next command, etc.
Could I officially request "intelligent DnD" - the ability to drag and drop into the script. For example, I define that for files ending with ".AVI", I would like the editor to insert "AviSource("%filename%")" into my script. When I drag a ".avs" file, I would like it to be opened, etc.
Minor stuff:
- Easy exclusion of plugin groups. Rightclick on "Warpsharp beta 2", select "Hide filter". This should also exclude it from autocomplete, etc. Don't know how it would be best to bring it back, though ;)
- Split up AviSynth functions. Rather a matter of rearranging the filters. There are far too many in this one category.
- Update display while dragging in internal preview. Possibly as an option.
This one has so much potetial! :cool:
jamesp
20th March 2003, 16:28
This is by far and away the best Avisynth editor by a mile! Mu suggestion:
Group Filters by a category. Eg Resizers in a group, and sharpeners in a group.
Jim
Dreassica
20th March 2003, 18:38
I use XP and save as results in an empty file. So it doesnt work for me.
DDogg
20th March 2003, 19:19
Thanks, Dreassica for the confirmation.
Emp3r0r
20th March 2003, 19:39
Group Filters by a category. Eg Resizers in a group, and sharpeners in a group. Ah YES, more information that could be stored in the .def xml file. It should allow for multiple categories in case the plugin fits more than one category. Actually, maybe this should be done a per function bases instead of per plugin. Keep up the good work!
Emp3r0r
21st March 2003, 00:26
Just took a peek into the DVX\SysPack\AviSynth\plugins folder and looked at the XML files there. Looks like everything is already there.
filewalker
21st March 2003, 12:41
"Save as" create a empty script,too.
"Save" works fine.
"Export selection" works also fine after marking the the script or a part of the script.
WinXPpro is installed
Your tool looks really great!
Cu filewalker :)
toban
22nd March 2003, 11:19
I use XP and got the same problems.
"Save as" create an empty script
the rest works great :)
I really like this tool ;)
Ruppl
23rd March 2003, 03:30
I´m using Xp+SP1 too...same problem!
@ akabob
thanks for this handy tool... :)
ErMaC
23rd March 2003, 09:39
Is there any chance you could contact the VirtualDubMod team and ask if they'd like to include this as the AVISynth File Editor in VDubMod, or at least as an option?
vhelp
23rd March 2003, 18:19
akabob..
App looks great (looking at your .gif pic) !! but..
aaahh.. I knew it to good to be true.
! Run-time error '430'.
Class does not support Automation or does not support expected interface.
What ??
Rats!! doesn't work on my system: Windows 98 (Gold)
-vhelp
akabob
23rd March 2003, 22:49
@vhelp: some users have reported this problem too on W98, could u try to update MDAC (Microsoft Data Access Components) ?
MDAC 2.7 SP1 can be downloaded from
http://msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?contentid=28001860
a quick search on google let me say it coud fix the problem.
Sorry I have no W98 licence, so I cannot test if it works :(
AvisynthEditor 0.3 is currently in developpement, but my wife does not let me a lot of time :)
Anyway, another BIG thanx to testers !!
vhelp
23rd March 2003, 22:57
>> @vhelp: some users have reported this problem too on W98, could u
>> try to update MDAC (Microsoft Data Access Components) ?
>> MDAC 2.7 SP1 can be downloaded from
>> http://msdn.microsoft.com/library/d...tentid=28001860
R U crazy.. I'm in the middle on an MS Access db development issue
or crisis. I'm working w/ some people's to get some reports and
quiery codes to do something that's not do'able he he.. or else MY
boss will have my "you know what"!!
>> AvisynthEditor 0.3 is currently in developpement, but my wife does
>> not let me a lot of time
You mean your wife control you he he... just kidding :D
Oh, what lang did you use to create your toy ??
* Delphi ( :)yes:) )
* c++ any compilser ( :mad: boo :mad: )
* VB ( ok - :):) )
I do like you app (pic wise) but I can't actually enjoy it yet :(
But, I will keep my eyes open on this thread, K ??
-vhelp
akabob
23rd March 2003, 23:14
my toy is currently written in VB6.
Here are some threads on p2p.wrox.com where people experienced same problems:
http://p2p.wrox.com/archive/beginning_vb/2002-07/29.asp
http://p2p.wrox.com/archive/pro_vb/2001-01/24.asp
and YES, my wife sometimes control me... but I like it :)
**EDIT** could u also check that comctl32.dll is 4.72 or older ?
Regards,
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.