Copy link to clipboard
Copied
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.
They're both trying to handle the same .sdk file format; change one of them to support the .xyz (or something) file format.
Copy link to clipboard
Copied
They're both trying to handle the same .sdk file format; change one of them to support the .xyz (or something) file format.