View Single Post
Old 4th July 2005, 12:15   #244  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
Quote:
Originally Posted by Doom9
about the matrices

here's how a line of an 8x8 matrix looks in the reference format (jvt matrix):

6,10,13,16,18,23,25,27,

and here's one of your lines

6, 7, 8,10,12,14,16,18

You use a trailing comma at the end of each line for the 4x4 matrices (except for the last line), but none for the 8x8 matrices. So if you adapt your matrix to the standard format it'll work. The x264 parser might be more forgiving, MeGUI expects exactly the standard format.
I removed the trailing comma (it was a bug in my matrix editor) but i'll keep the alignment for better readability.
Hope it wont cause problems.

EDIT: ehr... megui still doesnt want to read it...

Last edited by Sharktooth; 4th July 2005 at 12:41.
Sharktooth is offline