Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Plugin for running a program from a button/menu in Premiere SDK?

Community Beginner ,
Nov 06, 2015 Nov 06, 2015

I would like to create a Premiere plugin to do somthing like launching an external application when the users performs some action (clicking a button/menu object/etc).

I have taken a look but none of the plugin types seem to cover what I need.

The hardware integration plugins seem out of the question because, you know, hardware.

Transitions, video filters and GPU Effects seem to be just for image edition.

Is it possible to do this?

What would be the best way to achieve this? A Device Controller, perhaps?

Best regards.

TOPICS
SDK
776
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Nov 10, 2015 Nov 10, 2015

You've just described the workflow used by dozens of HTML5-based PPro panels! Panels offer a view into our data store (however you want to skin it; directory tree, your search application, whatever).

Here's the sample panel:

Samples/PProPanel at master · Adobe-CEP/Samples · GitHub

Here's how to set up a panel dev environment:

Samples/ReadMe.md at master · bbb999/Samples · GitHub

Translate
Community Beginner ,
Nov 10, 2015 Nov 10, 2015

What do you want those external apps to do, in response to that user action?

Tell me more about the workflow(s) you'd like to support (here, or directly—b b b at adobe dot com), and we can give better guidance.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 10, 2015 Nov 10, 2015

Hello,

The external app was just an example. I want some code to execute in response to some UI action, ideally a custom button or menu entry.

The workflow we want to achiveve right now is something like this:

When the user clicks in our custom UI element, a dialog is opened, allowing the user to search contents in our MAM, so he can drag videos to the bin or the Timeline.

We already have a search application, so running it seems to be the simplest way.

Is this possible at all?

Thank you very much for your reply.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 10, 2015 Nov 10, 2015

You've just described the workflow used by dozens of HTML5-based PPro panels! Panels offer a view into our data store (however you want to skin it; directory tree, your search application, whatever).

Here's the sample panel:

Samples/PProPanel at master · Adobe-CEP/Samples · GitHub

Here's how to set up a panel dev environment:

Samples/ReadMe.md at master · bbb999/Samples · GitHub

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 13, 2015 Nov 13, 2015

Thank you very much, brooce.

Is it possible to run native code from an HTML5 panel?

Seems dubious, and that is what I really want.

Best regards.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 13, 2015 Nov 13, 2015

Define 'native'...?

A panel can send OS command lines:

https://medium.com/@HallgrimurTh/the-other-api-23357c99c774

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 16, 2015 Nov 16, 2015
LATEST

Thank you very much, bbb_999. That's exactly what I needed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines