使用 VLC 播放时出现 MpegTs 文件问题
我创建了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了这个问题..问题出在 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)