Skip to main content
May 10, 2012
Answered

Premiere CS6 parameters and declarations

  • May 10, 2012
  • 1 reply
  • 1243 views

Hello.

I'm writing a plugin for Adobe Premiere CS6. I have a couple of questions about parameters (ANIM_ParamAtom).

I know how to add:

     - sliders (ANIM_DT_LONG,ANIM_UI_SLIDER),

     - color parameters (ANIM_DT_COLOR_RGB, ANIM_UI_COLOR_RGB),

     - checkboxes (13, 8 - i really don't why it's 13 and 8... can anyone help me with that?)

Can anyone tell me how to add Point parameter (onscreen controls), PopUp Menu or a group? I read the documentation placed in SDK but I found nothing so far.

Thanks in advanced! Dave

This topic has been closed for replies.
Correct answer Zac Lam

Hi Dave,

We strongly recommend you use the After Effects API to develop video effects for Premiere Pro.  Have you checked out the After Effects SDK?  Or are there any reasons why the Premiere filter API might be a better fit?

Regards,

Zac

1 reply

Zac LamCorrect answer
Inspiring
May 10, 2012

Hi Dave,

We strongly recommend you use the After Effects API to develop video effects for Premiere Pro.  Have you checked out the After Effects SDK?  Or are there any reasons why the Premiere filter API might be a better fit?

Regards,

Zac

May 11, 2012

Thank you for your answer Zac. This is a little weird for me that I have to use After Effects SDK to create a plugin fo Premiere But I'll try that!