New Premiere/AE Avisynth plugin, need testers

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Valion
Joined: Wed Aug 29, 2001 1:57 pm
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Valion » Wed Jan 21, 2009 2:44 pm

Brad, do you have any versions of Adobe stuff other than CS4 installed? When you run the installer, what directory does it say it installed the plugin to?

Also, I think I was wrong about being able to recreate the problem. I was just loading AE to check if I saw "Avisynth file (*.avs)" in the list of importable file types, but AE calls it the name of the file, so it was just further down the list under "Premiere CS AVS Importer (*.avs)". In any case, I can't figure out a way to make it fail now.

User avatar
Brad
Joined: Wed Dec 20, 2000 9:32 am
Location: Chicago, IL
Contact:
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Brad » Wed Jan 21, 2009 7:09 pm

It's installing into Program Files\Adobe\Common\Plug-ins\CS4\MediaCore

And no, I only have CS4 installed.

When the installer comes up, it doesn't ask anything about where the actual plug-in should go. The only location field I'm seeing is for the Program Files\Premiere CS AVS Importer. Either way I double-checked to see if the actual plug-in was present and it is indeed.

I also just tried copying the plug-in to both Premiere and AE's separate plug-in folders and no luck :\
Image
Ask Brad an After Effects Question! - Forum - Site

User avatar
Valion
Joined: Wed Aug 29, 2001 1:57 pm
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Valion » Wed Jan 21, 2009 10:42 pm

Here's a couple more things to try...

After adding any plugins, hold down shift while loading Premiere. It will force it to clear the plugin cache and load everything from scratch.

http://valion.net/csavs/Development/CSAVSRC1Debug.prm is a debug version which should throw up 4 message boxes when the plugin is initially loaded. One for imInit, one for imGetSupports8, and 2 for imGetIndFormat. Put it in Mediacore and load Premiere like normal. If no message boxes come up, Premiere isn't even trying to load the plugin for some reason.

http://valion.net/csavs/Development/ImporterSDK.prm is the basic importer from Adobe's sample code. Throw it in Mediacore, load Premiere, and see if the option to import .sdk files shows up under the import menu. It should show up as 'SDK Importer Format'. If that doesn't load, then it seems like something is preventing any importers from being loaded.

User avatar
Brad
Joined: Wed Dec 20, 2000 9:32 am
Location: Chicago, IL
Contact:
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Brad » Wed Jan 21, 2009 11:22 pm

Neither plug-in does anything. I know I'm copying to the right folder, unless for some reason they should be in their own sub-folder in MediaCore. I have the Trapcode plug-ins installed in MediaCore and they load just fine.. I'm at a loss. :\
Image
Ask Brad an After Effects Question! - Forum - Site

User avatar
Valion
Joined: Wed Aug 29, 2001 1:57 pm
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Valion » Thu Jan 22, 2009 12:53 am

Nah, you shouldn't need to make subfolders.

Take a look at C:\Documents and Settings\<yourusername>\Application Data\Adobe\Premiere Pro\4.0\Plugin Loading.log

The Mediacore ones should be at the end of the file. Check to see if it says something like 'The library could not be loaded.'

What OS/processor, btw?

User avatar
Brad
Joined: Wed Dec 20, 2000 9:32 am
Location: Chicago, IL
Contact:
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Brad » Thu Jan 22, 2009 1:05 am

Loading E:\Program Files\Adobe\Common\Plug-ins\CS4\MediaCore\ImporterSDK.prm
There was an error loading E:\Program Files\Adobe\Common\Plug-ins\CS4\MediaCore\ImporterSDK.prm from the plugin cache
The registry key will be deleted and the plugin will be loaded from disk.
Loading from disk...
The library could not be loaded.

Loading E:\Program Files\Adobe\Common\Plug-ins\CS4\MediaCore\Premiere CS AVS Importer.prm
There was an error loading E:\Program Files\Adobe\Common\Plug-ins\CS4\MediaCore\Premiere CS AVS Importer.prm from the plugin cache
The registry key will be deleted and the plugin will be loaded from disk.
Loading from disk...
The library could not be loaded.
Is there any dependency on the drive letter? Because my boot drive letter is E:
Image
Ask Brad an After Effects Question! - Forum - Site

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Pwolf » Thu Jan 22, 2009 1:32 am

E? why did you do that? O.o

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Zarxrax » Thu Jan 22, 2009 11:02 am

I have my boot drive letter (and program files) set up as D, and it worked for me, at least in after effects.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Zarxrax » Thu Jan 22, 2009 11:12 am

Someone on doom9 has reported that CS3 crashes with this plugin: http://forum.doom9.org/showthread.php?t=144371

User avatar
Valion
Joined: Wed Aug 29, 2001 1:57 pm
Org Profile

Re: New Premiere/AE Avisynth plugin, need testers

Post by Valion » Thu Jan 22, 2009 11:53 am

Drive letter shouldn't matter. The directory that the plugin gets copied to by the installer is determined by an entry in the registry set by Adobe. I need to add something to explicitly tell people to copy the file to other plugin directories if they have multiple installations.

"The library could not be loaded" is the same error I get if I just make a file full of garbage and stick a .prm extension on it, so it's like it has some fundamental problem with even accessing the file.

I'm going to try loading a copy of CS4 on a third computer (regular XP) and see if I have any luck.

Locked

Return to “AviSynth Help”