Main Page
Raffriff42 (Talk | contribs) (link to Avisynth Universal Installer) |
Raffriff42 (Talk | contribs) (add some images as whitespace filler) |
||
Line 36: | Line 36: | ||
* [[Guides]] – Guides explaining the basics, tips on specific conversion types and common tasks. | * [[Guides]] – Guides explaining the basics, tips on specific conversion types and common tasks. | ||
* [[Troubleshooting]] your scripts and configuration. | * [[Troubleshooting]] your scripts and configuration. | ||
+ | |||
+ | |||
+ | {|style="border:none;max-width:26em;margin-left:1em" | ||
+ | |style="padding:0.5em"|[[File:Overlay-example-lighten.png|104px|link=Overlay|Overlay: Lighten mode]] | ||
+ | |style="padding:0.5em"|[[File:Layer-example-lite.png|104px|link=Layer|Layer: Lighten mode]] | ||
+ | |style="padding:0.5em"|[[File:Overlay-example-subtract.png|104px|link=Overlay|Overlay: Subtract mode]] | ||
+ | |- | ||
+ | |style="padding:0.5em"|[[File:Overlay-example-add.png|104px|link=Overlay|Overlay: Add mode]] | ||
+ | |style="padding:0.5em"|[[File:Layer-example-mul-rgb.png|104px|link=Layer|Layer: Multiply mode]] | ||
+ | |style="padding:0.5em"|[[File:Layer-base-Lena.png|104px|link=File:Lenna.png|Lenna]] | ||
+ | |} | ||
|style="vertical-align: top; width:50%; padding-top: 1em;" | <!-- Row 1 Right --> | |style="vertical-align: top; width:50%; padding-top: 1em;" | <!-- Row 1 Right --> |
Revision as of 17:14, 22 October 2017
AviSynth FAQ | Internal filters | External filters | AviSynth Syntax | Sourceforge | Doom9 Forum
What is AviSynth?AviSynth is a powerful tool for video post-production. It provides ways of editing and processing videos. AviSynth works as a frameserver, providing instant editing without the need for temporary files. AviSynth itself does not provide a graphical user interface (GUI), but instead relies on a script system that allows advanced non-linear editing. While this may at first seem tedious and unintuitive, it is remarkably powerful and is a very good way to manage projects in a precise, consistent, and reproducible manner. Because text-based scripts are human readable, projects are inherently self-documenting. The scripting language is simple yet powerful, and complex filters can be created from basic operations to develop a sophisticated palette of useful and unique effects. AviSynth is free open-source software, and licensed under the GNU General Public License GPLv2. | |||||||
New to AviSynth – Start Here
|
Download AviSynth
| ||||||
Script SyntaxThe official reference documentation.
|
Filters and Utilities
| ||||||
Scripting referenceBeyond scripting basics
|
| ||||||
Advanced topics
|
Development
| ||||||
About This WebsiteWe need your help to build and improve our site!
|
Documentation CopyrightAviSynth documentation is Copyright (c) 2002-2025 AviSynth developers and contributors. The contents of avisynth.org and avisynth.nl are released under the Creative Commons Attribution-ShareAlike 3.0 License (CC BY-SA 3.0). |