Jeff D
15th July 2003, 07:24
I'm looking to find out if there is some already available mpeg-2 stream parser/analyser.
The source mpegs are from a ReplayTV (not VOB/DVD just a straight MPEG-2 AV stream, 2 muxed streams that I know of.) and I'm too damn busy to write my own parser at this point, I'd like an easy way out.
What I need to be able to do is look at the headers decoded to see what is embedded in these mpeg files I'm dealing with.
I don't need any decoding or such, just stream(s) header information.
If A & V streams need to be handled independantly I can work with demuxed streams, that's not a big deal. Audio is MPEG-1 Layer 2 audio, so I can pretty much decode those headers in my sleep. The video is what I don't understand yet.
Does anything exist? Or do I have to rip a parser out of another app?
Thanks!
The source mpegs are from a ReplayTV (not VOB/DVD just a straight MPEG-2 AV stream, 2 muxed streams that I know of.) and I'm too damn busy to write my own parser at this point, I'd like an easy way out.
What I need to be able to do is look at the headers decoded to see what is embedded in these mpeg files I'm dealing with.
I don't need any decoding or such, just stream(s) header information.
If A & V streams need to be handled independantly I can work with demuxed streams, that's not a big deal. Audio is MPEG-1 Layer 2 audio, so I can pretty much decode those headers in my sleep. The video is what I don't understand yet.
Does anything exist? Or do I have to rip a parser out of another app?
Thanks!