解码 H.263 Sorenson Spark D 帧时出现问题
我正在尝试使用 avcodec_decode_video 函数解码 H.263 sorenson 类型的数据。
它能够解码 I 和 P 帧,但我的数据中有一些 D 帧(一次性帧间帧),并且此函数无法解码这些帧,并且我得到零作为返回值。
那么,有人可以告诉我如何解码这些类型的 f 帧,因为我也没有在 ENUM 值中找到任何提及 D 帧的信息。
我在某处读到我们可以将 D 帧转换为 P 帧,但是如果我们有原始数据,如果我们想直接使用解码函数,我们如何实现这一点。
I am trying to decode the H.263 sorenson type of data using avcodec_decode_video function.
It is able to decode the I and P frames but i have some D frames (Disposable inter frames) in my data and this function is not able to decode these frames and I am getting zero as return value.
So, can somebody tells me how we can decode these type f frames as I am not finding any mention of D frame sin the ENUM value also.
I have read somewhere that we can convert D frames into P frames but if we have raw data how we achieve that if we want to use the decode function directly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论