Help us keep the list up to date and submit new video software here.
Tool
Description
Type
Rating
Reviews
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. Make scripts with AvsPMod, it is a text editor for AviSynth.
Free software
OS:
File size: 6MB
Beta version
Other versions
Old versions
Version history
OS:
File size: 6MB
Beta version
Other versions
Old versions
Version history
Latest version
Download
Download Avisynth 2.6.0 6MB Win
Download Beta and other versions
Download old versions
Software License
Supported operating systems
More information and other downloads
Download all Avisynth 2.6.1 Alpha builds here.
Download Avisynth+ here.
Download Avisynth 2.6 MT here.
Download Avisynth 2.5.8 x64 MT here.
Download Avisynth+ here.
Download Avisynth 2.6 MT here.
Download Avisynth 2.5.8 x64 MT here.
Version history / Release notes / Changelog / What's New
Interim Avisynth 2.6.1 alpha release.
=====================================
This release is intended to be near feature identical to 2.6.0
There are currently 3 build versions, all should be bug identical.
These versions do not include the local help files so as to speed
the fast swapping between versions by over installing the required
version. The 2.6.0 local help is still current.
The alpha installers do not provide installation of runtime components.
The user must download the relevant packages from Microsoft and install
them.
All versions now ship with DevIL 1.7.8, which needs VC 2K5 runtimes.
DevIL.dll is now delay loaded, so Avisynth.dll can be used without
it, in which case ImageReader/Writer would support only ebmp mode.
AviSynth_20160517_VC6.exe
Uses the systems MSVCRT.dll only.
There is no longer any dependance on msvcp60.dll
Requires a processor supporting MMX instruction set.
AviSynth_20160517_VC2005Exp.exe
Needs the VC 2K5 runtimes.
Requires a processor supporting MMX instruction set.
AviSynth_20160517_VC2008Exp SSE2.exe
Needs the VC 2K8 runtimes.
Requires a processor supporting SSE2 instruction set.
Users encountering problems should compare the behaviour of each version
and also the official 2.6.0 version. Different behaviour between 2.6.0 and
2.6.1VC6 are likely to be coding errors. Different behaviour between the
VC6 and 2K5 or 2K8 version are probably caused be incompatibilities in the
development environments.
During development most incompatibilities have shown up in the error
reporting and the error handling. The VC 2015 Community build environment
version currently fails the acceptance tests and has been withdrawn from
this release.
As you make mistakes writing your Avisynth scripts please ensure the error
messages are appropriate and the line number and column counter are consistant.
Erroneous scripts that cause inconsistant error reporting gratefully accepted.
BRIEF CHANGE LOG
================
ENVIRONMENT CHANGES and UPDATES
Update to SoundTouch 1.9.0(Wilbert+IanB).
Update to DevIL 1.7.8
TCPDeliver update to zlib 1.2.8 and lzo-2.09.
TCPDeliver complete Klaus's last work for 2.6 API.
Updated 2.6.1 VC6 build scripts.
Initial 2.6.1 VC2005 build scripts.
DirectShowSource add BaseClasses project to Avisynth solution.
MSVC 2008 Express project and solution files.
Experiment with 2K8 SSE2 build.
CODE CHANGES
Add offset parameter to conditional functions(Wilbert).
Replace convert_a.asm for yuy2 to rgb.
Redo SEH exception handling code.
VirtualQuery/GetModuleFileName + Trap on Invoke(SEt).
Use LoadLibraryEx/LOAD_WITH_ALTERED_SEARCH_PATH for plugins.
Use GetVarDef() extensivly.
Handle exceptions from DevIL.dll now being delay loaded.
Explicitly catch stray std::bad_alloc and report.
BUGFIXES
Supereq gain arguments can only be int, enforce it.
Fix handle leak with "Exists"(SEt)
Fix VDub plugin race on cleanup
Fix TCPDeliver crash with bad hostnames.
Fix ShowSMPTE non-integer fps message not being thrown (raffriff42).
Fix avisynth_c plane=0. Default params are not allowed in plain C.
Fix MergeLuma allow any Planar test(Wilbert).
Remove redundant self class spec from definition(Wilbert).
ENHANCMENTS
Evaluate Invert arguments once in Constructor not every GetFrame, Doh!
Move matrix decision into Convert constructor, overcome exceed cacheline.
BUILD CHANGES
Remove msvcP*.dll dependances.
Add AsFloatF(), compiler sugar!
Move to /W4 compiler warnings.
isolate void BitBlt(...) & long GetGPUFlags() functions.
Add VDCall as __cdecl to VDub api calls
Add __cdecl declaration to all api calls(SEt).
Code cleanup(SEt).
Improve precompiled header usage.
Use #pragma comment to control link options.
Turn off RuntimeTypeInfo for the rest of the solution.
Patch BaseClasses to avoid ATL/MFC dependance.
Add build environment tags to various filenames and values.
Amend template AVS_BUILD strings.
Link with nothrownew.obj
Remove writable system32avisynth.dll dependency.
Dodge 2005-2015 compiler bug with nested try/catch
Fix missing advapi32.lib for debug builds.
=====================================
This release is intended to be near feature identical to 2.6.0
There are currently 3 build versions, all should be bug identical.
These versions do not include the local help files so as to speed
the fast swapping between versions by over installing the required
version. The 2.6.0 local help is still current.
The alpha installers do not provide installation of runtime components.
The user must download the relevant packages from Microsoft and install
them.
All versions now ship with DevIL 1.7.8, which needs VC 2K5 runtimes.
DevIL.dll is now delay loaded, so Avisynth.dll can be used without
it, in which case ImageReader/Writer would support only ebmp mode.
AviSynth_20160517_VC6.exe
Uses the systems MSVCRT.dll only.
There is no longer any dependance on msvcp60.dll
Requires a processor supporting MMX instruction set.
AviSynth_20160517_VC2005Exp.exe
Needs the VC 2K5 runtimes.
Requires a processor supporting MMX instruction set.
AviSynth_20160517_VC2008Exp SSE2.exe
Needs the VC 2K8 runtimes.
Requires a processor supporting SSE2 instruction set.
Users encountering problems should compare the behaviour of each version
and also the official 2.6.0 version. Different behaviour between 2.6.0 and
2.6.1VC6 are likely to be coding errors. Different behaviour between the
VC6 and 2K5 or 2K8 version are probably caused be incompatibilities in the
development environments.
During development most incompatibilities have shown up in the error
reporting and the error handling. The VC 2015 Community build environment
version currently fails the acceptance tests and has been withdrawn from
this release.
As you make mistakes writing your Avisynth scripts please ensure the error
messages are appropriate and the line number and column counter are consistant.
Erroneous scripts that cause inconsistant error reporting gratefully accepted.
BRIEF CHANGE LOG
================
ENVIRONMENT CHANGES and UPDATES
Update to SoundTouch 1.9.0(Wilbert+IanB).
Update to DevIL 1.7.8
TCPDeliver update to zlib 1.2.8 and lzo-2.09.
TCPDeliver complete Klaus's last work for 2.6 API.
Updated 2.6.1 VC6 build scripts.
Initial 2.6.1 VC2005 build scripts.
DirectShowSource add BaseClasses project to Avisynth solution.
MSVC 2008 Express project and solution files.
Experiment with 2K8 SSE2 build.
CODE CHANGES
Add offset parameter to conditional functions(Wilbert).
Replace convert_a.asm for yuy2 to rgb.
Redo SEH exception handling code.
VirtualQuery/GetModuleFileName + Trap on Invoke(SEt).
Use LoadLibraryEx/LOAD_WITH_ALTERED_SEARCH_PATH for plugins.
Use GetVarDef() extensivly.
Handle exceptions from DevIL.dll now being delay loaded.
Explicitly catch stray std::bad_alloc and report.
BUGFIXES
Supereq gain arguments can only be int, enforce it.
Fix handle leak with "Exists"(SEt)
Fix VDub plugin race on cleanup
Fix TCPDeliver crash with bad hostnames.
Fix ShowSMPTE non-integer fps message not being thrown (raffriff42).
Fix avisynth_c plane=0. Default params are not allowed in plain C.
Fix MergeLuma allow any Planar test(Wilbert).
Remove redundant self class spec from definition(Wilbert).
ENHANCMENTS
Evaluate Invert arguments once in Constructor not every GetFrame, Doh!
Move matrix decision into Convert constructor, overcome exceed cacheline.
BUILD CHANGES
Remove msvcP*.dll dependances.
Add AsFloatF(), compiler sugar!
Move to /W4 compiler warnings.
isolate void BitBlt(...) & long GetGPUFlags() functions.
Add VDCall as __cdecl to VDub api calls
Add __cdecl declaration to all api calls(SEt).
Code cleanup(SEt).
Improve precompiled header usage.
Use #pragma comment to control link options.
Turn off RuntimeTypeInfo for the rest of the solution.
Patch BaseClasses to avoid ATL/MFC dependance.
Add build environment tags to various filenames and values.
Amend template AVS_BUILD strings.
Link with nothrownew.obj
Remove writable system32avisynth.dll dependency.
Dodge 2005-2015 compiler bug with nested try/catch
Fix missing advapi32.lib for debug builds.
View full changelog
Sections/Browse similar tools
Alternative to Avisynth
AviSynth+
VapourSynth
Guides and How to's
AVSEdit - AviSynth for the scripting impaired
- ReadHow to create smooth 'slo-mo' video using free software
- ReadHow to Encode Womble Mpeg Video Wizard projects with HCenc
- ReadRemove an opaque logo using Xlogo in Avisynth
- ReadUsing a frameserver between Premiere and TMPGEnc
- ReadUsing avsFilmCutter's Script Editor
- ReadUsing avsFilmCutter's Video Editor
- ReadAvisynth video tutorials
View all guides with guide description here
Notify me when software updated or report software
23 reviews, Showing 1 to 5 reviews |
Another vote here for AvsPmod... it's a really useful tool to use with Avisynth scripts.
I not sure those folk who criticise Avisynth for its lack of GUI really get the point. AviSynth a collection of very powerful tools which have been written - for the most part - by technical people, who are not primarily concerned with the presentation of how to use those tools.
If you prefer to edit your video using a nice comprehensive GUI, there are plenty of alternatives out there...I don't think those involved with AviSynth development are really interested in that world though...
I not sure those folk who criticise Avisynth for its lack of GUI really get the point. AviSynth a collection of very powerful tools which have been written - for the most part - by technical people, who are not primarily concerned with the presentation of how to use those tools.
If you prefer to edit your video using a nice comprehensive GUI, there are plenty of alternatives out there...I don't think those involved with AviSynth development are really interested in that world though...
Review by pippas on
Aug 27, 2015 Version: 2.60
OS: Windows 7 Ease of use: 5/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10
@ post#21
AvsPmod is sort of a GUI to Avisynth
AvsPmod is sort of a GUI to Avisynth
Review by videobruger on
Aug 27, 2015 Version: 2.6.0
OS: Vista Ease of use: 9/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10
I honestly don't know why would anyone make a script engine without a gui. Just imagine how awesome it would be to use this powerful tool with toolbars, and menus, and long list of options! You know, all those things other programs have! And instead one has to browse a craptonne of tutorials to get the simplest things right.
Not liking it, but maybe someone will make it useful one day.
Not liking it, but maybe someone will make it useful one day.
Review by andrewmyles on
Aug 27, 2015 Version: 2.6
OS: Windows 8 64-bit Ease of use: 1/10
Functionality: 10/10
Value for money: 10/10
Overall: 1/10
Tiny < 5MB and the most powerful on the planet.
It offers much more features than any professional software of 3+ GB can offer.
Ease of Use scored to 3 coz not newbie friendly, Newbie need a nice learning-ride to AVISynth Scripting Language. Best combo for Newbies might be VD or VDMod (sadly frozen project) plus MPC.
Overall scored to 10 because of unique features for absolutely FREE.
Sincere Bunch of THANKS to those who are devoted in the Developments.
Keep The GooD show RuNNinG.
:)
It offers much more features than any professional software of 3+ GB can offer.
Ease of Use scored to 3 coz not newbie friendly, Newbie need a nice learning-ride to AVISynth Scripting Language. Best combo for Newbies might be VD or VDMod (sadly frozen project) plus MPC.
Overall scored to 10 because of unique features for absolutely FREE.
Sincere Bunch of THANKS to those who are devoted in the Developments.
Keep The GooD show RuNNinG.
:)
Review by Bonie81 on
May 26, 2011 Version: 2.6.0 Alpha 3
OS: Other Ease of use: 3/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10
This is the ONLY free non linear video editor that you'll EVER need. Nothing else compares to Avisynth simply for the fact that there are hundreds of third party filters that will suit your need. It can do anything you want, provided that you have the approriate plugins annd filters, from denoising to deinterlacing and etc. What sets Avisynth apart from other softwares is that it is completely script base; this makes the learning curve much more difficult compared to other video editors. If you are not satisfied with the repertoir of filters available to you, you can even create your own via the scripting language or by plugins. I gave the ease of use a 5 because of the learning curve and the fact that you have to spend extensive amount of time searching and testing external filters that you'll like.
Review by Dreadkillz on
Jun 1, 2010 Version: 2.58
OS: Windows 7 Ease of use: 5/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10
23 reviews, Showing 1 to 5 reviews |
1 tool hits, Showing 1 to 1 tools |
Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
= Windows version available.
= Mac OS version available.
= Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)
Rating
Rating from 0-10.
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
= Windows version available.
= Mac OS version available.
= Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)
Rating
Rating from 0-10.
Browse software by sections
All In One Blu-ray Converters (9)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (11)
Audio Editors (21)
Audio Encoders (81)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (12)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (11)
Audio Editors (21)
Audio Encoders (81)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (12)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
Codec, Video Identifiers (30)
Codecs (67)
Decrypters (DVD Rippers) (15)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (38)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (15)
Linux Video Tools (187)
MacOS Video Tools (227)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (22)
Other Useful Tools (140)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (27)
Screenshots , Thumbnails (13)
Codecs (67)
Decrypters (DVD Rippers) (15)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (38)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (15)
Linux Video Tools (187)
MacOS Video Tools (227)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (22)
Other Useful Tools (140)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (27)
Screenshots , Thumbnails (13)
Subtitle Editors, Converters (70)
Tag Editors (3)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (34)
Video Editors (Basic) (53)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (154)
Video Frameservers (9)
Video Players (47)
Video Repair, Fix (25)
Video Scripting (11)
Video Streaming (21)
Video Streaming Downloaders (101)
Tag Editors (3)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (34)
Video Editors (Basic) (53)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (154)
Video Frameservers (9)
Video Players (47)
Video Repair, Fix (25)
Video Scripting (11)
Video Streaming (21)
Video Streaming Downloaders (101)