Log in

View Full Version : Can you get this working in graphedit?


rcuser
3rd November 2009, 05:44
Wondering if anyone has an mpeg4 transport stream file source filter to load into graphedit? or knows how to create a filtergraph that can play my video sample (of a clock). I'll give you the sample if you're interested in helping me out -- it's about 2.8mb ~ 9 secs long (my upload limit here is only 200k).

I could play the video with mplayer ... which shows properties of the video to be mpeg4 ts -- on pid 257. But I want to create a Directshow filter graph that will display the mpeg4 transport stream (257 => 0x101 pid)...

Does anyone know of an open source filter that opens/decodes mpeg4 ts? Up to now -- I thought there was only mpeg2 ts ... but I guess there's mpeg4 ts too -- makes sense though - since it is for streaming, right?

Ideally the filter(s) would allow creating pids and mappings ... due to the need to parse a private data stream that is also within the -- BUT i could probably get around that as long as i can first get the video to display.

Thanks for any suggestions.

rcuser
3rd November 2009, 07:26
Just to follow up... the video sample can be obtained from here: http://www.uskims.com/Downloads/clockMp4.zip

The video has a .mpg extension but playing through mplayer shows the video being mpeg4 ts ...

Again: my goal would be to have a Directshow filter graph playing this video.

Thanks