[svn] / branches / dev-api-3 / vfw / src / config.rc Repository:
ViewVC logotype

Diff of /branches/dev-api-3/vfw/src/config.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 392, Wed Sep 4 18:44:41 2002 UTC revision 660, Tue Nov 19 13:23:17 2002 UTC
# Line 13  Line 13 
13  #undef APSTUDIO_READONLY_SYMBOLS  #undef APSTUDIO_READONLY_SYMBOLS
14    
15  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
16  // Deutsch (Deutschland) resources  // German (Germany) resources
17    
18  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
19  #ifdef _WIN32  #ifdef _WIN32
# Line 27  Line 27 
27  //  //
28    
29  IDB_LOGO                BITMAP  DISCARDABLE     "XviD_logo.bmp"  IDB_LOGO                BITMAP  DISCARDABLE     "XviD_logo.bmp"
30  #endif    // Deutsch (Deutschland) resources  #endif    // German (Germany) resources
31  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
32    
33    
34  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
35  // Englisch (Australien) resources  // English (Australia) resources
36    
37  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)
38  #ifdef _WIN32  #ifdef _WIN32
# Line 105  Line 105 
105      EDITTEXT        IDC_MINKEY,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER      EDITTEXT        IDC_MINKEY,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER
106      CONTROL         "Enable lumi masking",IDC_LUMMASK,"Button",      CONTROL         "Enable lumi masking",IDC_LUMMASK,"Button",
107                      BS_AUTOCHECKBOX | WS_TABSTOP,16,96,80,10                      BS_AUTOCHECKBOX | WS_TABSTOP,16,96,80,10
108        CONTROL         "Enable greyscale",IDC_GREYSCALE,"Button",
109                        BS_AUTOCHECKBOX | WS_TABSTOP,101,96,71,10
110      CONTROL         "Enable interlacing",IDC_INTERLACING,"Button",      CONTROL         "Enable interlacing",IDC_INTERLACING,"Button",
111                      BS_AUTOCHECKBOX | WS_TABSTOP,16,108,72,10                      BS_AUTOCHECKBOX | WS_TABSTOP,16,108,72,10
112      EDITTEXT        IDC_MAXBFRAMES,111,146,76,12,ES_AUTOHSCROLL      CONTROL         "Use chroma motion",IDC_CHROMAME,"Button",
113      EDITTEXT        IDC_BQUANTRATIO,111,162,76,12,ES_AUTOHSCROLL                      BS_AUTOCHECKBOX | WS_TABSTOP,101,108,77,10
114        CONTROL         "Quarterpel",IDC_QPEL,"Button",BS_AUTOCHECKBOX |
115                        WS_TABSTOP,16,122,49,10
116        CONTROL         "Global Motion Compensation",IDC_GMC,"Button",
117                        BS_AUTOCHECKBOX | WS_TABSTOP,86,121,106,10
118        EDITTEXT        IDC_MAXBFRAMES,111,144,76,12,ES_AUTOHSCROLL
119        EDITTEXT        IDC_BQUANTRATIO,111,157,76,12,ES_AUTOHSCROLL
120        EDITTEXT        IDC_BQUANTOFFSET,111,169,76,12,ES_AUTOHSCROLL
121      CONTROL         "Packed bitstream",IDC_PACKED,"Button",BS_AUTOCHECKBOX |      CONTROL         "Packed bitstream",IDC_PACKED,"Button",BS_AUTOCHECKBOX |
122                      WS_TABSTOP,13,175,71,10                      WS_TABSTOP,13,183,71,10
123      CONTROL         "DX50 B-VOP compatibility",IDC_DX50BVOP,"Button",      CONTROL         "DX50 B-VOP compatibility",IDC_DX50BVOP,"Button",
124                      BS_AUTOCHECKBOX | WS_TABSTOP,13,186,97,10                      BS_AUTOCHECKBOX | WS_TABSTOP,13,194,97,10
125      CONTROL         "Print debug info on each frame",IDC_DEBUG,"Button",      CONTROL         "Print debug info on each frame",IDC_DEBUG,"Button",
126                      BS_AUTOCHECKBOX | WS_TABSTOP,13,198,113,10                      BS_AUTOCHECKBOX | WS_TABSTOP,13,204,113,10
127      LTEXT           "Motion search precision:",IDC_STATIC,12,16,80,12,      LTEXT           "Motion search precision:",IDC_STATIC,12,16,80,12,
128                      SS_CENTERIMAGE                      SS_CENTERIMAGE
129      GROUPBOX        "Global settings",IDC_STATIC,4,4,192,120      GROUPBOX        "Global settings",IDC_STATIC,4,4,192,130
130      LTEXT           "Quantization type:",IDC_STATIC,12,32,80,12,      LTEXT           "Quantization type:",IDC_STATIC,12,32,80,12,
131                      SS_CENTERIMAGE                      SS_CENTERIMAGE
132      LTEXT           "FourCC used:",IDC_STATIC,12,48,80,12,SS_CENTERIMAGE      LTEXT           "FourCC used:",IDC_STATIC,12,48,80,12,SS_CENTERIMAGE
# Line 125  Line 134 
134                      SS_CENTERIMAGE                      SS_CENTERIMAGE
135      LTEXT           "Minimum I-frame interval:",IDC_STATIC,12,80,100,12,      LTEXT           "Minimum I-frame interval:",IDC_STATIC,12,80,100,12,
136                      SS_CENTERIMAGE                      SS_CENTERIMAGE
137      LTEXT           "Maximum B-frames:",IDC_BSTATIC2,7,150,101,11      LTEXT           "Maximum B-frames:",IDC_BSTATIC2,13,146,96,11
138      GROUPBOX        "B-frame control",IDC_BSTATIC1,4,133,192,80      GROUPBOX        "B-frame control",IDC_BSTATIC1,4,136,192,79
139      LTEXT           "B-frame quantizer ratio (%):",IDC_BSTATIC3,7,162,89,8      LTEXT           "B-frame quantizer ratio (%):",IDC_BSTATIC3,13,158,89,8
140      CONTROL         "Enable greyscale",IDC_GREYSCALE,"Button",      LTEXT           "B-frame quantizer offset:",IDC_STATIC,13,171,77,8
                     BS_AUTOCHECKBOX | WS_TABSTOP,101,96,71,10  
141  END  END
142    
143  IDD_QUANT DIALOG DISCARDABLE  0, 0, 200, 217  IDD_QUANT DIALOG DISCARDABLE  0, 0, 200, 217
# Line 717  Line 725 
725      IDC_INTERLACING         "Enables interlaced frame support - only use if your source contains interlacing artifacts (i.e. fields instead of progressive frames)"      IDC_INTERLACING         "Enables interlaced frame support - only use if your source contains interlacing artifacts (i.e. fields instead of progressive frames)"
726      IDC_OVERDEG             "How much of the overflow the codec can eat into during oversized sections - larger values will bridge the gap faster"      IDC_OVERDEG             "How much of the overflow the codec can eat into during oversized sections - larger values will bridge the gap faster"
727      IDC_MAXBFRAMES          "Maximum number of sequential B-frames. When set to < 0 the original IP-frame encoder is used."      IDC_MAXBFRAMES          "Maximum number of sequential B-frames. When set to < 0 the original IP-frame encoder is used."
728      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"
729      IDC_OVERIMP             "How much of the overflow the codec can eat into during undersized 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"
730      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"
731      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_REACTIONDELAY   "Determines how slowly it will adjust the current encoding quality based upon scene intensity - this has the strongest influence on quality"
# Line 728  Line 736 
736    
737  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
738  BEGIN  BEGIN
739        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."
740        IDC_FRAMEDROP           "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames."
741        IDC_KFTRESHOLD          "I-frames appearing in the range below this value will be treated as consecutive keyframes."
742        IDC_KFREDUCTION         "Reduction of bitrate for the first consecutive i-frames. The last i-frame will get treated normally."
743        IDC_CREDITS_GREYSCALE   "Encode credits in black&white"
744        IDC_GMC                 "Use Global Motion Compensation to better catch camera pans etc."
745    END
746    
747    STRINGTABLE DISCARDABLE
748    BEGIN
749      IDC_MOTION              "Higher settings give higher-quality results, at the cost of slower encoding.  5 (default) should suffice for most jobs."      IDC_MOTION              "Higher settings give higher-quality results, at the cost of slower encoding.  5 (default) should suffice for most jobs."
750      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_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."
751      IDC_FOURCC              "Choose what you would like the avi to identify itself as"      IDC_FOURCC              "Choose what you would like the avi to identify itself as"
# Line 787  Line 805 
805    
806  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
807  BEGIN  BEGIN
808      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_QPEL                "Use Quarter PixEL resolution for encoding for a more precise motion estimation"
809      IDC_FRAMEDROP           "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames."      IDC_CHROMAME            "Use chroma information to detect motion (slow!)"
810      IDC_KFTRESHOLD          "I-frames appearing in the range below this value will be treated as consecutive keyframes."      IDC_BQUANTOFFSET        "B-frame quantizer offset from last p-frame quantizer; refer to b-frame quant ratio (above)"
     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"  
811  END  END
812    
813  #endif    // Englisch (Australien) resources  #endif    // English (Australia) resources
814  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
815    
816    

Legend:
Removed from v.392  
changed lines
  Added in v.660

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4