User:Raffriff42/Main Page sandbox
Raffriff42 (Talk | contribs) (experiment: steal Reel.Deal's boxes idea (TODO: make a template)) |
Raffriff42 (Talk | contribs) (Reformat topbox & change BG color) |
||
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; background-color:# | + | <div class="avisyn_mainpage_boxcontents" style="margin:auto; text-align:center; width:85%; border:1px solid blue; background-color:#F0F8FF;"> |
<div id="avisyn_mainpage_pagetitle" style="background-color:inherit; 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-bg-aliceblue.png|center|280px|link=Main_Page|Avisynth logo]]</div> |
<div style="background-color:inherit; 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 | + | *'''AviSynth is a powerful tool for video post-production.''' It provides ways of editing and processing videos. |
− | 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 acts as a [[frameserver]]''' to your other video programs, 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. | |
− | AviSynth is free open-source software, under the [http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License version 2.0 (GPLv2)] | + | *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 [http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License version 2.0 (GPLv2)] | ||
</div></div></div></div> | </div></div></div></div> | ||
{| role="presentation" style="border:0; margin:0;" width="90%" cellspacing="10" | {| role="presentation" style="border:0; margin:0;" width="90%" cellspacing="10" | ||
Line 65: | Line 67: | ||
|- | |- | ||
|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;"> | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">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 102: | Line 104: | ||
|- | |- | ||
|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;"> | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">Script syntax</span> === __NOEDITSECTION__ |
''The official reference documentation.'' | ''The official reference documentation.'' | ||
* [[AviSynth Syntax|AviSynth Syntax overview]] | * [[AviSynth Syntax|AviSynth Syntax overview]] | ||
Line 121: | Line 123: | ||
* Learn how to debug [[Filter_SDK/Debugging_instructions|AviSynth]], [[Filter_SDK/Debugging_instructions|AviSynth plugins]] and [[Filter_SDK/Debugging_instructions|console applications that access AviSynth]]. | * Learn how to debug [[Filter_SDK/Debugging_instructions|AviSynth]], [[Filter_SDK/Debugging_instructions|AviSynth plugins]] and [[Filter_SDK/Debugging_instructions|console applications that access AviSynth]]. | ||
* [[Filter SDK]] - AviSynth plugin programming tips. | * [[Filter SDK]] - AviSynth plugin programming tips. | ||
− | * [[Avisynth Plugin Development in C]] - A tutorial to write a plugin with C. | + | * [[Avisynth Plugin Development in C]] - A tutorial to write a plugin with C. |
* [http://forum.doom9.org/forumdisplay.php?s=&forumid=69 AviSynth Developer Forum] | * [http://forum.doom9.org/forumdisplay.php?s=&forumid=69 AviSynth Developer Forum] | ||
* The ongoing [[changelist]]. | * The ongoing [[changelist]]. | ||
Line 148: | Line 150: | ||
|- | |- | ||
| 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 | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">About this website</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 154: | Line 156: | ||
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | | ||
− | === <span style="color:white;background-color:#828da5;padding:2px 8px;"> | + | === <span style="color:white;background-color:#828da5;padding:2px 8px;">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 19:32, 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 acts as a frameserver to your other video programs, 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
| ||||
FAQ, Guides and Advanced topics
|
Filters and utilities
| ||||
Script syntaxThe official reference documentation.
|
Development
| ||||
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-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). |