How do I run the SDK_Exporter plug-in and a copy of it at the same time in Media Encoder?
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.
