Log in

View Full Version : Analyse ?


Gamestar
7th April 2009, 00:03
Ok, i've tried searching this and i came up with nothing.

I was wondering where i can change my Analyse settings on megui.

I wanna change it from analyse=0x3:0x133 to analyse=0x3:0x113

sorry if it's a stupid question. i've never created my own custom profile before so i'm kinda stuck here on dis part. :(

LoRd_MuldeR
7th April 2009, 00:40
Click the "Config" button and switch to the "Advanced" tab. Then configure "Macroblock Options" accordingly.

For the numbers:

#define X264_ANALYSE_I4x4 0x0001 /* Analyse i4x4 */
#define X264_ANALYSE_I8x8 0x0002 /* Analyse i8x8 (requires 8x8 transform) */
#define X264_ANALYSE_PSUB16x16 0x0010 /* Analyse p16x8, p8x16 and p8x8 */
#define X264_ANALYSE_PSUB8x8 0x0020 /* Analyse p8x4, p4x8, p4x4 */
#define X264_ANALYSE_BSUB16x16 0x0100 /* Analyse b16x8, b8x16 and b8x8 */

Dark Shikari
7th April 2009, 00:41
analyse=0x3:0x133 means --8x8dct --partitions all
analyse=0x3:0x113 means --8x8dct and default partitions (--partitions i4x4,i8x8,p8x8,b8x8).

Gamestar
7th April 2009, 16:18
oh. i c. thanks guys. exactly wat i was looking for.