Skip to main content
Participant
December 9, 2024
Answered

How do I run the SDK_Exporter plug-in and a copy of it at the same time in Media Encoder?

  • December 9, 2024
  • 1 reply
  • 204 views

I am trying to figurue out how to see both the sample SDK_Export plug-in and a copy of it work at the same time in Adoble Media Encoder.

 

For my copy of ExporterSDK, If I change the Target Name of the visual studio project from ExporterSDK to ExporterCustom, then that changes the built .prm and .ilk file name. And if I change SDK_File_Name in SDK_File.h then that changes the menu item name within Media Encoder. But changing both of those still won't allow me to run both ExporterSDK and a copy of it at the same time (ie. both don't show up in the menu inside Media Encoder).

 

I also tried changing SDK_NAME and SDK_CLSS in SDK_File.h in my copy of ExporterSDK as well, but that did not seem to allow me to see both at the same time either.

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Bruce Bullis

They're both trying to handle the same .sdk file format; change one of them to support the .xyz (or something) file format.

 

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
December 9, 2024

They're both trying to handle the same .sdk file format; change one of them to support the .xyz (or something) file format.