2

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

Ven
  • 247
  • 1
  • 5
  • 18
  • 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) – Ven Aug 25 '11 at 10:02
  • You can answer and accept your own question – n0p Sep 02 '14 at 08:55

1 Answers1

0

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)

Ven
  • 247
  • 1
  • 5
  • 18