如何将 Dragonframe 的捕获帧与 Resolume Arena 或 MadMapper 等外部程序同步?

Resolume Arena 和 MadMapper 都支持 OSC 输入。Dragonframe 可以输出 OSC 信号,以保持两个程序之间的参考视频同步。.

打开其他程序的首选项,检查 OSC 输入是否已启用。记下输入端口号。.

在 Dragonframe 的首选项|OSC 中,将 OSC 输出端口设置为与另一个程序的输入端口匹配,并选中该框以启用输出。.

对于“位置帧事件”,您必须输入另一个程序所期望的 OSC 地址。.

决斗竞技场:

/composition/selectedclip/transport/position "a" [frameTimeMillis]

(请注意,在 Resolume Arena 中,视频片段必须保持选中状态。)

MadMapper:

对于 6.x 版本:
/media/[clipName]/position_frame [frame]
要么
/media/[clipName]/position_sec [frameTime]

对于 5.x 版本:
/medias/[剪辑名称]/position_sec [帧时间]
Example: /medias/mymovie.mp4/position_sec [frameTime]

此外,“位置帧”事件可通过命令行脚本选项(在“首选项”|“高级”中)和我们的 Python API(在 Dragonframe 2027 及以后版本中)公开。.