Skip to main content
Participant
January 2, 2019
Answered

add an additional third party service to upload to during export as a plugin

  • January 2, 2019
  • 1 reply
  • 408 views

Hi all,

We're currently trying to develop a plugin that will allow users in Adobe premier to publish/export content to our social media platform similar to how you can already do it with Vimeo/FB/YouTube etc.

Thanks

This topic has been closed for replies.
Correct answer Bruce Bullis

You can certainly create an Export Controller plug-in (using C++), which could drive PPro to export a file and then do with it what you want.

However, there is no API available to add your social media platform to the 'Publish' section of PPro's Export dialog. Export Controllers show up as an option on PPro's File --> Export menu.

A panel can also drive export, and upload files; however, panels do not appear on PPro's Window --> Extensions menu, not File --> Export.

1 reply

Ann Bens
Community Expert
Community Expert
January 2, 2019

Moved from Premiere Pro CC​ to Premiere Pro SDK

Bruce Bullis
Bruce BullisCorrect answer
Legend
January 2, 2019

You can certainly create an Export Controller plug-in (using C++), which could drive PPro to export a file and then do with it what you want.

However, there is no API available to add your social media platform to the 'Publish' section of PPro's Export dialog. Export Controllers show up as an option on PPro's File --> Export menu.

A panel can also drive export, and upload files; however, panels do not appear on PPro's Window --> Extensions menu, not File --> Export.

Participant
January 9, 2019

Thanks Bruce for your prompt response,

The information has steered us in the right direction for developing an export controller and functionality.

I just wanted to ask how social media platforms are able to have access to the publish section whereas our access will be limited to the export menu.

Thanks again for your help.

Michael