User:Raffriff42/Main Page sandbox
Raffriff42 (Talk | contribs) (Undo revision 6061 by Raffriff42 (talk)) |
Raffriff42 (Talk | contribs) (experiment: steal Reel.Deal's boxes idea (TODO: make a template)) |
||
Line 12: | Line 12: | ||
<div id="avisyn_mainpage_topbox"> | <div id="avisyn_mainpage_topbox"> | ||
<div style="margin:1em 2em; text-align:center; padding:auto;"> | <div style="margin:1em 2em; text-align:center; padding:auto;"> | ||
− | <div class="avisyn_mainpage_boxcontents" style="margin:auto; text-align:center; width:85%; border:1px solid blue"> | + | <div class="avisyn_mainpage_boxcontents" style="margin:auto; text-align:center; width:85%; border:1px solid blue; background-color:#e0ffff;"> |
− | <div id="avisyn_mainpage_pagetitle" style="font-family:Arial;font-size:200%; margin:0.5em 2em; text-align:center"> | + | <div id="avisyn_mainpage_pagetitle" style="background-color:inherit; font-family:Arial;font-size:200%; margin:0.5em 2em; text-align:center"> |
Welcome to the '''Avisynth''' Documentation Project | Welcome to the '''Avisynth''' Documentation Project | ||
</div> | </div> | ||
<div style="margin:-1em;">[[File:Avisynth-logo-tray.png|center|280px|link=Main_Page|Avisynth logo]]</div> | <div style="margin:-1em;">[[File:Avisynth-logo-tray.png|center|280px|link=Main_Page|Avisynth logo]]</div> | ||
− | <div style="width:85%; margin:0.5em 3em; text-align:left; "> | + | <div style="background-color:inherit; width:85%; margin:0.5em 3em; text-align:left; "> |
=== What is AviSynth? === __NOEDITSECTION__ | === 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. | ||
Line 27: | Line 27: | ||
{| 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 === __NOEDITSECTION__ | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">New to AviSynth - start here</span> === __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 44: | Line 44: | ||
|style="vertical-align: top; width:40%; padding-top: 1em;" | | |style="vertical-align: top; width:40%; padding-top: 1em;" | | ||
− | === Download Avisynth === __NOEDITSECTION__ | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">Download Avisynth</span> === __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 65: | Line 65: | ||
|- | |- | ||
|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 === __NOEDITSECTION__ | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">AviSynth FAQ, Guides and Advanced topics</span> === __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 83: | Line 83: | ||
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | | ||
− | === Filters | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">Filters and utilities</span> === __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 102: | Line 102: | ||
|- | |- | ||
|style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | |style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | ||
− | === | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">AviSynth Syntax</span> === __NOEDITSECTION__ |
''The official reference documentation.'' | ''The official reference documentation.'' | ||
+ | * [[AviSynth Syntax|AviSynth Syntax overview]] | ||
* '''[[Grammar]]''' - The grammar of AviSynth script language. An introduction to AviSynth scripting. | * '''[[Grammar]]''' - The grammar of AviSynth script language. An introduction to AviSynth scripting. | ||
* [[Script variables]] - How to declare and use them in scripts. | * [[Script variables]] - How to declare and use them in scripts. | ||
Line 114: | Line 115: | ||
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | | ||
− | === Development === __NOEDITSECTION__ | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">Development</span> === __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 128: | Line 129: | ||
|- | |- | ||
|style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | |style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | ||
− | === | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">Scripting reference</span> === __NOEDITSECTION__ |
''Beyond scripting basics.'' | ''Beyond scripting basics.'' | ||
+ | * [[Scripting reference|Scripting reference overview]] | ||
* [[The full AviSynth grammar]] - The AviSynth grammar revisited and explained in detail. | * [[The full AviSynth grammar]] - The AviSynth grammar revisited and explained in detail. | ||
* [[The script execution model]] - The steps behind the scenes from the script to the final video clip output. The filter graph. Scope and lifetime of variables. Evaluation of runtime scripts. | * [[The script execution model]] - The steps behind the scenes from the script to the final video clip output. The filter graph. Scope and lifetime of variables. Evaluation of runtime scripts. | ||
Line 146: | Line 148: | ||
|- | |- | ||
| colspan="1" style="vertical-align:top; font-size:96%; padding-top: 1em;" | | | colspan="1" style="vertical-align:top; font-size:96%; padding-top: 1em;" | | ||
− | === | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">About this documentation</span> === __NOEDITSECTION__ |
''Welcome to our MediaWiki. Feel free to pitch in and help out! We need your help to build and improve our site. Please see the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide MediaWiki User's Guide] to learn about Wiki editing. If you are interested in porting this documentation to another language, please see the [http://www.mediawiki.org/wiki/Localisation MediaWiki Localisation Guide.] '''Filter and script authors''' - please submit your documentation to the Wiki! See [http://forum.doom9.org/showthread.php?t=171356 this thread on doom9.org] for a guide on how to easily get involved.'' | ''Welcome to our MediaWiki. Feel free to pitch in and help out! We need your help to build and improve our site. Please see the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide MediaWiki User's Guide] to learn about Wiki editing. If you are interested in porting this documentation to another language, please see the [http://www.mediawiki.org/wiki/Localisation MediaWiki Localisation Guide.] '''Filter and script authors''' - please submit your documentation to the Wiki! See [http://forum.doom9.org/showthread.php?t=171356 this thread on doom9.org] for a guide on how to easily get involved.'' | ||
Line 152: | Line 154: | ||
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | | ||
− | === AviSynth documentation copyright === __NOEDITSECTION__ | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">AviSynth documentation copyright</span> === __NOEDITSECTION__ |
AviSynth documentation is Copyright (c) 2002-2015 AviSynth developers and contributors - see the [[Avisynth_wiki:Copyrights|Copyrights]] page for more information. | AviSynth documentation is Copyright (c) 2002-2015 AviSynth developers and contributors - see the [[Avisynth_wiki:Copyrights|Copyrights]] page for more information. | ||
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/ Creative Commons 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]). | 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/ Creative Commons 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]). |
Revision as of 15:54, 15 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 and utilities
| ||||
AviSynth SyntaxThe official reference documentation.
|
Development
| ||||
Scripting referenceBeyond scripting basics.
|
| ||||
About this documentationWelcome 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. |
AviSynth documentation copyrightAviSynth documentation is Copyright (c) 2002-2015 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). |