How to use AviSynth :
There are some really great programs that support AviSynth or utilize it behind the scenes.
• The most well-tested application is
VirtualDubMod. It has a great built in editor that allows you to edit scripts and test the result with a keypress. The easiest way to create a script is to create a simple script, open it and enter Tools/Script Editor (or press Ctrl+E). Now you can edit your script and press "F5" to see the result in the main window.
• The best GUI solution is
DVX. It provides complete integration with AviSynth and very powerful GUI's for creating scripts. It provides visual cropping, resizing and many filters. It is able to store the settings for later use so you can reuse the scripts. A definate must-try!
• Another powerful, GUI-like approach is
AVSGenie. It generates scripts, and allows you to very easy adjust filter parameters visually, and see your result instantly. This is a program with very big potential - only problem for now that it isn't capable of reading scripts, so you can re-edit them.
Changes from AviSynth 2.5.7 RC1 to AviSynth 2.5.7 final :
- This Release is the same as 2.5.7-RC3 [311206]. It has just been repackaged for the Russian Documentation. There are only 4 minor catchups in the Russian Documantation.
• AviSynth 2.5.7 RC3
- Fix Cache of a cache of a cache .... problem (regression)
- Have parser check for cache of a cache and skip extra instances.
- Change ImageSource to not use a static buffer.
• AviSynth 2.5.7 RC2
•
Additions :
- Blur()/Sharpen() MMX=False option to force use of C++ routines.
- Explicitly try to request input sample rate from the audio codec (Tritical).
•
Bugfixes :
- Fixed DirectShowSource greyframe regression.
- Fixed DirectShowSource audio format negotiation regression.
- Fixed TCPDeliver YV12 transfer 50% to much data.
- Fixed TCPDeliver do Makewritable before getting params.
- Fixed TCPDeliver audio transfer off by 4 bytes.
- Fixed resizer core boundary condition crashes/errors/glitches.
- Fixed Invert() crash with small widths.
- Fixed small memory leak Amplify().
- Fixed grey frames with internal start, stop, start while DSS is initializing.
- Fixed AudioChannels() returning non-zero when no audio (Tritical).
•
Optimizations :
- TCPDeliver big buffer enhancement (retro from 2.6 stream).
•
Changes :
- TCPDeliver add icon, make all resource US English.