Log in

View Full Version : XviD statsfile question


Bulletproof
21st March 2003, 07:39
I'm trying to get the information from a statsfile to be put into some variables, I was wondering if anybody knew a way to parse them or a specific part of the XviD code I should look at for understanding the file structure?

zulu
21st March 2003, 08:13
hi,
have a look at this thread ->
http://forum.doom9.org/showthread.php?s=&threadid=31762&highlight=xvid+stats+struct

The first 4 bytes are the stats version number,
the rest of the statsfile are 68 byte chunks of type NNSTATS, a struct you'll find in the thread above.

regards,
zulu

Belgabor
24th March 2003, 02:27
This (http://forum.doom9.org/showthread.php?threadid=43372) is more recent.