Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How does Pr run a script

Engaged ,
May 20, 2021 May 20, 2021

hi,
We know that PS can run JSX script files directly no using ESTK,why Pr not? it’s also impossible to pass scripts to Premiere Pro on a command line.? such as cmd:
"C:\Program Files\Adobe\Adobe Premiere Pro 2021\Adobe Premiere Pro.exe" " C:\Users\test\Desktop\Source.jsx"

TOPICS
How to , SDK
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , May 20, 2021 May 20, 2021

Premiere Pro can execute scripts from a command line, but it's definitely not a recommended workflow.

 

"C:\Program Files\Adobe\Adobe Premiere Pro 2020\Adobe Premiere Pro.exe" /C es.processFile C:\Users\bbb\Desktop\test.jsx
 
/Applications/Adobe\ Premiere\ Pro\ \(Beta\)/Adobe\ Premiere\ Pro\ \(Beta\).app/Contents/MacOS/Adobe\ Premiere\ Pro\ \(Beta\) /C es.processFile /Users/bbb/Desktop/test.jsx
 
Executing scripts from within a CEP panel is supported, and recommended. 
Translate
Adobe Employee ,
May 20, 2021 May 20, 2021

Premiere Pro can execute scripts from a command line, but it's definitely not a recommended workflow.

 

"C:\Program Files\Adobe\Adobe Premiere Pro 2020\Adobe Premiere Pro.exe" /C es.processFile C:\Users\bbb\Desktop\test.jsx
 
/Applications/Adobe\ Premiere\ Pro\ \(Beta\)/Adobe\ Premiere\ Pro\ \(Beta\).app/Contents/MacOS/Adobe\ Premiere\ Pro\ \(Beta\) /C es.processFile /Users/bbb/Desktop/test.jsx
 
Executing scripts from within a CEP panel is supported, and recommended. 
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 20, 2021 May 20, 2021

I wanted to use it that way, but it didn't work,so must we depend on cep and estk?

QQ图片20210521102822.png

greless_0-1621564736660.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 15, 2023 Mar 15, 2023
LATEST

You left out the "/C" before "es.processFile".

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines