User:Raffriff42/Main Page sandbox
Raffriff42 (Talk | contribs) m (move Grammar to 'Start Here') |
Raffriff42 (Talk | contribs) (rearrange some text elements ; tweak intro) |
||
Line 16: | Line 16: | ||
</div> <div style="background-color:inherit; width:85%; margin:0.5em 3em; text-align:left; "> | </div> <div style="background-color:inherit; width:85%; margin:0.5em 3em; text-align:left; "> | ||
=== What is AviSynth? === __NOEDITSECTION__ | === What is AviSynth? === __NOEDITSECTION__ | ||
− | *It | + | *It's a powerful tool for '''video post-production.''' |
− | *It | + | *It's a '''[[frameserver]]''', providing instant transfer to other video applications without the need for temporary files. |
− | *It | + | *It's a '''script system''' for '''[[NLE|non-linear editing]]''' and '''[[Filter|video filters]]''' and effects. |
<p style="margin-left:1em;"> | <p style="margin-left:1em;"> | ||
− | It's called '' | + | It's called Avi''Synth'' because it ''synthesizes'' a virtual [[wikipedia:Audio_Video_Interleave|AVI]] file, "generating video and audio data according to the script and feeding it to the application as needed." (in the [[Original_AviSynth_announcement|words of its inventor]], Ben Rudiak-Gould). |
</p> | </p> | ||
<p style="margin-left:1em;"> | <p style="margin-left:1em;"> | ||
− | AviSynth itself does not provide a graphical user interface (GUI). While scripting may at first seem tedious and unintuitive, it | + | AviSynth itself does not provide a graphical user interface (GUI). While scripting may at first seem tedious and unintuitive, it 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'''. You have complete control of everything. |
+ | </p> | ||
+ | <p style="margin-left:1em;"> | ||
+ | The scripting language is '''simple yet powerful''' - basic [[Filter|filters]] can be combined to create useful and unique effects. It is easy to [[Script_examples|create a quick script]] to solve some video problem. It can do '''much more''' than that, though: to get an idea, take a quick glance at all the [[External_filters|third-party plugins]] available, or [http://forum.doom9.org/forumdisplay.php?s=&forumid=33 browse the doom9 forum] to see what Avisynth users are getting up to lately! | ||
</p> | </p> | ||
− | |||
AviSynth is '''free open-source software''', under the [http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License GPLv2]; see [[Avisynth_wiki:Copyrights|Copyrights]]. | AviSynth is '''free open-source software''', under the [http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License GPLv2]; see [[Avisynth_wiki:Copyrights|Copyrights]]. | ||
</div></div></div></div> | </div></div></div></div> | ||
Line 32: | Line 34: | ||
=== {{ReverseHeading3|New to AviSynth - Start Here}} === __NOEDITSECTION__ | === {{ReverseHeading3|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 | + | * '''[[Getting started]]''' - An introductory guide. |
− | * '''[[Grammar]]''' - | + | * '''[[Grammar]]''' - An introduction to the AviSynth scripting language. |
− | + | ||
* [[Filter introduction]] - An introductory guide to most common AviSynth [[Filter|filters]]. | * [[Filter introduction]] - An introductory guide to most common AviSynth [[Filter|filters]]. | ||
− | + | * '''[[Script examples]]''' - Putting everything together in the real world. | |
+ | * [[AviSynth FAQ]] - Answers to many common problems. | ||
+ | * [[More_about_AviSynth|More information]] ''(How does it work? When is it useful? Why no GUI? What applications work well with AviSynth?)'' | ||
* Some guides explaining the basic possibilities of AviSynth: | * Some guides explaining the basic possibilities of AviSynth: | ||
** [http://www.doom9.org/capture/postprocessing_avisynth.html Analog Capture guide]. The AviSynth part of the capture guide is about what filters can be used to enhance the quality of the capture. It discusses things like deinterlacing, denoising, cropping and resizing and color adjustment. Which makes it really useful to learn about some of the capabilities of AviSynth in a schematic way. | ** [http://www.doom9.org/capture/postprocessing_avisynth.html Analog Capture guide]. The AviSynth part of the capture guide is about what filters can be used to enhance the quality of the capture. It discusses things like deinterlacing, denoising, cropping and resizing and color adjustment. Which makes it really useful to learn about some of the capabilities of AviSynth in a schematic way. | ||
Line 43: | Line 46: | ||
** [http://www.animemusicvideos.org/guides/avtech/avisyntha.html Introduction AviSynth from AnimeMusicVideos.org]. A basic guide about deinterlacing, resizing and some other basic stuff. | ** [http://www.animemusicvideos.org/guides/avtech/avisyntha.html Introduction AviSynth from AnimeMusicVideos.org]. A basic guide about deinterlacing, resizing and some other basic stuff. | ||
** [http://www.animemusicvideos.org/guides/avtech/avspostqual.html Introduction basic AviSynth filters from AnimeMusicVideos.org]. A basic guide about smoothers, rainbow removal, sharpeners, color adjustment and some other basic stuff. | ** [http://www.animemusicvideos.org/guides/avtech/avspostqual.html Introduction basic AviSynth filters from AnimeMusicVideos.org]. A basic guide about smoothers, rainbow removal, sharpeners, color adjustment and some other basic stuff. | ||
− | |||
− | |||
− | |||
|style="vertical-align: top; width:40%; padding-top: 1em;" | | |style="vertical-align: top; width:40%; padding-top: 1em;" | | ||
Line 69: | Line 69: | ||
|- | |- | ||
|style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | |style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | ||
− | === {{ReverseHeading3| | + | === {{ReverseHeading3|Script Syntax}} === __NOEDITSECTION__ |
− | * [[AviSynth | + | ''The official reference documentation.'' |
− | * [[ | + | * [[AviSynth Syntax|AviSynth Syntax overview]] |
− | * [[ | + | * [[Script variables]] - How to declare and use them in scripts. |
− | * [[ | + | * [[Operators]] - Available operators and relative precedence. |
− | * [[ | + | * [[Internal functions]] - General purpose functions for math, logic etc. |
− | * [[ | + | * [[Clip properties]] - Properties such as Width, Height, Framerate etc. |
− | + | * [[Control structures]] - Language constructs for script flow control. | |
+ | * [[User defined script functions]] - How to define and use them in scripts. | ||
+ | * [[Plugins]] - How to load plugins (AviSynth, VirtualDub, VFAPI and C-plugins), autoloading and name-precedence. | ||
+ | * [[Runtime environment]] - Scripting on a per clip frame basis. | ||
{| | {| | ||
Line 89: | Line 92: | ||
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | | ||
=== {{ReverseHeading3|Filters and Utilities}} === __NOEDITSECTION__ | === {{ReverseHeading3|Filters and Utilities}} === __NOEDITSECTION__ | ||
− | |||
* '''[[Internal filters]]''' - Included media [[Filter|filters]], organized by category. | * '''[[Internal filters]]''' - Included media [[Filter|filters]], organized by category. | ||
* '''[[External filters]]''' - Hundreds of separately downloadable filters, organized by category. | * '''[[External filters]]''' - Hundreds of separately downloadable filters, organized by category. | ||
Line 108: | Line 110: | ||
|- | |- | ||
|style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | |style="vertical-align:top; width:60%; padding-right:2em; padding-top: 1em;" | | ||
− | === {{ReverseHeading3| | + | === {{ReverseHeading3|Guides and Advanced topics}} === __NOEDITSECTION__ |
− | + | * [[Guides]] - Tips on specific conversion types and common tasks. | |
− | * [[ | + | * [[Troubleshooting]] your scripts and configuration. |
− | + | * [[Advanced Scripting Tips]] - Using recursion, weaving 3 clips, and other programming tips. | |
− | * [[ | + | * [[Advanced topics]] - Chroma Upsampling Error, color conversions, hybrid video, motion compensation, and other advanced subjects. |
− | + | * [[Aspect ratios|Aspect ratios explained]] - Introduction to aspect ratios (DAR, PAR, SAR), and how to use that for resizing your clip. | |
− | * [[ | + | * [[High_bit-depth_Support_with_Avisynth|High bit-depth (Deep Color) support with AviSynth]] |
− | + | ||
− | * [[ | + | |
− | * [[ | + | |
|style="vertical-align:top; width:40%; padding-top: 1em;" | | |style="vertical-align:top; width:40%; padding-top: 1em;" | |
Revision as of 05:44, 9 October 2015
AviSynth FAQ | Internal filters | External filters | AviSynth Syntax | Sourceforge | Doom9 Forum
What is AviSynth?
- It's a powerful tool for video post-production.
- It's a frameserver, providing instant transfer to other video applications without the need for temporary files.
- It's a script system for non-linear editing and video filters and effects.
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." (in the words of its inventor, Ben Rudiak-Gould).
AviSynth itself does not provide a graphical user interface (GUI). While scripting may at first seem tedious and unintuitive, it 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. You have complete control of everything.
The scripting language is simple yet powerful - basic filters can be combined to create useful and unique effects. It is easy to create a quick script to solve some video problem. It can do much more than that, though: to get an idea, take a quick glance at all the third-party plugins available, or browse the doom9 forum to see what Avisynth users are getting up to lately!
AviSynth is free open-source software, under the GNU General Public License GPLv2; see Copyrights.
New to AviSynth - Start Here
|
Download AviSynth
| ||||
Script SyntaxThe official reference documentation.
|
Filters and Utilities
| ||||
Guides and Advanced topics
|
Coders
| ||||
Scripting ReferenceBeyond scripting basics.
|
| ||||
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). | ||||