--- trunk/vfw/src/config.rc 2002/04/08 12:51:41 109 +++ trunk/vfw/src/config.rc 2002/04/21 10:47:53 131 @@ -71,7 +71,7 @@ // Dialog // -IDD_MAIN DIALOG DISCARDABLE 0, 0, 184, 145 +IDD_MAIN DIALOG DISCARDABLE 0, 0, 184, 129 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "XviD Configuration" FONT 8, "MS Sans Serif" @@ -84,13 +84,10 @@ EDITTEXT IDC_VALUE,96,48,76,12,ES_AUTOHSCROLL | ES_NUMBER 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,80 - EDITTEXT IDC_CBRBUFFER,96,64,76,12,ES_AUTOHSCROLL | ES_NUMBER - LTEXT "Reaction Delay Factor:",IDC_CBRBUFFER_STATIC,12,64,80, - 12,SS_CENTERIMAGE - PUSHBUTTON "Advanced options...",IDC_ADVANCED,52,92,80,12 - PUSHBUTTON "Load Defaults...",IDC_DEFAULTS,52,108,80,12 - DEFPUSHBUTTON "OK",IDOK,52,124,80,12 + GROUPBOX "Encoding options",IDC_STATIC,4,4,176,64 + 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 END IDD_GLOBAL DIALOG DISCARDABLE 0, 0, 200, 217 @@ -156,38 +153,38 @@ CAPTION "Two Pass" FONT 8, "MS Sans Serif" BEGIN - GROUPBOX "Two-pass tuning",IDC_STATIC,4,4,192,60 - LTEXT "Bitrate payback delay (frames):",IDC_STATIC,12,112,100, + GROUPBOX "Two-pass tuning",IDC_STATIC,4,4,192,44 + LTEXT "Bitrate payback delay (frames):",IDC_STATIC,12,100,100, 12,SS_CENTERIMAGE - EDITTEXT IDC_PAYBACK,112,112,76,12,ES_AUTOHSCROLL | ES_NUMBER - LTEXT "High bitrate scenes %:",IDC_STATIC,12,80,100,12, + EDITTEXT IDC_PAYBACK,112,100,76,12,ES_AUTOHSCROLL | ES_NUMBER + LTEXT "High bitrate scenes %:",IDC_STATIC,12,68,100,12, SS_CENTERIMAGE - EDITTEXT IDC_CURVECOMPH,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER - LTEXT "Low bitrate scenes %:",IDC_STATIC,12,96,100,12, + EDITTEXT IDC_CURVECOMPH,112,68,76,12,ES_AUTOHSCROLL | ES_NUMBER + LTEXT "Low bitrate scenes %:",IDC_STATIC,12,84,100,12, SS_CENTERIMAGE - EDITTEXT IDC_CURVECOMPL,112,96,76,12,ES_AUTOHSCROLL | ES_NUMBER - GROUPBOX "Curve compression",IDC_STATIC,4,68,192,88 + EDITTEXT IDC_CURVECOMPL,112,84,76,12,ES_AUTOHSCROLL | ES_NUMBER + GROUPBOX "Curve compression",IDC_STATIC,4,56,192,88 LTEXT "I-frame boost %:",IDC_STATIC,12,16,100,12, SS_CENTERIMAGE EDITTEXT IDC_KFBOOST,112,16,76,12,ES_AUTOHSCROLL | ES_NUMBER CONTROL "Payback with bias",IDC_PAYBACKBIAS,"Button", - BS_AUTORADIOBUTTON | WS_GROUP,16,128,96,12 + BS_AUTORADIOBUTTON | WS_GROUP,16,116,96,12 CONTROL "Payback proportionally",IDC_PAYBACKPROP,"Button", - BS_AUTORADIOBUTTON,16,139,96,12 + BS_AUTORADIOBUTTON,16,127,96,12 CONTROL "Discard first pass",IDC_DISCARD1PASS,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,16,48,69,10 + BS_AUTOCHECKBOX | WS_TABSTOP,16,32,69,10 CONTROL "Dummy 2nd pass",IDC_DUMMY2PASS,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,100,48,70,10 - EDITTEXT IDC_STATS2,64,196,112,12,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_STATS2_BROWSE,180,196,16,11 - LTEXT "2nd pass stats:",IDC_STATIC,4,196,52,12,SS_CENTERIMAGE - LTEXT "1st pass stats:",IDC_STATIC,4,180,52,12,SS_CENTERIMAGE - EDITTEXT IDC_STATS1,64,180,112,12,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_STATS1_BROWSE,180,180,16,11 - EDITTEXT IDC_HINTFILE,64,164,112,12,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_HINT_BROWSE,180,164,16,11 + WS_TABSTOP,100,32,70,10 + EDITTEXT IDC_STATS2,64,184,112,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_STATS2_BROWSE,180,184,16,11 + LTEXT "2nd pass stats:",IDC_STATIC,4,184,52,12,SS_CENTERIMAGE + LTEXT "1st pass stats:",IDC_STATIC,4,168,52,12,SS_CENTERIMAGE + EDITTEXT IDC_STATS1,64,168,112,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_STATS1_BROWSE,180,168,16,11 + EDITTEXT IDC_HINTFILE,64,152,112,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_HINT_BROWSE,180,152,16,11 CONTROL "Hinted ME:",IDC_HINTEDME,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,4,164,52,12 + WS_TABSTOP,4,152,52,12 END IDD_CREDITS DIALOG DISCARDABLE 0, 0, 200, 217 @@ -242,7 +239,7 @@ IDD_CPU DIALOG DISCARDABLE 0, 0, 200, 217 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "CPU" +CAPTION "Debug" FONT 8, "MS Sans Serif" BEGIN CONTROL "Automatically detect optimizations",IDC_CPU_AUTO,"Button", @@ -262,6 +259,17 @@ CONTROL "3DNow! 2",IDC_CPU_3DNOWEXT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,100,48,10 GROUPBOX "Performance optimizations",IDC_STATIC,4,4,192,112 + GROUPBOX "CBR options",IDC_STATIC,4,120,192,64 + EDITTEXT IDC_CBR_REACTIONDELAY,112,132,76,12,ES_AUTOHSCROLL | + ES_NUMBER + LTEXT "Reaction Delay Factor:",IDC_STATIC,12,132,80,12, + SS_CENTERIMAGE + EDITTEXT IDC_CBR_AVERAGINGPERIOD,112,148,76,12,ES_AUTOHSCROLL | + ES_NUMBER + LTEXT "Averaging period:",IDC_STATIC,12,148,80,12, + SS_CENTERIMAGE + EDITTEXT IDC_CBR_BUFFER,112,164,76,12,ES_AUTOHSCROLL | ES_NUMBER + LTEXT "Smoother:",IDC_STATIC,12,164,80,12,SS_CENTERIMAGE END IDD_QUANTMATRIX DIALOG DISCARDABLE 0, 0, 288, 149 @@ -604,7 +612,7 @@ BEGIN LEFTMARGIN, 7 TOPMARGIN, 7 - BOTTOMMARGIN, 122 + BOTTOMMARGIN, 106 END IDD_GLOBAL, DIALOG @@ -676,11 +684,15 @@ STRINGTABLE DISCARDABLE BEGIN IDC_MODE "1-pass CBR encodes to your specified bitrate.\n1-pass quality and quantizer encodes every frame at the same quality.\n2-pass 1st pass gathers statistics for the 2nd pass.\n2-pass internal scales the 2nd pass to your desired file size.\n2-pass external relies on GKnot to scale the .stats file." - IDC_CBRBUFFER "Governs how quickly the rate control system reacts to changes in scene intensity - lower values respond faster" -END - -STRINGTABLE DISCARDABLE -BEGIN + IDC_ALTCURVELOW "Distance from the average framesize where the best quality will be applied" + IDC_MINQUAL "The minimum produced quality in relation to the best produced quality" + 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_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" + IDC_CBR_AVERAGINGPERIOD "Determines how slowly it adapts to the current adjusted quality" + IDC_CBR_BUFFER "Provides said number of frames worth of buffer between the adjusted encoding quality and lowest possible quality" 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" @@ -694,10 +706,6 @@ IDC_KFBOOST "A value of 20 will give 20% more bits to every I-frame" IDC_MINKEY "Minimum space between I-frames - should be less than 10, set to 1 to disable forced I-frame spacing" IDC_DISCARD1PASS "Check this if you would like to skip the storage of the 1st pass output. It is often very large." -END - -STRINGTABLE DISCARDABLE -BEGIN IDC_DUMMY2PASS "Performs a dummy 2nd pass - doesn't output any video data" IDC_CURVECOMPH "The higher this value, the more bits get taken from frames larger than the average size, and redistributed to others" IDC_CURVECOMPL "The higher this value, the more bits get assigned to frames below the average frame size" @@ -709,10 +717,6 @@ IDC_CREDITS_START_BEGIN "Credits begin at this frame" IDC_CREDITS_START_END "Credits end at this frame" IDC_CREDITS_END_START "Credits start at this frame" -END - -STRINGTABLE DISCARDABLE -BEGIN IDC_CREDITS_END_END "Credits end at this frame" IDC_CREDITS_RATE "Encode credits at this % rate of the rest of the movie" IDC_CREDITS_QUANTI "Encode credits I-frames with this quantizer" @@ -721,16 +725,8 @@ IDC_CREDITS_END_SIZE "Encode ending credits to fit into this many kbytes" IDC_CPU_AUTO "Enable XviD's internal CPU detection" IDC_CPU_FORCE "Override XviD's internal CPU detection (not recommended)" -END - -STRINGTABLE DISCARDABLE -BEGIN IDC_LOAD "Load a pair of custom intra/inter matrices" IDC_SAVE "Save the current intra/inter matrices to a file" -END - -STRINGTABLE DISCARDABLE -BEGIN IDC_USEALT "Use Foxer's alternative 2-pass curve system (still uses bias and boost information from other 2-pass tab)" IDC_AUTOSTR "How much influence a poor desired quality (file size) has on minimum relative quality" IDC_BONUSBIAS "The percentage of the bonus that will be applied with bias (the rest is proportionally distributed)" @@ -738,15 +734,6 @@ IDC_ALTCURVEHIGH "Distance from the average framesize where the minimum relative quality will be applied" END -STRINGTABLE DISCARDABLE -BEGIN - IDC_ALTCURVELOW "Distance from the average framesize where the best quality will be applied" - IDC_MINQUAL "The minimum produced quality in relation to the best produced quality" - IDC_OVERDEG "How much of the overflow the codec can eat into during oversized sections - larger values will bridge the gap faster" - 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" -END - #endif // English (Australia) resources /////////////////////////////////////////////////////////////////////////////