| Author |
Source code for simple MPEG-2 decoder
|
|
| Pete Fraser 2007-06-08, 3:55 am |
| I need to collect statistics on a variety of MPEG-2
sequences. I had intended to modify some public
domain decoder to spit out the information I needed,
but when I looked at ffmpeg I was a bit overwhelmed
by the complexity (I'm not a programmer).
Any suggestions on a simple MPEG decoder that
I might modify for my purposes. If I'm stuck I could
probably plough through ffmpeg, but it will take me
a long time to get up to speed on it.
Thanks
| |
| Ben Rudiak-Gould 2007-06-08, 3:55 am |
| Pete Fraser wrote:
> Any suggestions on a simple MPEG decoder that
> I might modify for my purposes.
You might try the MSSG code. It's not exactly simple, but it's more oriented
toward clarity than efficiency and has a lot of comments referencing
sections of the standard. It's described here:
http://www.mpeg.org/MSSG/
The download links seem to be broken (ftp.mpegtv.com rejects anonymous
logins), but I was able to find some other sources through Google.
-- Ben
| |
| Pete Fraser 2007-06-08, 9:55 pm |
|
"Ben Rudiak-Gould" <br276deleteme@cam.ac.uk> wrote in message
news:f4avlf$r2t$1@gemini.csx.cam.ac.uk...
> Pete Fraser wrote:
>
> You might try the MSSG code. It's not exactly simple, but it's more
> oriented toward clarity than efficiency and has a lot of comments
> referencing sections of the standard. It's described here:
Thanks Ben. This will help me a lot.
It seems much easier to understand than FFMPEG.
| |
|
|
|
|
|
|