我需要从 OS X 命令行向 Quicktime 影片添加时间码?
我刚刚收到大量需要添加时间码的素材。我有一个包含剪辑名称和开始时间码的 Excel 文件。我正在寻找一个 OS X 工具或库,它允许我通过命令行向这些 QT 文件添加时间码,以便我可以自动化操作。
I just received a ton of footage that needs to have timecode added to it. I have an Excel file with clip names and start timecode. I'm looking for a OS X tool or lib that will allow me to add timecode to these QT file via the command line so I can automate things.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够获取 QTKitTimeCode 示例应用程序来自 Apple 并将其转换为命令行应用程序。
You should be able to take the QTKitTimeCode sample app from Apple and convert it to a command line app.