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

Question about API Hosting

New Here ,
Aug 04, 2024 Aug 04, 2024

Copy link to clipboard

Copied

Hi everyone,

 

I'm new to the Adobe ecosystem and I'm looking to develop code for video stabilization. I have a few questions:

  1. Does Adobe offer a cloud-based solution or API to interact with Premiere Pro? Or is it necessary to install the software locally?
  2. Is it feasible to stabilize video programmatically? I'm hoping to create an API that takes an input video and stabilization parameters, then returns a stabilized output video.

 

Any insights or advice would be greatly appreciated!

TOPICS
SDK

Views

94

Translate

Translate

Report

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

Adobe Employee , Aug 05, 2024 Aug 05, 2024

1. PPro's APIs are 100% local, not cloud-based.

2. It's pretty tough. Our own stabilizer "cheats"; it uses one set of (C++ video effect) APIs to get the pixel data from the source media, and another set (usually reserved for PPro ExtendScript) to manipulate the parameter streams related to the track item, representing the video. 

Votes

Translate

Translate
Adobe Employee ,
Aug 05, 2024 Aug 05, 2024

Copy link to clipboard

Copied

LATEST

1. PPro's APIs are 100% local, not cloud-based.

2. It's pretty tough. Our own stabilizer "cheats"; it uses one set of (C++ video effect) APIs to get the pixel data from the source media, and another set (usually reserved for PPro ExtendScript) to manipulate the parameter streams related to the track item, representing the video. 

Votes

Translate

Translate

Report

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