Back to the Avisynth main page
The Avisynth Premiere import plugin allows you to open AVS scripts and VDR signpost files in Premiere 5.0 or later. Of course, most of Avisynth's filters are redundant if you're already editing with Premiere, but you may find OpenDMLSource and DirectShowSource useful. Additionally, I've heard that BilinearResize and BicubicResize produce better-quality output than Premiere's built-in resizing.
To install the import plugin, download this archive (~6K) and extract the IM-Avisynth.prm file into your Premiere "Plug-ins" directory. Once it's installed, you should be able to open an AVS or VDR file the way you would any other video file. The source code for the plugin is included in the Avisynth source code distribution on the main page.
Many people have been having problems getting this filter to work. In particular, resizing imported AVS files does not seem to work. You may be able to work around this by resizing to the final size in the AVS script instead of in Premiere.
The Avisynth Premiere export plugin makes it possible to use Premiere (5.0 or later) as a frame server similar to VirtualDub's. You can connect to the frame server from an Avisynth script with the IPCSource filter, whereupon Premiere's output becomes available as an Avisynth clip. This allows you to export from Premiere to any application which can read AVS files, such as VirtualDub or TMPGEnc.
To install the export plugin, download this archive (~6K, same as above) and extract the CM-Avisynth.prm file into your Premiere "Plug-ins" directory. The source code for the plugin is included in the Avisynth source code distribution on the main page.
To use the export plugin, follow these steps: