PDA

View Full Version : Advanced file information


madman_looney
21st July 2003, 17:49
Given an avi file encoded in XviD, how can I tell which XviD features, such as QPEL and GMC were used to encode it?

bond
21st July 2003, 17:56
search the forum for ffdshow (together with xvid features, etc...)

Selur
21st July 2003, 18:46
btw. is there a way to get the custom matrices used to encode a file?
(if I remember right they have to be saved somewhere in the fole for the decoder, but I'm not sure about that,..)

Cu Selur

Ps.: just found some info: http://forum.doom9.org/showthread.php?s=&threadid=57872

madman_looney
22nd July 2003, 09:45
Thanks.
I found how to display the information I wanted.
All I needed to do was to decode using ffdshow and enable OSD.
The frame type field shows whether it's QPEL and/or GMC. Mind you, versions newer that the 20030103 don't show QPEL for some reason.