|
|
avisynth syntax file for VIM
I have taken it upon myself to write a syntax file for VIM for the avisynth scripts. If you edit your avisynth scripts using VI, VIM, or GVIM, then feel free to download my syntax file, which you can find here. scripts/script.php?script_id=1418 Instructions for installation are found on that page. I have tried to include every plugin/filter for avisynth known to man, but there are new ones coming out all of the time, so I will be updating accordingly. I find that my AVS scripts are much easier to read now, and I hope that you find this useful for your encodings. Enjoy.
thanks
Recently we created Avisynth syntax file also for Colorer-take5 plugin for FAR Manager text editor (console).
IMHO, we must add this info to some sticky thread.
cool. i like coloured scripts - that way you've got a better idea something's going to work before you crash some poor media player with a buggy script.
it's too bad nobody's developing virtualdubmod anymore, as the f5 key is a real godsend there (save+reload script to the current frame. good for minor adjustments).
no problem guys. glad to see that my effort was appreciated :-)
it's too bad nobody's developing virtualdubmod anymore, as the f5 key is a real godsend there (save+reload script to the current frame. good for minor adjustments).
I agree You know about latest VDub and the F2 key?
@Fizick,
colorer/avscolorer.dhtml
gives 404.
Originally Posted by WilbertI agree You know about latest VDub and the F2 key?
It's buged when using avisynth. It doesn't close the file/script first (or whatever happends) so the memory is not freed. This is with version 1.6.11.
Wilbert,
Oops.
Link are fixed now.
It's buged when using avisynth. It doesn't close the file/script first (or whatever happends) so the memory is not freed. This is with version 1.6.11.
I've found this too. Is Avery aware?
I posted a thread about it in the Unofficial VirtualDub Support Forums so he will see it.
hmm seems that virtualdub first open the file before closing the old file so that caused fft3dgpu to fail (out of videomemory). Also fft3dfilter 1.8.4 is leaking about 8 MB every time the file is reopened. That combined with the reg key handle that are never closed looked a little suspicious. So no bug in virtualdub.
tsp,
it is offtopic here.
Dot not scare users in Avisynth usage forum
*UPDATE* Added syntax support for the BlendBob() function
Let me know if you guys add any of your own filters or functions that are not in the syntax list, and I will be sure to update the script. |
|