Manual encoding into MPEG-TS

非 Y 不嫁゛ 提交于 2019-12-04 16:55:26

You have conflicting requirements. "valid stream" and "not include any timing information" are incompatible. It is a requirement of TS to have a PCR at least every 100 milliseconds. And while player specific, most players will not 'present' a frame without a 'presentation time stamp'. You my be able to derive the timestamp from the VUI data, but it must exist in the container.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!