使用 VLC 播放时出现 MpegTs 文件问题

发布于 2024-11-30 05:05:54 字数 250 浏览 2 评论 0原文

我创建了 mpegts 文件,其中包含 h264 基本流。 当我尝试使用 VLC 播放编码文件时,我遇到了像素化问题。 谁能帮我找出我的 mepgts 编码器出了什么问题。 我已将文件上传到 http://www.4shared.com/get/KvCskAVx/problem1 .html

亲切的问候, 文

I have created mpegts file which contains h264 elementary stream.
I am facing a pixelation problem with my encoded file when I try to play it using VLC.
Can anyone help me in finding what is going wrong with my mepgts encoder.
I have uploaded the file at http://www.4shared.com/get/KvCskAVx/problem1.html.

Kind Regards,
Ven

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

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

发布评论

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

评论(1

高速公鹿 2024-12-07 05:05:54

我已经解决了这个问题..问题出在 PES_packet_length 上,我设置的值大于 65535。(如果基本流大小大于 65535,我们应该将 PES_packet_length 设置为零(参见 ITU-T Rec. H.222.0 (05/ 2006),第 33 页)

I have fixed this issue..the problem was with PES_packet_length which I was setting greater than 65535.(if the Elementary stream size is greater than 65535,we should set PES_packet_length to zero(see ITU-T Rec. H.222.0 (05/2006),page no 33)

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