Skip to main content
Participant
August 16, 2022
Answered

Premiere pro SDK exporter match source setting

  • August 16, 2022
  • 1 reply
  • 235 views

Hi, I am creating an exporter for premiere pro and I found that there is functionality of "match source" which aligns the exporter settings to the orginal video.

 

But there was no explaination in documentation neither in header file, how should I set the "match source" as default as user enter the export setting dialog and extending the parameters support.

 

Can someone send me any links that might be helpful or give a short introduction where should I start on them? I had tried to set doConformToMatchParams to true in postProcessParams function but it does nothing.

Thanks

This topic has been closed for replies.

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
August 16, 2022
Participant
August 19, 2022

Hi, Thanks for update. But how should I set the match source to be default everytime entering the export menu? And how should I expanding the parameters that controlled by match source button? I had checked the header files related, what was left there was "[TODO] explanation to be provided" & "// [TODO] we need a big comment above that outlines how to use the 'match' params hierarchy" for parameter doConformToMatchParams & canConformToMatchParams