Copy link to clipboard
Copied
I'm making a CEP extension to streamline my editing and I really need to know which parameters does qe.project.getBinAt(0).getItemAt(0).createProxy(p1, p2) takes. According to the online sources both parameters are supposed to be strings. I tried putting new media path as a parameter but to no avail. If anyone knows how to make this work it will help me wonders.
Cheers.
The QE DOM is undocumented, and unsupported.
See PProPanel's ingestFiles() function, for a supported way to generate proxies.
https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPRO/Premiere.jsx#L1604
Copy link to clipboard
Copied
The QE DOM is undocumented, and unsupported.
See PProPanel's ingestFiles() function, for a supported way to generate proxies.
https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPR...
Copy link to clipboard
Copied
Hello @Mitch DP , do you mind me asking you some questions please? I need to know something in particular if you don't mind.