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.
我想在 mpeg2ts 中嵌入有关特定流的元数据。这是在传输流中嵌入此信息的最佳字段。我可以将此信息嵌入到 mpeg2ts 标头的适配字段中吗?
谢谢大师
在 MPEG 2 系统标准下,可能有两种方法可以做到这一点。
可以定义一个用户私有表。见表 2-26:table_id 0x40-0xFE 见。第 2.4.4.10 节私有部分的语法。
或者可以定义用户私有流。见表 2-29 PES 包下的流 id 为 0x80 到 0xFF)。
请参阅 ISO/IEC 13818-1 MPEG 2 系统。