[cvs] / vfw / src / config.rc Repository:
ViewVC logotype

Diff of /vfw/src/config.rc

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

revision 1.17, Mon Aug 5 18:26:31 2002 UTC revision 1.17.2.3, Sun Jan 12 16:36:51 2003 UTC
# Line 7  Line 7 
7  //  //
8  // Generated from the TEXTINCLUDE 2 resource.  // Generated from the TEXTINCLUDE 2 resource.
9  //  //
10  #include "afxres.h"  #include "winres.h"
11    
12  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
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 71  Line 71 
71  // Dialog  // Dialog
72  //  //
73    
74  IDD_MAIN DIALOG DISCARDABLE  0, 0, 184, 129  IDD_MAIN DIALOG DISCARDABLE  0, 0, 184, 145
75  STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU  STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
76  CAPTION "XviD Configuration"  CAPTION "XviD Configuration"
77  FONT 8, "MS Sans Serif"  FONT 8, "MS Sans Serif"
# Line 81  Line 81 
81      CONTROL         "Slider1",IDC_SLIDER,"msctls_trackbar32",TBS_BOTH |      CONTROL         "Slider1",IDC_SLIDER,"msctls_trackbar32",TBS_BOTH |
82                      TBS_NOTICKS | WS_TABSTOP,96,32,76,12                      TBS_NOTICKS | WS_TABSTOP,96,32,76,12
83      EDITTEXT        IDC_VALUE,96,48,76,12,ES_AUTOHSCROLL | ES_NUMBER      EDITTEXT        IDC_VALUE,96,48,76,12,ES_AUTOHSCROLL | ES_NUMBER
84      PUSHBUTTON      "Advanced options...",IDC_ADVANCED,52,76,80,12      PUSHBUTTON      "Advanced options...",IDC_ADVANCED,52,75,80,12
85      PUSHBUTTON      "Load Defaults...",IDC_DEFAULTS,52,92,80,12      PUSHBUTTON      "Decoder options...",IDC_DECODER,52,91,80,12
86      DEFPUSHBUTTON   "OK",IDOK,52,108,80,12      DEFPUSHBUTTON   "OK",IDOK,52,123,80,12
87      LTEXT           "Encoding Mode:",IDC_STATIC,12,16,80,12,SS_CENTERIMAGE      LTEXT           "Encoding Mode:",IDC_STATIC,12,16,80,12,SS_CENTERIMAGE
88      LTEXT           "",IDC_SLIDER_STATIC,12,32,80,12,SS_CENTERIMAGE      LTEXT           "",IDC_SLIDER_STATIC,12,32,80,12,SS_CENTERIMAGE
89      LTEXT           "",IDC_VALUE_STATIC,12,48,80,12,SS_CENTERIMAGE      LTEXT           "",IDC_VALUE_STATIC,12,48,80,12,SS_CENTERIMAGE
90      GROUPBOX        "Encoding options",IDC_STATIC,4,4,176,64      GROUPBOX        "Encoding options",IDC_STATIC,4,4,176,64
91        PUSHBUTTON      "Load Defaults...",IDC_DEFAULTS,52,107,80,12
92  END  END
93    
94  IDD_GLOBAL DIALOG DISCARDABLE  0, 0, 200, 217  IDD_GLOBAL DIALOG DISCARDABLE  0, 0, 200, 217
# Line 105  Line 106 
106      EDITTEXT        IDC_MINKEY,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER      EDITTEXT        IDC_MINKEY,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER
107      CONTROL         "Enable lumi masking",IDC_LUMMASK,"Button",      CONTROL         "Enable lumi masking",IDC_LUMMASK,"Button",
108                      BS_AUTOCHECKBOX | WS_TABSTOP,16,96,80,10                      BS_AUTOCHECKBOX | WS_TABSTOP,16,96,80,10
109        CONTROL         "Enable greyscale",IDC_GREYSCALE,"Button",
110                        BS_AUTOCHECKBOX | WS_TABSTOP,101,96,71,10
111      CONTROL         "Enable interlacing",IDC_INTERLACING,"Button",      CONTROL         "Enable interlacing",IDC_INTERLACING,"Button",
112                      BS_AUTOCHECKBOX | WS_TABSTOP,16,108,72,10                      BS_AUTOCHECKBOX | WS_TABSTOP,16,108,72,10
113      EDITTEXT        IDC_MAXBFRAMES,111,146,76,12,ES_AUTOHSCROLL      CONTROL         "Use chroma motion",IDC_CHROMAME,"Button",
114      EDITTEXT        IDC_BQUANTRATIO,111,162,76,12,ES_AUTOHSCROLL                      BS_AUTOCHECKBOX | WS_TABSTOP,101,108,77,10
115        CONTROL         "Quarterpel",IDC_QPEL,"Button",BS_AUTOCHECKBOX |
116                        WS_TABSTOP,16,122,49,10
117        CONTROL         "Global Motion Compensation",IDC_GMC,"Button",
118                        BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,86,121,106,10
119        EDITTEXT        IDC_MAXBFRAMES,111,144,76,12,ES_AUTOHSCROLL
120        EDITTEXT        IDC_BQUANTRATIO,111,157,76,12,ES_AUTOHSCROLL
121        EDITTEXT        IDC_BQUANTOFFSET,111,169,76,12,ES_AUTOHSCROLL
122      CONTROL         "Packed bitstream",IDC_PACKED,"Button",BS_AUTOCHECKBOX |      CONTROL         "Packed bitstream",IDC_PACKED,"Button",BS_AUTOCHECKBOX |
123                      WS_TABSTOP,13,175,71,10                      WS_TABSTOP,13,183,71,10
124      CONTROL         "DX50 B-VOP compatibility",IDC_DX50BVOP,"Button",      CONTROL         "DX50 B-VOP compatibility",IDC_DX50BVOP,"Button",
125                      BS_AUTOCHECKBOX | WS_TABSTOP,13,186,97,10                      BS_AUTOCHECKBOX | WS_TABSTOP,13,194,97,10
126      CONTROL         "Print debug info on each frame",IDC_DEBUG,"Button",      CONTROL         "Print debug info on each frame",IDC_DEBUG,"Button",
127                      BS_AUTOCHECKBOX | WS_TABSTOP,13,198,113,10                      BS_AUTOCHECKBOX | WS_TABSTOP,13,204,113,10
128      LTEXT           "Motion search precision:",IDC_STATIC,12,16,80,12,      LTEXT           "Motion search precision:",IDC_STATIC,12,16,80,12,
129                      SS_CENTERIMAGE                      SS_CENTERIMAGE
130      GROUPBOX        "Global settings",IDC_STATIC,4,4,192,120      GROUPBOX        "Global settings",IDC_STATIC,4,4,192,130
131      LTEXT           "Quantization type:",IDC_STATIC,12,32,80,12,      LTEXT           "Quantization type:",IDC_STATIC,12,32,80,12,
132                      SS_CENTERIMAGE                      SS_CENTERIMAGE
133      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 135 
135                      SS_CENTERIMAGE                      SS_CENTERIMAGE
136      LTEXT           "Minimum I-frame interval:",IDC_STATIC,12,80,100,12,      LTEXT           "Minimum I-frame interval:",IDC_STATIC,12,80,100,12,
137                      SS_CENTERIMAGE                      SS_CENTERIMAGE
138      LTEXT           "Maximum B-frames:",IDC_BSTATIC2,7,150,101,11      LTEXT           "Maximum B-frames:",IDC_BSTATIC2,13,146,96,11
139      GROUPBOX        "B-frame control",IDC_BSTATIC1,4,133,192,80      GROUPBOX        "B-frame control",IDC_BSTATIC1,4,136,192,79
140      LTEXT           "B-frame quantizer ratio (%):",IDC_BSTATIC3,7,162,89,8      LTEXT           "B-frame quantizer ratio (%):",IDC_BSTATIC3,13,158,89,8
141      CONTROL         "Enable greyscale",IDC_GREYSCALE,"Button",      LTEXT           "B-frame quantizer offset:",IDC_STATIC,13,171,77,8
142                      BS_AUTOCHECKBOX | WS_TABSTOP,101,96,71,10      CONTROL         "Reduced resolution",IDC_REDUCED,"Button",
143                        BS_AUTOCHECKBOX | WS_TABSTOP,110,7,77,10
144  END  END
145    
146  IDD_QUANT DIALOG DISCARDABLE  0, 0, 200, 217  IDD_QUANT DIALOG DISCARDABLE  0, 0, 200, 217
# Line 623  Line 634 
634                      SS_CENTERIMAGE                      SS_CENTERIMAGE
635  END  END
636    
637    IDD_POSTPROC DIALOG DISCARDABLE  0, 0, 186, 146
638    STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
639    CAPTION "Post processing"
640    FONT 8, "MS Sans Serif"
641    BEGIN
642        CONTROL         "Luma deblocking",IDC_DEBLOCK_Y,"Button",BS_AUTOCHECKBOX |
643                        WS_TABSTOP,7,28,70,10
644        CONTROL         "Chroma deblocking",IDC_DEBLOCK_UV,"Button",
645                        BS_AUTOCHECKBOX | WS_TABSTOP,7,40,77,10
646    END
647    
648    
649  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
650  //  //
# Line 636  Line 658 
658      BEGIN      BEGIN
659          LEFTMARGIN, 7          LEFTMARGIN, 7
660          TOPMARGIN, 7          TOPMARGIN, 7
661          BOTTOMMARGIN, 106          BOTTOMMARGIN, 136
662      END      END
663    
664      IDD_GLOBAL, DIALOG      IDD_GLOBAL, DIALOG
# Line 696  Line 718 
718          RIGHTMARGIN, 193          RIGHTMARGIN, 193
719          TOPMARGIN, 7          TOPMARGIN, 7
720      END      END
721    
722        IDD_POSTPROC, DIALOG
723        BEGIN
724            LEFTMARGIN, 7
725            RIGHTMARGIN, 179
726            TOPMARGIN, 7
727            BOTTOMMARGIN, 139
728        END
729  END  END
730  #endif    // APSTUDIO_INVOKED  #endif    // APSTUDIO_INVOKED
731    
# Line 717  Line 747 
747      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)"
748      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"
749      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."
750      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"
751      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"
752      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"
753      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 758 
758    
759  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
760  BEGIN  BEGIN
761        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."
762        IDC_FRAMEDROP           "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames."
763        IDC_KFTRESHOLD          "I-frames appearing in the range below this value will be treated as consecutive keyframes."
764        IDC_KFREDUCTION         "Reduction of bitrate for the first consecutive i-frames. The last i-frame will get treated normally."
765        IDC_CREDITS_GREYSCALE   "Encode credits in black&white"
766        IDC_GMC                 "Use Global Motion Compensation to better catch camera pans etc."
767    END
768    
769    STRINGTABLE DISCARDABLE
770    BEGIN
771      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."
772      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."
773      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 827 
827    
828  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
829  BEGIN  BEGIN
830      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"
831      IDC_FRAMEDROP           "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames."      IDC_CHROMAME            "Use chroma information to detect motion (slow!)"
832      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"  
833  END  END
834    
835  #endif    // Englisch (Australien) resources  #endif    // English (Australia) resources
836  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
837    
838    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.2.3

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