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

app.projectManager not transcoding clips

New Here ,
Jun 02, 2025 Jun 02, 2025

I made my own Premiere panel to make a consolidated project. I use the following settings:

 

pmo.clipTransferOption = pmo.CLIP_TRANSFER_TRANSCODE;
pmo.clipTranscoderOption = pmo.CLIP_TRANSCODE_MATCH_SEQUENCE;
pmo.convertAECompsToClips = false;
pmo.convertSyntheticsToClips = false;
pmo.copyToPreventAlphaLoss = false;
pmo.destinationPath = outFolder.fsName;
pmo.excludeUnused = false;
pmo.handleFrameCount = 0;
pmo.includeConformedAudio = true;
pmo.includePreviews = true;
pmo.renameMedia = false;


Now this makes a folder 'Transcoded_...' and put a copy of the Premiere project in it. 
it also copies the excludeUnused clips but does not transcode clips.
 
I also tried it with the SDK Sample Panel, but this has the same effect.
 
could this be a bug in the API?
Bug Acknowledged
TOPICS
Export , Interoperability or 3rd party tools , Projects or collaboration
203
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 2 Pinned Replies

Adobe Employee , Jun 02, 2025 Jun 02, 2025

>could this be a bug in the API? 

It's possible, but unlikely. 

The test that would determine that: With the same sequence, using PPro's UI (not the API), does PPro successfully transcode the media?

Project Manager is very, very careful to avoid any behavior which could result in data loss; that may be the case with the project you're testing. 

If Project Manager behaves correctly when controlled via the UI, and incorrectly via the API, then it's an API bug. If the behavior is the same in both cases

...
Status Needs More Info
Translate
Adobe Employee , Jun 02, 2025 Jun 02, 2025

[status change]

 

Status Acknowledged
Translate
5 Comments
Community Expert ,
Jun 02, 2025 Jun 02, 2025
Translate
Report
Adobe Employee ,
Jun 02, 2025 Jun 02, 2025

>could this be a bug in the API? 

It's possible, but unlikely. 

The test that would determine that: With the same sequence, using PPro's UI (not the API), does PPro successfully transcode the media?

Project Manager is very, very careful to avoid any behavior which could result in data loss; that may be the case with the project you're testing. 

If Project Manager behaves correctly when controlled via the UI, and incorrectly via the API, then it's an API bug. If the behavior is the same in both cases, it's a "Project Manager is being overly-cautious" bug. 

Status Needs More Info
Translate
Report
New Here ,
Jun 02, 2025 Jun 02, 2025

The sequence is XDCAM HD422 1080i25. The clip I'm testing with is also XDCAM HD422 1080i25. When I consolidate the project via PPro's UI it all work fine and also see the message 'transcoding media...'

faciliteitenn27195538_0-1748887278542.png

 

When I do this via the 'SDK Sample Panel' I do not see that message, instead it makes a copy of the project and all I see is the message 'Analyzing Project...'. If I open this consolidated project, the media is also still linked to its original location instead of the consolidated folder.

faciliteitenn27195538_1-1748888684312.png

 

If it does not transcode the clip, I would at least expect it to be copied, like the PPro's UI behaviour.

Translate
Report
Adobe Employee ,
Jun 02, 2025 Jun 02, 2025

Understood; thanks for the further details!

It's unlikely that we will fix ExtendScript API bugs any time soon; we are focused on shipping UXP extensibility. [We haven't exposed Project Manager API yet, but if the same issue exists there, we'll fix it in UXP first.]

Translate
Report
Adobe Employee ,
Jun 02, 2025 Jun 02, 2025
LATEST

[status change]

 

Status Acknowledged
Translate
Report