Skip to main content
Participant
June 12, 2017
Answered

Can we integrate Adobe premiere pro or final cut pro in a eCommerce website?

  • June 12, 2017
  • 2 replies
  • 1650 views

We are planning to build a eCommerce website for music licensing. That ecommerce website can be done either in Magento or in X-cart.

So for the same we wanted to confirm that can we integrate Adobe premiere pro or final cut pro in our website of Magento or X-cart? These tools we wanted to use for give option of video, audio editing, extracting.

So please share your thoughts and API details if any from which we can integrate any of them from Adobe premiere pro or final cut pro with Magento or X-cart.

Thanks in advance.

This topic has been closed for replies.
Correct answer e_d_

Hi,

Can you elaborate more in simple terms so that i can understand ?

Is there any API or option available with Adobe PPro or Final cut pro? So that we can use it in a website to give this functionality.

Thanks.


Hi,

yes, there is a JS (or JS-like) API for Premiere (but you can also use the C++ SDK if that's what you prefer...).

If you want to, you can use any JS framework you want to build quite sophisticated stuff.

Please have a look at the sample panel, this should get you started. Here's some documentation, and here.

In there you will find not all, but a lot of information to get you up and running with a Panel for Premiere.

What's also quite helpful is to download the aforementioned panels and have a look at their HTML/JS/JSX code, they're really simple.

And then, if you still have questions, you can always ask here.

This is only about Premiere, if you want to do a similar thing for FCP (7 or X ??), you will certainly have to use Apple's SDK for Xcode.

2 replies

Inspiring
June 12, 2017

Hi,

seems I don't get it.

So you want to build a music (as in: "we allow users to purchase and download audio files") eCommerce site.

You can pretty well build a Panel which allows users to access your site right inside of Premiere, yes (for instance, as Extreme Music did).

I don't understand so far what you mean by

ankurs79329453  schrieb


...that can we integrate Adobe premiere pro or final cut pro in our website of Magento or X-cart? These tools we wanted to use for give option of video, audio editing, extracting.

Can you please expand on that? Currently I imagine you would want to control a (invisible to the user) Premiere instance from the website frontend to perform a/v editing. What use would that be, if users can't see what they're actually doing?

CloudsMountain
Participant
June 12, 2017

Not the OP, but I am hunting for a similar answer. Using Extreme Music as an example, could you point me in a direction on how a similar add-on be accomplished? Thank you for any information you can provide.

Inspiring
June 13, 2017

Correct.

Both https://player.epidemicsound.com/#/ and https://www.extrememusic.com/​  sites are doing the same thing. Our aim is also same.

Thanks.


Hi,

this doesn't look complicated (at first glance). Extreme just does a redirect when the Panel is loaded and takes you to a special subdomain of their site. My guess is that in there they have just added one more JS call (on the site which seems to be more or less the same as the "regular" site) to a JSX function in the Panel, which will create a new bin in the project and download the selected file(s) to that. So what you have highlighted in the screenshot is absolutely feasible.

To me it seems there is a small caveat (but I don't know for sure), because I don't know if the file is being downloaded to the project directory or a generic download folder, or if a user can choose on downloading. But the Panel itself doesn't contain a lot of code, it's all rather simple.

Ann Bens
Community Expert
Community Expert
June 12, 2017

I think the answer is no.

moving to sdk.