Hello. I'm working to make an Exporter Plug-In that supports "Pro CS4" and "Elements 8.0" single binary.
Please give me any advices to complete it. I show you the questions as follows:
- How can I get the slider screen without checkbox (in parameter GUI)
- How to enable an Exporter Plug-In at "Elements 8.0".
- What is the difference between ver.4.0 and ver.4.2 in exExpoterInfoRec.
Details below.
1st:
I tried PrSDKExportParamSuite::AddParam() with exParamFlag_slider and exParamFlag_optional.
Both cases parameter GUI shows slider with checkbox. Please teach me a method to use simple slider (no checkbox) in parameter GUI.
BTW, Standard plugins are seem to use "Premiere Export Private Statndar Param Suite". Are you planning to publish it?
2nd:
The Premiere Elements 8.0 never shows any additional Exporter Plug-in, including SDK sample (ExporterSDK.prm).
Please tell me if I need special installation procedures.
3rd:
I found that the exExporterInfoRec is difference between 4.0 and 4.2. The exExporterInfoRec[ver. 4.2] is defined in CS4SDK_r1. But I can't find any definition of exExporterInfoRec[ver. 4.0] in the SDK.
An Exporter Plug-In is build with CS4SDK_r1 never work on the Premiere Pro CS4 (4.0) / Media Encoder CS4 (4.0). I need definition of exExporterInfoRec[ver. 4.0] to support CS4 (ver. 4.0).
Thanks.