Premiere AVISynth Plugin v1.95
This is an update of the Premiere Avisynth Import Plugin originally written by Ben Rudiak-Gould. It allows Adobe's Premiere video editing package to read Avisynth AVS scripts. It is compatible with all versions of Premiere Pro (now Premiere CS), legacy versions of Premiere (5.x and higher) and Avisynth 2.x. For more details on avisynth, please see http://www.avisynth.org.
The homepage for the plugin is http://videoeditorskit.sourceforge.net, kindly hosted by Sourceforge. Check the webpage for new releases and full source.
This plugin is licensed under the GNU General Public License and may be modified and redistributed under the terms of that license. Please see the enclosed file COPYING.txt.
Usage
The plugin allows .avs files to be imported to Premiere as regular footage.
The GUI allows:
- Selecting a video resize algorithm to be used by Premiere
- Switching off audio conforming (Premiere CS4 only)
- Setting the maximum memory used by avisynth (advanced users only)
Change log
Version 1.95 (16/02/09):
- Support for CS4
- Support for multi-channel audio (5.1 etc.)
Version 1.9 (28/01/07):
- Access avisynth functionality through avisynth.h rather than through AVIFile
- Use avisynth built-ins for resizing / conversion rather than Virtualdub functions
- Full alpha channel support
- Project Protection - if you load a project with a broken AVS file, the project will stay intact and the missing or damaged file will be replaced by a blank in the timeline.
- Improved installer with support for Premiere 5.x/6.x and Premiere Pro simultaneously
Version 1.5:
- Resize algorithms ported from Avery Lee's Virtualdub. Resizing options include Nearest Neighbour, Bilinear, Bicubic (0.75) and Lanczos3 algorithms (Tom Ford)
- External GUI to choose resize algorithm and control Avisynth's SetMemoryMax() value (AbsoluteDestiny)
- Improved NSIS2 installer (AbsoluteDestiny)
- Fixed 24-bit detection producing black screen on some machines (Tom Ford)
- Fixed PPro crash-on-exit (Tom Ford)
Version 1.2:
- Premiere Pro compatibility fix by Anime2Envy -at- insight.rr.com
- Misc 24 bit fixes
Version 1.1b:
- Faster fixed point nearest neighbour resize (60% faster than previous all integer one)
Version 1.1:
- Improved Premiere 5.x Support
- Fixed RGB32 support
- Compiled with VC6 for extra compatibility
- Various plugin code tidying and colourspace efficiency
Version 1.0b:
- Fixed high saturation colour error bug.
- Fixed Blank Screen bug.
- Fixed no-thumbnail bug.
- Code optimised and fixed for compiling with VC7
History
The import plugin was original written by Ben Rudiak-Gould, original author of avisynth. After Ben's disappearance from the 'net the plugin remained unmaintained for some time and suffered from several bugs.
AbsoluteDestiny (Ian Roberts) initiated a project to fix these bugs and to bring the plugin up to date. A Sourceforge project was setup to coordinate efforts.
Acknowledgements
- Ben Rudiak-Gould - original plugin version
- Ian Roberts (AbsoluteDestiny) [ian@absolutedestiny.org] - plugin improvement project lead
- Tom Ford [tom.ford@compsoc.net] - programming lead
Other thanks
- Anime2Envy, trythil, Turboneko Studios, turboronin, ErMaC, Valion (useful reference source code), Paul Roberts
- Avery Lee - Virtualdub resize algorithms
Tom Ford [tom.ford@compsoc.net] and Ian Roberts [ian@absolutedestiny.org] - 16th Feb 2009