Unable to run jsx from command line for Media Encoder
Hi there,
Using media encoder 2022.
I have test.jsx script contains alert("Hello");
I have batch script run.bat which contains below.
"C:\Program Files\Adobe\Adobe Premiere Pro 2022\Adobe Premiere Pro.exe" --console es.processFile "test.jsx"
When executed.
Media encoder shows error and doesn't execute.
But, tried the same from console of media encoder with below command.
es.processFile "test.jsx"
It works fine and alert pops up.
Tried other commands in bat file es.executeScript , es.process , --executescript.
None seems to work.
How to solve this? Did anyone solve this?
