【问题标题】:How to toggle Premiere Pro Scripts in Adobe CEP toggle Play / Pause of the current sequence?如何在 Adob​​e CEP 中切换 Premiere Pro 脚本切换当前序列的播放/暂停?
【发布时间】:2021-04-08 19:06:29
【问题描述】:

我正在尝试使用 Adob​​e CEP 面板远程控制 Adob​​e Premiere Pro,然后使用 websockets 与服务器交互。一切正常,但是,我找不到任何 API 来播放/暂停当前序列。

有一个可用于 SourceMonitor (https://premiere-scripting-guide.readthedocs.io/general/sourcemonitor.html#sourcemonitor-play) 但我想播放该序列。

我还想控制 lumetri 颜色面板和音频混合推子。我也找不到任何 API。有没有更好的方法来做到这一点?

顺便说一句,我的后端是一个 NodeJS 应用程序。

【问题讨论】:

    标签: scripting jsx complex-event-processing adobe-premiere


    【解决方案1】:

    您可以通过在 JSX 端使用 QE DOM 操作来实现。 我建议您查看这个非官方的 PPro CEP 文档。 https://vidjuheffex.github.io/ppro.api/

    有一个startPlayback() 方法。 别忘了打电话 app.enableQE()之前。

    您的代码应如下所示

    app.enableQE()
    qe.startPlayback()
    

    【讨论】:

      猜你喜欢
      • 2018-01-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-04-30
      • 1970-01-01
      • 1970-01-01
      • 2019-06-25
      • 2016-12-13
      相关资源
      最近更新 更多