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

Create Project Programatically?

New Here ,
Nov 28, 2020 Nov 28, 2020

Copy link to clipboard

Copied

Is it possible to to create a project programtically and access the media from AWS S3 storage?

 

TOPICS
SDK

Views

383

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 , Nov 30, 2020 Nov 30, 2020
  1. Yes, you can create projects programatically: https://github.com/Adobe-CEP/Samples/blob/ff7e2afab20eca144dcad0bb8d893d8b275ad38e/PProPanel/jsx/PPRO/Premiere.jsx#L2687

    PPro (and all of Adobe's video apps) require that media be available, at one of the following locations: 
  • Local path
  • Mapped network drive (Windows)
  • Mounted network volume (Mac)
  • UNC path


If you can get the media from AWS to appear in one of those four ways, then...yes! 🙂

Votes

Translate

Translate
LEGEND ,
Nov 28, 2020 Nov 28, 2020

Copy link to clipboard

Copied

Yes, it is possible to use cloud storage under the right setup, but it takes testing and very high-speed high bandwidth internet service. Not often recommended for media, more often used for project files.

 

Neil

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
New Here ,
Nov 29, 2020 Nov 29, 2020

Copy link to clipboard

Copied

Thanks,

 

So it would be best to import files. Do you know if it is possible to do this automatically everytime a file is uploaded to AWS?

 

 

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
Community Expert ,
Nov 28, 2020 Nov 28, 2020

Copy link to clipboard

Copied

Yes, you can try CloudBerry Drive and map it to your AWS S3 storage so it will show up as a regular HDD in your computer. But, video files are large and as Neil mentioned you need a very high-speed high bandwidth internet service to get it to "work".

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
New Here ,
Nov 29, 2020 Nov 29, 2020

Copy link to clipboard

Copied

Great! Thanks.

 

I'll take a look

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
Adobe Employee ,
Nov 30, 2020 Nov 30, 2020

Copy link to clipboard

Copied

LATEST
  1. Yes, you can create projects programatically: https://github.com/Adobe-CEP/Samples/blob/ff7e2afab20eca144dcad0bb8d893d8b275ad38e/PProPanel/jsx/PPR...

    PPro (and all of Adobe's video apps) require that media be available, at one of the following locations: 
  • Local path
  • Mapped network drive (Windows)
  • Mounted network volume (Mac)
  • UNC path


If you can get the media from AWS to appear in one of those four ways, then...yes! 🙂

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