Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以发现MPEG2 TS文件中每个视频(I,P,B)和音频帧的字节长度,而不是逐字节读取帧内容(例如从NAL单元头)?
在 MPEG-TS 文件中,在 PES 层中,有一个称为“PES 长度”的字段,其中包括所有数据,但没有 PES 标头。要准确提取此信息,您必须了解每帧是否有 PES 标头。唉,在大多数视频中,该字段通常为 0,唯一真正计算每帧字节数的方法是在 ES 级别的视频起始码之间。