PDA

View Full Version : New Premiere/AE Avisynth plugin


Wilbert
18th January 2009, 00:12
Just wanted to know that Valion is working on a new Premiere/AE Avisynth import plugin:

http://www.animemusicvideos.org/forum/viewtopic.php?f=45&t=92453&p=1209148&hilit=avisynth#p1209148 (source is also there somewhere)

Blue_MiSfit
18th January 2009, 02:57
Sweet!

I used the old Debugmode frameserver all the time with Premiere CS3, and it's nice to have a working equivalent for CS4 x64.

~MiSfit

um3k
18th January 2009, 19:00
Erm, this isn't like Debugmode Frameserver. This is like the AVS import filter. Unless I misunderstand?

Zarxrax
19th January 2009, 02:05
Yes, debugmode frameserver lets you get your video OUT of premiere. This lets you get it INto premiere :)

Blue_MiSfit
19th January 2009, 02:59
Oh right. :P

I got my terminology mixed up. I had definitely used the AviSynth import plugin as well :)

Does debugmode work with CS4?

~MiSfit

um3k
19th January 2009, 04:01
No, it doesn't. :(

jeremyofmany
19th January 2009, 14:32
I've used this plugin successfully to import AVS files directly into APPCS4.

Cheers.

smok3
20th January 2009, 15:55
no luck with premiere cs3.

um3k
20th January 2009, 17:28
I think the old AVS import plugin is compatible with CS3.

smok3
20th January 2009, 22:07
um3k: any links?

um3k
20th January 2009, 22:15
http://neuron2.net/www.math.berkeley.edu/benrg/avisynth-premiere.html

smok3
21st January 2009, 13:52
tnx for link, cs3 crashes with this.

Valion
22nd January 2009, 17:48
tnx for link, cs3 crashes with this.


smok3, can you give me some more details about the crashing? I've tried it on the CS3 suite here and haven't seen any problems so far. (or at least any problems that are unique to CS3)

smok3
23rd January 2009, 18:08
the crash was for neurons version,

the other returns unknown filetype (as if the plugin was not recognized, i have even tried different plugin folders...)

i will try on more than one machine when i find some time (two are using production suite cs3, one is with production suite cs2)

Valion
23rd January 2009, 20:17
Could you take a look at the end of C:\Documents and Settings\mike\Application Data\Adobe\Premiere Pro\4.0\Plugin Loading.log and see what it says?

If it says something like "The library could not be loaded.", you'll be the third person to have seen that error. I still haven't been able to reproduce it here on three different computers though, which is kind of driving me insane. :)

I'll check through my compilation settings later to see if anything sticks out as odd.

smok3
23rd January 2009, 20:43
i will (not before 28.1).

tateu
23rd January 2009, 20:50
Quick testing shows it working in After Effects CS3 on Win XP x64 when the plugin is placed in "C:\Program Files (x86)\Adobe\Adobe After Effects CS3\Support Files\(Media Core plug-ins)\en_us." And, as expected, the output of the AVS script needs to be RGB24 or RGB32. If it outputs YUY2 or YV12, the file will import but shows all black.

Valion
23rd January 2009, 21:03
Quick testing shows it working in After Effects CS3 on Win XP x64 when the plugin is placed in "C:\Program Files (x86)\Adobe\Adobe After Effects CS3\Support Files\(Media Core plug-ins)\en_us." And, as expected, the output of the AVS script needs to be RGB24 or RGB32. If it outputs YUY2 or YV12, the file will import but shows all black.


I'll take a look at this. It should automatically be appending a ConvertToRGB32() to the end of scripts that aren't outputting RGB32 already. Unless Avisynth is lying to me. :)

tateu
23rd January 2009, 21:25
I'll take a look at this. It should automatically be appending a ConvertToRGB32() to the end of scripts that aren't outputting RGB32 already. Unless Avisynth is lying to me. :)
Nevermind...User error.

I did a simple script with ColorBars(720,480). It showed up as black so I figured it was because it was RGB32 and had an empty alpha channel. I thought I changed the After FX interpretation to ignore Alpha and it was still black, so I "assumed" that AviSynth was outputting YUY2 and caused the error...without actually checking what format was coming from AviSynth...and then...I actually didn't change the interpretation....

It's all good here. Sorry about that.

Jim_Pansen
27th March 2009, 03:00
I've been waiting so long for it::)

PremiereAVSPlugin 1.95

http://videoeditorskit.sourceforge.net/
download it here (http://sourceforge.net/project/showfiles.php?group_id=105017&package_id=116722&release_id=661604)