iOS - AVPlayer - 获取当前 FPS/帧速率
我正在尝试使用 HLS 流式传输到 AVPlayer 实例 - 例如 Apple StitchedStreamPlayer 示例项目。
我很好地获取了当前播放器时间,但为了计算特定帧或生成 SMPTE 时间码,我需要知道 FPS(每秒帧数)
任何人都可以帮助我弄清楚如何从 AVPlayer 或 AVPlayerItem 或类似内容检索此时间码?
非常感谢!
I am experimenting streaming with HLS to an AVPlayer instance - like the Apple StitchedStreamPlayer sample project.
I am getting the current player time nicely, but in order to calculate a particular frame or generate a SMPTE timecode I need to know the FPS (Frames Per Second)
Can anyone help me figure out how to retrieve this from AVPlayer or AVPlayerItem or similar?
Many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
`
`