--- config.rc 2002/07/27 21:37:57 1.15 +++ config.rc 2003/01/15 14:40:22 1.17.2.4 @@ -7,13 +7,13 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// Deutsch (Deutschland) resources +// German (Germany) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU) #ifdef _WIN32 @@ -27,12 +27,12 @@ // IDB_LOGO BITMAP DISCARDABLE "XviD_logo.bmp" -#endif // Deutsch (Deutschland) resources +#endif // German (Germany) resources ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// -// Englisch (Australien) resources +// English (Australia) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA) #ifdef _WIN32 @@ -71,7 +71,7 @@ // Dialog // -IDD_MAIN DIALOG DISCARDABLE 0, 0, 184, 129 +IDD_MAIN DIALOG DISCARDABLE 0, 0, 184, 145 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "XviD Configuration" FONT 8, "MS Sans Serif" @@ -81,13 +81,14 @@ CONTROL "Slider1",IDC_SLIDER,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,96,32,76,12 EDITTEXT IDC_VALUE,96,48,76,12,ES_AUTOHSCROLL | ES_NUMBER - PUSHBUTTON "Advanced options...",IDC_ADVANCED,52,76,80,12 - PUSHBUTTON "Load Defaults...",IDC_DEFAULTS,52,92,80,12 - DEFPUSHBUTTON "OK",IDOK,52,108,80,12 + PUSHBUTTON "Advanced options...",IDC_ADVANCED,52,75,80,12 + PUSHBUTTON "Decoder options...",IDC_DECODER,52,91,80,12 + DEFPUSHBUTTON "OK",IDOK,52,123,80,12 LTEXT "Encoding Mode:",IDC_STATIC,12,16,80,12,SS_CENTERIMAGE LTEXT "",IDC_SLIDER_STATIC,12,32,80,12,SS_CENTERIMAGE LTEXT "",IDC_VALUE_STATIC,12,48,80,12,SS_CENTERIMAGE GROUPBOX "Encoding options",IDC_STATIC,4,4,176,64 + PUSHBUTTON "Load Defaults...",IDC_DEFAULTS,52,107,80,12 END IDD_GLOBAL DIALOG DISCARDABLE 0, 0, 200, 217 @@ -105,19 +106,28 @@ EDITTEXT IDC_MINKEY,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER CONTROL "Enable lumi masking",IDC_LUMMASK,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,16,96,80,10 + CONTROL "Enable greyscale",IDC_GREYSCALE,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,101,96,71,10 CONTROL "Enable interlacing",IDC_INTERLACING,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,16,108,72,10 - EDITTEXT IDC_MAXBFRAMES,111,146,76,12,ES_AUTOHSCROLL - EDITTEXT IDC_BQUANTRATIO,111,162,76,12,ES_AUTOHSCROLL + CONTROL "Use chroma motion",IDC_CHROMAME,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,101,108,77,10 + CONTROL "Quarterpel",IDC_QPEL,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,16,122,49,10 + CONTROL "Global Motion Compensation",IDC_GMC,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,86,121,106,10 + EDITTEXT IDC_MAXBFRAMES,111,144,76,12,ES_AUTOHSCROLL + EDITTEXT IDC_BQUANTRATIO,111,157,76,12,ES_AUTOHSCROLL + EDITTEXT IDC_BQUANTOFFSET,111,169,76,12,ES_AUTOHSCROLL CONTROL "Packed bitstream",IDC_PACKED,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,13,175,71,10 + WS_TABSTOP,13,183,71,10 CONTROL "DX50 B-VOP compatibility",IDC_DX50BVOP,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,13,186,97,10 + BS_AUTOCHECKBOX | WS_TABSTOP,13,194,97,10 CONTROL "Print debug info on each frame",IDC_DEBUG,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,13,198,113,10 + BS_AUTOCHECKBOX | WS_TABSTOP,13,204,113,10 LTEXT "Motion search precision:",IDC_STATIC,12,16,80,12, SS_CENTERIMAGE - GROUPBOX "Global settings",IDC_STATIC,4,4,192,120 + GROUPBOX "Global settings",IDC_STATIC,4,4,192,130 LTEXT "Quantization type:",IDC_STATIC,12,32,80,12, SS_CENTERIMAGE LTEXT "FourCC used:",IDC_STATIC,12,48,80,12,SS_CENTERIMAGE @@ -125,9 +135,12 @@ SS_CENTERIMAGE LTEXT "Minimum I-frame interval:",IDC_STATIC,12,80,100,12, SS_CENTERIMAGE - LTEXT "Maximum B-frames:",IDC_BSTATIC2,7,150,101,11 - GROUPBOX "B-frame control",IDC_BSTATIC1,4,133,192,80 - LTEXT "B-frame quantizer ratio (%):",IDC_BSTATIC3,7,162,89,8 + LTEXT "Maximum B-frames:",IDC_BSTATIC2,13,146,96,11 + GROUPBOX "B-frame control",IDC_BSTATIC1,4,136,192,79 + LTEXT "B-frame quantizer ratio (%):",IDC_BSTATIC3,13,158,89,8 + LTEXT "B-frame quantizer offset:",IDC_STATIC,13,171,77,8 + CONTROL "Reduced resolution",IDC_REDUCED,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,110,7,77,10 END IDD_QUANT DIALOG DISCARDABLE 0, 0, 200, 217 @@ -207,18 +220,22 @@ CAPTION "Credits" FONT 8, "MS Sans Serif" BEGIN + GROUPBOX "",IDC_STATIC,4,4,192,48 CONTROL "Credits at start of movie",IDC_CREDITS_START,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,12,4,88,10 EDITTEXT IDC_CREDITS_START_BEGIN,112,16,76,12,ES_AUTOHSCROLL | ES_NUMBER EDITTEXT IDC_CREDITS_START_END,112,32,76,12,ES_AUTOHSCROLL | ES_NUMBER + GROUPBOX "",IDC_STATIC,4,55,192,48 CONTROL "Credits at end of movie",IDC_CREDITS_END,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,12,60,88,10 - EDITTEXT IDC_CREDITS_END_BEGIN,112,72,76,12,ES_AUTOHSCROLL | + BS_AUTOCHECKBOX | WS_TABSTOP,12,55,88,10 + EDITTEXT IDC_CREDITS_END_BEGIN,112,67,76,12,ES_AUTOHSCROLL | ES_NUMBER - EDITTEXT IDC_CREDITS_END_END,112,88,76,12,ES_AUTOHSCROLL | + EDITTEXT IDC_CREDITS_END_END,112,83,76,12,ES_AUTOHSCROLL | ES_NUMBER + CONTROL "Encode credits in greyscale",IDC_CREDITS_GREYSCALE, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,104,103,10 CONTROL "Desired % rate:",IDC_CREDITS_RATE_RADIO,"Button", BS_AUTORADIOBUTTON | WS_GROUP,12,128,88,12 EDITTEXT IDC_CREDITS_RATE,112,128,76,12,ES_AUTOHSCROLL | @@ -237,13 +254,11 @@ ES_NUMBER LTEXT "Credits start at frame no.:",IDC_STATIC,12,16,88,12, SS_CENTERIMAGE - LTEXT "Credits end at frame no.:",IDC_STATIC,12,88,88,12, + LTEXT "Credits end at frame no.:",IDC_STATIC,12,83,88,12, SS_CENTERIMAGE - GROUPBOX "",IDC_STATIC,4,4,192,48 - GROUPBOX "",IDC_STATIC,4,60,192,48 LTEXT "Credits end at frame no.:",IDC_STATIC,12,32,88,12, SS_CENTERIMAGE - LTEXT "Credits begin at frame no.:",IDC_STATIC,12,72,88,12, + LTEXT "Credits begin at frame no.:",IDC_STATIC,12,67,88,12, SS_CENTERIMAGE GROUPBOX "Credits rate reduction",IDC_STATIC,4,116,192,96 LTEXT "Ending size (KBytes):",IDC_CREDITS_END_STATIC,24,192,76, @@ -566,7 +581,7 @@ BEGIN CTEXT "GPL'ed MPEG4 video codec demonstration.\nFor educational purposes only.", IDC_STATIC,12,112,168,20 - CTEXT "WEBSITE",IDC_WEBSITE,64,92,64,8,SS_NOTIFY | + CTEXT "WEBSITE",IDC_WEBSITE,6,92,179,8,SS_NOTIFY | SS_CENTERIMAGE CTEXT "BUILD",IDC_BUILD,8,28,176,8,SS_CENTERIMAGE CONTROL "IDB_LOGO",IDC_STATIC,"Static",SS_BITMAP,24,56,15,13 @@ -574,6 +589,7 @@ GROUPBOX "About",IDC_STATIC,4,4,184,132 DEFPUSHBUTTON "OK",IDOK,56,144,80,12 CTEXT "CORE",IDC_CORE,8,40,176,8,SS_CENTERIMAGE + CTEXT "( SPECIAL BUILD )",IDC_SPECIAL_BUILD,5,102,181,8 END IDD_2PASSALT DIALOG DISCARDABLE 0, 0, 200, 217 @@ -581,6 +597,7 @@ CAPTION "Alt. Curve" FONT 8, "MS Sans Serif" BEGIN + GROUPBOX "",IDC_STATIC,4,4,192,152 CONTROL "Use Alternative curve system",IDC_USEALT,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,12,4,107,10 COMBOBOX IDC_CURVETYPE,112,20,76,76,CBS_DROPDOWNLIST | WS_VSCROLL | @@ -598,7 +615,6 @@ EDITTEXT IDC_MAXBITRATE,112,164,76,12,ES_AUTOHSCROLL | ES_NUMBER EDITTEXT IDC_OVERIMP,112,180,76,12,ES_AUTOHSCROLL | ES_NUMBER EDITTEXT IDC_OVERDEG,112,196,76,12,ES_AUTOHSCROLL | ES_NUMBER - GROUPBOX "",IDC_STATIC,4,4,192,152 LTEXT "Minimum relative quality %:",IDC_STATIC,16,100,96,12, SS_CENTERIMAGE LTEXT "High distance from average %:",IDC_STATIC,12,36,100,12, @@ -618,6 +634,17 @@ SS_CENTERIMAGE END +IDD_POSTPROC DIALOG DISCARDABLE 0, 0, 186, 146 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Post processing" +FONT 8, "MS Sans Serif" +BEGIN + CONTROL "Luma deblocking",IDC_DEBLOCK_Y,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,7,28,70,10 + CONTROL "Chroma deblocking",IDC_DEBLOCK_UV,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,7,40,77,10 +END + ///////////////////////////////////////////////////////////////////////////// // @@ -631,7 +658,7 @@ BEGIN LEFTMARGIN, 7 TOPMARGIN, 7 - BOTTOMMARGIN, 106 + BOTTOMMARGIN, 136 END IDD_GLOBAL, DIALOG @@ -691,6 +718,14 @@ RIGHTMARGIN, 193 TOPMARGIN, 7 END + + IDD_POSTPROC, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 179 + TOPMARGIN, 7 + BOTTOMMARGIN, 139 + END END #endif // APSTUDIO_INVOKED @@ -712,7 +747,7 @@ IDC_INTERLACING "Enables interlaced frame support - only use if your source contains interlacing artifacts (i.e. fields instead of progressive frames)" IDC_OVERDEG "How much of the overflow the codec can eat into during oversized sections - larger values will bridge the gap faster" IDC_MAXBFRAMES "Maximum number of sequential B-frames. When set to < 0 the original IP-frame encoder is used." - IDC_BQUANTRATIO "Ratio used to calculate the B-frame quantizer.\n\nBVOP quant = ((past VOP quant + future VOP quant) * BVOP quant ratio) / 200" + IDC_BQUANTRATIO "Ratio used to calculate the b-frame quantizer.\n\nBVOP quant = (AVG(past VOP quant, future VOP quant) * quant ratio + quant offset) / 100" IDC_OVERIMP "How much of the overflow the codec can eat into during undersized sections - larger values will bridge the gap faster" IDC_MAXBITRATE "Constrains 2-pass encodes to the specified maximum bitrate" IDC_CBR_REACTIONDELAY "Determines how slowly it will adjust the current encoding quality based upon scene intensity - this has the strongest influence on quality" @@ -723,6 +758,16 @@ STRINGTABLE DISCARDABLE BEGIN + IDC_DX50BVOP "Generate DivX 5.x compatible B-frames. DivX 5.x fails to decode B-frames where the future reference frame is an I-frame." + IDC_FRAMEDROP "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames." + IDC_KFTRESHOLD "I-frames appearing in the range below this value will be treated as consecutive keyframes." + IDC_KFREDUCTION "Reduction of bitrate for the first consecutive i-frames. The last i-frame will get treated normally." + IDC_CREDITS_GREYSCALE "Encode credits in black&white" + IDC_GMC "Use Global Motion Compensation to better catch camera pans etc." +END + +STRINGTABLE DISCARDABLE +BEGIN IDC_MOTION "Higher settings give higher-quality results, at the cost of slower encoding. 5 (default) should suffice for most jobs." IDC_QUANTTYPE "H.263 smooths the image whereas MPEG (slightly slower) sharpens.\nModulated varies between the two.\nCustom lets you define your own matrix via the Quantization tab." IDC_FOURCC "Choose what you would like the avi to identify itself as" @@ -782,13 +827,12 @@ STRINGTABLE DISCARDABLE BEGIN - IDC_DX50BVOP "Generate DivX 5.x compatible B-frames. DivX 5.x fails to decode B-frames where the future reference frame is an I-frame." - IDC_FRAMEDROP "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames." - IDC_KFTRESHOLD "I-frames appearing in the range below this value will be treated as consecutive keyframes." - IDC_KFREDUCTION "Reduction of bitrate for the first consecutive i-frames. The last i-frame will get treated normally." + IDC_QPEL "Use Quarter PixEL resolution for encoding for a more precise motion estimation" + IDC_CHROMAME "Use chroma information to detect motion (slow!)" + IDC_BQUANTOFFSET "B-frame quantizer offset from last p-frame quantizer; refer to b-frame quant ratio (above)" END -#endif // Englisch (Australien) resources +#endif // English (Australia) resources /////////////////////////////////////////////////////////////////////////////