使用 AVFoundation 为 QuickTime 影片创建 SMPTE 时间码轨道
我正在尝试编写一个程序,将 SMPTE 时间码轨道添加到 QuickTime 影片中,以便我可以在 Final Cut 或 Avid 等专业编辑应用程序中使用该影片。
Apple 有一个很好的示例,解释了如何使用 QTKit-Framework 执行此操作: 代码示例
但自从QTKit 是 32 位,AVFoundation 将是其 64 位替代品,我需要知道 AVFoundation 是否可以实现这一点?
I am trying to write a program that adds an SMPTE timecode track to a QuickTime movie, so that I can use this movie in professional editing applications like Final Cut or Avid.
There is a nice example from Apple that explains how to do this with the QTKit-Framework: Code Sample
But since QTKit is 32-bit and AVFoundation will be its 64-bit Replacement, I need to know if this is possible with AVFoundation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚将 iPhone 视频拉入 FCP,它具有有效的 NTSC 时间码。每个剪辑都从 01:00:00:00 开始。如果您想要一个日期类型的时间码,那么我建议生成一个带时间戳的 THM 文件,qtChange 等程序可以使用该文件将时间码嵌入到 QT 文件中。这是在 Canon 5D 工作流程中管理时间码的方法。
I just pulled an iPhone video into FCP, and it has valid NTSC timecode. It just starts at 01:00:00:00 for each clip. If you want a time-of-day type timecode, then I would suggest generating a timestamped THM file that can be used by programs like qtChange to embed the timecode to QT files. This is how to manage timecode in Canon 5D workflows.