解码 H.263 Sorenson Spark D 帧时出现问题

发布于 2024-12-02 20:40:42 字数 262 浏览 1 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文