Main Page
(2 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
| colspan="2"| <!-- Row 0 --> | | colspan="2"| <!-- Row 0 --> | ||
=== {{ReverseHeading3|Donations}} === __NOEDITSECTION__ | === {{ReverseHeading3|Donations}} === __NOEDITSECTION__ | ||
− | Hello everyone! I have been hosting this wiki for a long time. I have been hosting it since around 2010 (from Richard Berg). Although the | + | Hello everyone! I have been hosting this wiki for a long time. I have been hosting it since around 2010 (from Richard Berg). Although the content is maintained by several people, and I'm very grateful for their time, the hosting costs a lot of money. If you are happy with the site, please make a donation! I would be very grateful and we can keep this site alive: |
* You can donate by buying me a coffee: https://buymeacoffee.com/avisynth | * You can donate by buying me a coffee: https://buymeacoffee.com/avisynth | ||
− | * You can donate using | + | * You can donate using PayPal: https://paypal.me/avisynth/ |
=== {{ReverseHeading3|What is AviSynth?}} === __NOEDITSECTION__ | === {{ReverseHeading3|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. | ||
− | + | <p> | |
− | AviSynth itself does not provide a graphical user interface (GUI), but instead relies on a script system that allows advanced [[NLE|non-linear editing]]. While this may at first seem | + | AviSynth itself does not provide a graphical user interface (GUI), but instead relies on a script system that allows advanced [[NLE|non-linear editing]]. While this may at first seem laborious 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. |
</p> | </p> | ||
<p> | <p> | ||
Line 104: | Line 104: | ||
* '''[[External filters]]''' – Hundreds of separately downloadable filters, organized by category. | * '''[[External filters]]''' – Hundreds of separately downloadable filters, organized by category. | ||
* User pages hosted on this site: | * User pages hosted on this site: | ||
− | ** [http://www.avisynth.nl/users/warpenterprises/ AviSynth Filter Collection – Warpenterprises] | + | ** [http://www.avisynth.nl/users/warpenterprises/ AviSynth Filter Collection – Warpenterprises] 20250316: the names of the AviSynth 2.5 plugins are messed up, put 5F before 25 in the filename (thus for example avsmon25a_5F25_dll_20030125.zip instead of avsmon25a_25_dll_20030125.zip) |
** [http://www.avisynth.nl/users/fizick/fizick.html Fizick’s AviSynth plugins] | ** [http://www.avisynth.nl/users/fizick/fizick.html Fizick’s AviSynth plugins] | ||
** [http://www.avisynth.nl/users/vcmohan/ vcmohan’s Plugin Filters] | ** [http://www.avisynth.nl/users/vcmohan/ vcmohan’s Plugin Filters] |
Latest revision as of 21:37, 16 March 2025
AviSynth FAQ | Internal filters | External filters | AviSynth Syntax | Sourceforge | Doom9 Forum
DonationsHello everyone! I have been hosting this wiki for a long time. I have been hosting it since around 2010 (from Richard Berg). Although the content is maintained by several people, and I'm very grateful for their time, the hosting costs a lot of money. If you are happy with the site, please make a donation! I would be very grateful and we can keep this site alive:
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 laborious 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, and licensed under the GNU General Public License GPLv2. | |||||||
New to AviSynth – Start Here
|
Download AviSynth
| ||||||
Script SyntaxThe official reference documentation.
|
Filters and Utilities
| ||||||
Scripting referenceBeyond scripting basics
|
| ||||||
Advanced topics
|
Development
| ||||||
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). |