Questions tagged [mpeg-2]

Questions related to MPEG-2, an ISO/IEC standard for video/audio compression and systems. MPEG-2 standard was successor to MPEG-1 standards. MPEG-2 is at the core of most digital television and DVD formats.

MPEG-2 is a standard for "the generic coding of moving pictures and associated audio information". It describes a combination of lossy video compression and lossy audio data compression methods which permit storage and transmission of movies using currently available storage media and transmission bandwidth.

MPEG-2 is widely used as the format of digital television signals that are broadcast by terrestrial (over-the-air), cable, and direct broadcast satellite TV systems. It also specifies the format of movies and other programs that are distributed on DVD and similar discs.

MPEG-2 systems specification, encompasses MPEG transport stream (used in ATSC/DVB/ISDB/SBTVD broadcasting, and HDV recording on tape) and MPEG program stream (used as container format in file-based media such as hard disk drives, optical discs and flash memory)

Sources:

  1. http://en.wikipedia.org/wiki/MPEG-2
82 questions
0
votes
1 answer

MPEG-2 seeking, where to start?

I'd like to be able to seek to an arbitrary frame in a MPEG-2 file (from DVD, I guess it's called MPEG-2 Program Stream). So far I had been using OpenCV 2.1 for accessing those frames but that would only work on a frame after frame basis (only…
user1331044
  • 81
  • 1
  • 9
0
votes
1 answer

Microsoft MPEG-2 Encoder & MPEG-2 Video Encoder failed at Windows 8

During building record graph to file from video and audio sources using Microsoft MPEG-2 Encoder at Windows 8 ICaptureGraphBuilder2::SetOutputFileName return failed 80040154 result - class not registred. //Adding MPEG2 Encoder Muxer filter to…
Survarium
  • 180
  • 2
  • 6
0
votes
1 answer

How can I change the block size in mpeg-2 codec?

The default size of a block in MPEG-2 encoder and decoder is 16*16. I am planning to write a motion estimation algorithm to see the effect of other block sizes on the output but I don't know how can I change the size of a block.
0
votes
1 answer

Can mpeg2 encode HD videos by changing the conffiguration parameters of its codec?

Based on the setting of the configuration parameters of MPEG-2 codec I realized that it can encode HD video format but I am still in doubt. Is anybody sure if it is possible?
0
votes
1 answer

MPEG-4 Decoder Vs MPEG 2 Decoder Vs 3GP Decoder, which is faster and why?

On the Android platform with ARM &/ DSP which decoder will be faster: MPEG-4 or MPEG-2 or 3GP? And why? Thanks
gpuguy
  • 4,177
  • 15
  • 58
  • 116
0
votes
1 answer

Video streaming on android phone

What is the best API for video streaming on Android? The Video is basically MPEG 2, kept on server, I want to stream to my Android phone which is having the decoder and our own player. (decoding is happening on the phone itself). The requirement…
gpuguy
  • 4,177
  • 15
  • 58
  • 116
-1
votes
1 answer

C # FFMPEG I GET ERRORS IN MPEG2 AND MPEG4 FORMAT?

I am making a converter using the ffmepg library via c # form. I can convert all my videos to whatever format I want. But I get the following error in mpeg2, mpeg, mpeg4 formats. My code is; if (comboBox1.Text == "mpeg2") { …
1 2 3 4 5
6