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

Premier Pro 25.3 `exportFramePNG` exports with an extra ".png" in filename

Community Beginner ,
Jun 15, 2025 Jun 15, 2025

With the latest release (Premiere Pro 25.3.0),

`qe.project.getActiveSequence().exportFramePNG` exports frames with an extra .png in the filename, breaking any functionality where we are later looking for the expected filename with `fs.existsSync` but don't find it
 
Suhail36154911kr4q_0-1750019903299.png

 

"QE is not supported, recommended, documented": Yes but we don't have a way of getting a frame from the video through the main API, and UXP is not in GA yet.

 

This will break functionality for any plugins relying on analysing frames from the user's sequence so.... worth fixing IMHO 🙂

 

Also seeing this popup in Premiere in the bottom-right which we didn't used to see before but it doesn't break any functionality:

Suhail36154911kr4q_1-1750020280380.png

 

TOPICS
SDK
182
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 1 Correct answer

Adobe Employee , Jun 16, 2025 Jun 16, 2025

And yes, we are aware of the double extension issue; it also impacts UXP extensibility. We plan to address it in UXP's official initial release.

Translate
Adobe Employee ,
Jun 16, 2025 Jun 16, 2025

>we don't have a way of getting a frame from the video through the main API...

That's not true, and has not been for years. PProPanel shows how to output just one frame, without using QE DOM (and without a double extension).

https://github.com/Adobe-CEP/Samples/blob/9efca02ea88ad32a8c22571f5ffe2407ae732cd8/PProPanel/jsx/PPR...

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
Adobe Employee ,
Jun 16, 2025 Jun 16, 2025
LATEST

And yes, we are aware of the double extension issue; it also impacts UXP extensibility. We plan to address it in UXP's official initial release.

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