PDA

View Full Version : Tool to analyze MPEG4 files


Razorblade2000
13th December 2003, 16:28
Is there a tool that can check weather an MPEG4 video stream has got b-frames, gmc, qpel and so on?
I need this because my mpeg4 standalone won't play qpel or xvid GMC (divx gmc he plays fine)

mikeson
13th December 2003, 16:45
ffdshow

Razorblade2000
13th December 2003, 16:57
and where does ffdshow display these informations?

mikeson
13th December 2003, 18:29
Check Properties->OSD->Frame type

Razorblade2000
13th December 2003, 18:36
uhhhmmm... wow... lots of p frames... who would have thought that... *g*:D :D

No information about GMC, QPel, whatsoever :(

mikeson
13th December 2003, 18:46
Originally posted by Razorblade2000
No information about GMC, QPel, whatsoever :(

So it means that video has no GMC a/o QPel frames. ;) If it would have it would be displayed there...

Razorblade2000
13th December 2003, 19:13
I can see
I
P
B
GMC

but no QPel (using a file that has qpel, according to my standalone)

mikeson
13th December 2003, 19:26
What ffdshow version are you using?

Try to encode some sample with Qpel in Xvid a then play it with ffdshow.

Razorblade2000
13th December 2003, 20:07
i use the current alpha version...
Maybe my Standalone is just nuts and can't play the file because of sth other than QPel

have to encode my own xvid file later on

bond
13th December 2003, 20:57
use the latest ffdshow compile from athos (google is your friend)

SeeMoreDigital
15th December 2003, 02:12
Originally posted by bond
use the latest ffdshow compile from athos (google is your friend) I have the Nov28 version of this installed on my PC.

Can it be set to read info about audio and video streams in an MP4 container. As I've not been able to find a tool that can as yet?

Cheers

McoreD
15th December 2003, 09:11
I haven't yet managed to read info from ffdshow.

For now, I use QuickTime Player to view information of the MPEG4 file. Just press Ctrl + J to get the info.

mikeson
15th December 2003, 10:42
@SeeMoreDigital:
Can it be set to read info about audio and video streams in an MP4 container.

It depends on type of video in MP4 container. If ffdshow is able to decode it via libavcodec and insert itself into DirectShow chain, than yes IMHO.

shitowax
15th December 2003, 13:54
just use the 3ivx splitter with ffdshow ... easy...

SeeMoreDigital
15th December 2003, 14:46
Originally posted by mikeson
@SeeMoreDigital:
It depends on type of video in MP4 container. If ffdshow is able to decode it via libavcodec and insert itself into DirectShow chain, than yes IMHO. Don't get me wrong I do get some info, like the image pixel frame size, encode runtime. But nothing about the streams!

As McoreD mentioned, QuickTime can provide more detailed info!

It's a real shame the excellent 'Gpot' tool can only read AVI container streams.

Cheers