User:Raffriff42/Main Page sandbox
Raffriff42 (Talk | contribs) m |
Raffriff42 (Talk | contribs) m (NOEDITSECTION) |
||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
<p style="clear:both; margin-top:-3px; margin-bottom: 1em; font-variant: small-caps; text-align: center; font-size: 105%;"> | <p style="clear:both; margin-top:-3px; margin-bottom: 1em; font-variant: small-caps; text-align: center; font-size: 105%;"> | ||
<!-- These should be fundamental categories --> | <!-- These should be fundamental categories --> | ||
Line 16: | Line 16: | ||
</div> | </div> | ||
<div style="width:85%; margin:0.5em 3em; text-align:left; "> | <div style="width:85%; margin:0.5em 3em; text-align:left; "> | ||
− | === What is AviSynth? === | + | === What is AviSynth? === __NOEDITSECTION__ |
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 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 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. | ||
Line 25: | Line 25: | ||
{| role="presentation" style="border:0; margin:0;" width="90%" cellspacing="10" | {| role="presentation" style="border:0; margin:0;" width="90%" cellspacing="10" | ||
| style="vertical-align: top; width:60%; padding-right:2em; padding-top: 1em;" | | | style="vertical-align: top; width:60%; padding-right:2em; padding-top: 1em;" | | ||
− | === New to AviSynth - start here === | + | === New to AviSynth - start here === __NOEDITSECTION__ |
* '''[[first script|Your first script]]''' - A guide for total newbies. | * '''[[first script|Your first script]]''' - A guide for total newbies. | ||
* '''[[Getting started]]''' - An introductory guide for getting started with AviSynth. | * '''[[Getting started]]''' - An introductory guide for getting started with AviSynth. | ||
Line 42: | Line 42: | ||
|style="vertical-align: top; width:40%; padding-top: 1em;" | | |style="vertical-align: top; width:40%; padding-top: 1em;" | | ||
− | === Download Avisynth === | + | === Download Avisynth === __NOEDITSECTION__ |
*'''Official builds''' | *'''Official builds''' | ||
::[http://sourceforge.net/projects/avisynth2/ v.2.6.0 ST, 32-bit] at [[SourceForge]] | ::[http://sourceforge.net/projects/avisynth2/ v.2.6.0 ST, 32-bit] at [[SourceForge]] | ||
Line 63: | Line 63: | ||
|- | |- | ||
|style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | |style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | ||
− | === AviSynth FAQ, Guides and Advanced topics === | + | === AviSynth FAQ, Guides and Advanced topics === __NOEDITSECTION__ |
* [[AviSynth FAQ]] - Answers to many common problems. | * [[AviSynth FAQ]] - Answers to many common problems. | ||
* [[Aspect ratios|Aspect ratios explained]] - Introduction to aspect ratios (DAR, PAR, SAR), and how to use that for resizing your clip. | * [[Aspect ratios|Aspect ratios explained]] - Introduction to aspect ratios (DAR, PAR, SAR), and how to use that for resizing your clip. | ||
Line 72: | Line 72: | ||
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | | ||
− | === Filters, external plugins, script functions and utilities === | + | === Filters, external plugins, script functions and utilities === __NOEDITSECTION__ |
* '''[[Internal functions]]''' - Ready-made non-clip functions to use in scripts. | * '''[[Internal functions]]''' - Ready-made non-clip functions to use in scripts. | ||
* '''[[Internal filters]]''' - The official list and descriptions of included filters, organized by category. | * '''[[Internal filters]]''' - The official list and descriptions of included filters, organized by category. | ||
Line 86: | Line 86: | ||
|- | |- | ||
|style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | |style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | ||
− | === [[AviSynth Syntax]] === | + | === [[AviSynth Syntax]] === __NOEDITSECTION__ |
''The official reference documentation.'' | ''The official reference documentation.'' | ||
* '''[[Grammar]]''' - The grammar of AviSynth script language. An introduction to AviSynth scripting. | * '''[[Grammar]]''' - The grammar of AviSynth script language. An introduction to AviSynth scripting. | ||
Line 97: | Line 97: | ||
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | | ||
− | === Development === | + | === Development === __NOEDITSECTION__ |
* Want to [[get involved]]? | * Want to [[get involved]]? | ||
* The [http://sourceforge.net/projects/avisynth2/ official project]. | * The [http://sourceforge.net/projects/avisynth2/ official project]. | ||
Line 111: | Line 111: | ||
|- | |- | ||
|style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | |style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | ||
− | === [[Scripting reference]] === | + | === [[Scripting reference]] === __NOEDITSECTION__ |
''Beyond scripting basics.'' | ''Beyond scripting basics.'' | ||
* [[The full AviSynth grammar]] - The AviSynth grammar revisited and explained in detail. | * [[The full AviSynth grammar]] - The AviSynth grammar revisited and explained in detail. | ||
Line 124: | Line 124: | ||
|- | |- | ||
| colspan="1" style="vertical-align:top; font-size:96%; padding-top: 1em;" | | | colspan="1" style="vertical-align:top; font-size:96%; padding-top: 1em;" | | ||
− | === AviSynth Wiki === | + | === AviSynth Wiki === __NOEDITSECTION__ |
''Welcome to our MediaWiki. Feel free to pitch in and help out! We need your help to fill and improve our Wiki. Please see [http://www.mediawiki.org/wiki/Localisation Localisation] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help. Also check out [http://forum.doom9.org/showthread.php?t=171356 Filter/Script authors - submit your documentation to the Wiki] for a guide on how to easily contribute.'' | ''Welcome to our MediaWiki. Feel free to pitch in and help out! We need your help to fill and improve our Wiki. Please see [http://www.mediawiki.org/wiki/Localisation Localisation] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help. Also check out [http://forum.doom9.org/showthread.php?t=171356 Filter/Script authors - submit your documentation to the Wiki] for a guide on how to easily contribute.'' | ||
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | | ||
− | === AviSynth documentation copyright === | + | === AviSynth documentation copyright === __NOEDITSECTION__ |
AviSynth documentation is Copyright (c) 2002-2015 AviSynth developers and contributors. | AviSynth documentation is Copyright (c) 2002-2015 AviSynth developers and contributors. | ||
Starting from 5 August 2007 the documentation on this site (avisynth.org and avisynth.nl) is released under the [http://creativecommons.org/licenses/by-sa/3.0/ CreativeCommons Attribution-ShareAlike 3.0 License] (abbreviated by "CC BY-SA 3.0", see also [http://creativecommons.org/licenses/by-sa/3.0/legalcode full license terms]). More information can be found [[Avisynth_wiki:Copyrights|here]]. | Starting from 5 August 2007 the documentation on this site (avisynth.org and avisynth.nl) is released under the [http://creativecommons.org/licenses/by-sa/3.0/ CreativeCommons Attribution-ShareAlike 3.0 License] (abbreviated by "CC BY-SA 3.0", see also [http://creativecommons.org/licenses/by-sa/3.0/legalcode full license terms]). More information can be found [[Avisynth_wiki:Copyrights|here]]. |
Revision as of 16:25, 12 September 2015
AviSynth FAQ | Internal filters | External filters | AviSynth Syntax | Sourceforge | Doom9 Forum
Welcome to the Avisynth Documentation Project
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, under the GNU General Public License version 2.0 (GPLv2)
New to AviSynth - start here
|
Download Avisynth
|
AviSynth FAQ, Guides and Advanced topics
|
Filters, external plugins, script functions and utilities
|
AviSynth SyntaxThe official reference documentation.
|
Development
|
Scripting referenceBeyond scripting basics.
|
|
AviSynth WikiWelcome to our MediaWiki. Feel free to pitch in and help out! We need your help to fill and improve our Wiki. Please see Localisation and the User's Guide for usage and configuration help. Also check out Filter/Script authors - submit your documentation to the Wiki for a guide on how to easily contribute. |
AviSynth documentation copyrightAviSynth documentation is Copyright (c) 2002-2015 AviSynth developers and contributors. Starting from 5 August 2007 the documentation on this site (avisynth.org and avisynth.nl) is released under the CreativeCommons Attribution-ShareAlike 3.0 License (abbreviated by "CC BY-SA 3.0", see also full license terms). More information can be found here. |