Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 18th January 2009, 00:12   #1  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,354
New Premiere/AE Avisynth plugin

Just wanted to know that Valion is working on a new Premiere/AE Avisynth import plugin:

http://www.animemusicvideos.org/foru...synth#p1209148 (source is also there somewhere)
Wilbert is offline   Reply With Quote
Old 18th January 2009, 02:57   #2  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,958
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
__________________
These are all my personal statements, not those of my employer :)
Blue_MiSfit is offline   Reply With Quote
Old 18th January 2009, 19:00   #3  |  Link
um3k
Registered User
 
Join Date: May 2007
Posts: 220
Erm, this isn't like Debugmode Frameserver. This is like the AVS import filter. Unless I misunderstand?
um3k is offline   Reply With Quote
Old 19th January 2009, 02:05   #4  |  Link
Zarxrax
Registered User
 
Join Date: Dec 2001
Posts: 1,213
Yes, debugmode frameserver lets you get your video OUT of premiere. This lets you get it INto premiere
Zarxrax is offline   Reply With Quote
Old 19th January 2009, 02:59   #5  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,958
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
__________________
These are all my personal statements, not those of my employer :)
Blue_MiSfit is offline   Reply With Quote
Old 19th January 2009, 04:01   #6  |  Link
um3k
Registered User
 
Join Date: May 2007
Posts: 220
No, it doesn't.
um3k is offline   Reply With Quote
Old 19th January 2009, 14:32   #7  |  Link
jeremyofmany
Registered User
 
Join Date: Jul 2006
Posts: 27
I've used this plugin successfully to import AVS files directly into APPCS4.

Cheers.
jeremyofmany is offline   Reply With Quote
Old 20th January 2009, 15:55   #8  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
no luck with premiere cs3.
__________________
certain other member
smok3 is offline   Reply With Quote
Old 20th January 2009, 17:28   #9  |  Link
um3k
Registered User
 
Join Date: May 2007
Posts: 220
I think the old AVS import plugin is compatible with CS3.
um3k is offline   Reply With Quote
Old 20th January 2009, 22:07   #10  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
um3k: any links?
__________________
certain other member
smok3 is offline   Reply With Quote
Old 20th January 2009, 22:15   #11  |  Link
um3k
Registered User
 
Join Date: May 2007
Posts: 220
http://neuron2.net/www.math.berkeley...-premiere.html
um3k is offline   Reply With Quote
Old 21st January 2009, 13:52   #12  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
tnx for link, cs3 crashes with this.
__________________
certain other member
smok3 is offline   Reply With Quote
Old 22nd January 2009, 17:48   #13  |  Link
Valion
Registered User
 
Join Date: Jan 2009
Posts: 4
Quote:
Originally Posted by smok3 View Post
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)
Valion is offline   Reply With Quote
Old 23rd January 2009, 18:08   #14  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
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)
__________________
certain other member
smok3 is offline   Reply With Quote
Old 23rd January 2009, 20:17   #15  |  Link
Valion
Registered User
 
Join Date: Jan 2009
Posts: 4
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.
Valion is offline   Reply With Quote
Old 23rd January 2009, 20:43   #16  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
i will (not before 28.1).
__________________
certain other member
smok3 is offline   Reply With Quote
Old 23rd January 2009, 20:50   #17  |  Link
tateu
Registered User
 
Join Date: Jan 2002
Location: Los Angeles, CA USA
Posts: 132
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.
tateu is offline   Reply With Quote
Old 23rd January 2009, 21:03   #18  |  Link
Valion
Registered User
 
Join Date: Jan 2009
Posts: 4
Quote:
Originally Posted by tateu View Post
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.
Valion is offline   Reply With Quote
Old 23rd January 2009, 21:25   #19  |  Link
tateu
Registered User
 
Join Date: Jan 2002
Location: Los Angeles, CA USA
Posts: 132
Quote:
Originally Posted by Valion View Post
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.
tateu is offline   Reply With Quote
Old 27th March 2009, 03:00   #20  |  Link
Jim_Pansen
Registered User
 
Join Date: Oct 2006
Posts: 21
A real working AVIsynth Import PlugIn for Adobe Premiere CS4 !!!

I've been waiting so long for it:

PremiereAVSPlugin 1.95

http://videoeditorskit.sourceforge.net/
download it here
Jim_Pansen is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 00:59.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.