如何在传输流中找到关键帧?

发布于 2024-09-09 03:34:53 字数 95 浏览 6 评论 0原文

我编写了一个程序来解析传输流。但我需要知道传输流数据包是否包含 i 帧。最好的方法是什么?我听说我需要查看图片起始代码后的几个位,但我不知道在 TS 数据包中的哪里可以找到它。

I wrote a program that will parse a transport stream. But I need to know if a transport stream packet contains an i-frame. What is the best way to do this? I heard somewhere that I need to look at a couple of bits after the picture start code but I don't know where to find this in the TS packet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请叫√我孤独 2024-09-16 03:34:53

http://dvd.sourceforge.net/dvdinfo/mpeghdrs.html

这是一个简短的内容标题概述。在图片标题中,您将找到框架类型。

http://www.pjdaniel.org.uk/mpeg/

这是一个很好的工具一次检查一个数据包,它会显示一些标头代码。

http://dvd.sourceforge.net/dvdinfo/mpeghdrs.html

This is a brief overview of the headers. In the picture header you'll find the frame type.

http://www.pjdaniel.org.uk/mpeg/

This is a nice tool to inspect one packet at a time and it displays some header codes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文