Copy link to clipboard
Copied
in my Premiere Pro panel, I'm requiring a module 'juice-mediaprobe', for uploading clips to a service. When I run the code with the terminal and 'node .../path/...' command it works fine, but when I run it with Premiere, as soon as I require the 'juice-mediaprobe' module I get an error, saying that the required xxhashmodule is not a valid win32 application
Are there solutions to this problem, what can I try to fix this?
Copy link to clipboard
Copied
I don't think that you can require binary modules in CEP. Because hash.node could be C++ compiled into binary.