User:Raffriff42/Main Page sandbox
Raffriff42 (Talk | contribs) m (top 'box' switch paragraphs) |
Raffriff42 (Talk | contribs) m (tweak top box text) |
||
Line 20: | Line 20: | ||
*It is a '''script system''' for '''[[Filter|video filters]]''' and '''advanced non-linear editing'''. | *It is a '''script system''' for '''[[Filter|video filters]]''' and '''advanced non-linear editing'''. | ||
<p style="margin-left:1em;"> | <p style="margin-left:1em;"> | ||
− | + | It's called ''AviSynth'' because it ''synthesizes'' a virtual [[wikipedia:Audio_Video_Interleave|''Avi'']] file, "[[Original_AviSynth_announcement|generating]] video and audio data according to the script and feeding it to the application as needed." It is much '''more''' than that, though: to get an idea, take a quick glance at all the [[External_filters|third-party plugins]] available. At the same time, it is much '''less''': it's easy to [[Script_examples|create a quick script]] to solve some video problem. | |
</p> | </p> | ||
<p style="margin-left:1em;"> | <p style="margin-left:1em;"> | ||
− | AviSynth itself does not provide a graphical user interface (GUI). While | + | AviSynth itself does not provide a graphical user interface (GUI). While scripting 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''' - basic [[Filter|filters]] can be combined to create useful and unique effects. |
</p> | </p> | ||
Revision as of 19:18, 19 September 2015
AviSynth FAQ | Internal filters | External filters | AviSynth Syntax | Sourceforge | Doom9 Forum
What is AviSynth?
- It is a powerful tool for video post-production. It provides ways of editing and processing videos.
- It is a frameserver to your other video programs, providing instant editing without the need for temporary files.
- It is a script system for video filters and advanced non-linear editing.
It's called AviSynth because it synthesizes a virtual Avi file, "generating video and audio data according to the script and feeding it to the application as needed." It is much more than that, though: to get an idea, take a quick glance at all the third-party plugins available. At the same time, it is much less: it's easy to create a quick script to solve some video problem.
AviSynth itself does not provide a graphical user interface (GUI). While scripting 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 - basic filters can be combined to create useful and unique effects.
AviSynth is free open-source software, under the GNU General Public License GPLv2; see Copyrights.
New to AviSynth - Start Here
|
Download AviSynth
| ||||
FAQ, Guides and Advanced topics
|
Filters and Utilities
| ||||
Script SyntaxThe official reference documentation.
|
Coders
| ||||
Scripting ReferenceBeyond scripting basics.
|
| ||||
About This WebsiteWelcome to our MediaWiki. Feel free to pitch in and help out! We need your help to build and improve our site. Please see the MediaWiki User's Guide to learn about Wiki editing. If you are interested in porting this documentation to another language, please see the MediaWiki Localisation Guide. Filter and script authors - please submit your documentation to the Wiki! See this thread on doom9.org for a guide on how to easily get involved. |
Documentation CopyrightAviSynth documentation is Copyright (c) 2002-2025 AviSynth developers and contributors - see the Copyrights page for more information. Starting from 5 August 2007 the documentation on this site (avisynth.org and avisynth.nl) is released under the Creative Commons Attribution-ShareAlike 3.0 License (abbreviated by "CC BY-SA 3.0", see also full license terms). |