Top "Mpeg-2" questions

Questions related to MPEG-2, an ISO/IEC standard for video/audio compression and systems.

Fetching the dimensions of a H264Video stream

I am trying to fetch the dimensions (Height and width) from a H264 stream. I know that to fetch the …

video video-processing h.264 mpeg-4 mpeg-2
Generate PCR from PTS

I am trying to create PCR from PTS as follows. S64 nPcr = nPts * 9 / 100; pTsBuf[4] = 7 + nStuffyingBytes; pTsBuf[5] = 0x10; /* flags */ pTsBuf[6] = ( nPcr &…

mpeg-2 mpeg2-ts
calculate MPEG frame length (ms)

I'm looking all over the Internet for information in regards to calculating the frame length and it's been hard... I …

ffmpeg mpeg mpeg-2
Access MPEG transport packets via .NET

I have to deal with MPEG 2 transport packets using .NET. What is the best way to do that? Currently I'm …

c# .net opencv mpeg mpeg-2