[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.5, Wed Feb 12 13:23:32 2003 UTC
# 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 97  Line 98 
98  BEGIN  BEGIN
99      COMBOBOX        IDC_MOTION,112,16,76,76,CBS_DROPDOWNLIST | WS_VSCROLL |      COMBOBOX        IDC_MOTION,112,16,76,76,CBS_DROPDOWNLIST | WS_VSCROLL |
100                      WS_TABSTOP                      WS_TABSTOP
101      COMBOBOX        IDC_QUANTTYPE,112,32,76,76,CBS_DROPDOWNLIST | WS_VSCROLL |      COMBOBOX        IDC_QUANTTYPE,112,29,76,76,CBS_DROPDOWNLIST | WS_VSCROLL |
102                      WS_TABSTOP                      WS_TABSTOP
103      COMBOBOX        IDC_FOURCC,112,48,76,76,CBS_DROPDOWNLIST | WS_VSCROLL |      COMBOBOX        IDC_FOURCC,112,42,76,76,CBS_DROPDOWNLIST | WS_VSCROLL |
104                      WS_TABSTOP                      WS_TABSTOP
105      EDITTEXT        IDC_MAXKEY,112,64,76,12,ES_AUTOHSCROLL | ES_NUMBER      EDITTEXT        IDC_MAXKEY,112,72,76,12,ES_AUTOHSCROLL | ES_NUMBER
106      EDITTEXT        IDC_MINKEY,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER      EDITTEXT        IDC_MINKEY,112,86,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,100,80,10
109        CONTROL         "Enable greyscale",IDC_GREYSCALE,"Button",
110                        BS_AUTOCHECKBOX | WS_TABSTOP,101,100,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,111,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,110,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_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,29,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,42,80,12,SS_CENTERIMAGE
134      LTEXT           "Maximum I-frame interval:",IDC_STATIC,12,64,80,12,      LTEXT           "Maximum I-frame interval:",IDC_STATIC,12,72,80,12,
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,86,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        LTEXT           "VHQ mode:",IDC_STATIC,12,58,38,8
145        COMBOBOX        IDC_VHQ,112,55,76,76,CBS_DROPDOWNLIST | WS_VSCROLL |
146                        WS_TABSTOP
147  END  END
148    
149  IDD_QUANT DIALOG DISCARDABLE  0, 0, 200, 217  IDD_QUANT DIALOG DISCARDABLE  0, 0, 200, 217
# Line 623  Line 637 
637                      SS_CENTERIMAGE                      SS_CENTERIMAGE
638  END  END
639    
640    IDD_POSTPROC DIALOG DISCARDABLE  0, 0, 186, 146
641    STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
642    CAPTION "Post processing"
643    FONT 8, "MS Sans Serif"
644    BEGIN
645        CONTROL         "Luma deblocking",IDC_DEBLOCK_Y,"Button",BS_AUTOCHECKBOX |
646                        WS_TABSTOP,7,28,70,10
647        CONTROL         "Chroma deblocking",IDC_DEBLOCK_UV,"Button",
648                        BS_AUTOCHECKBOX | WS_TABSTOP,7,40,77,10
649    END
650    
651    
652  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
653  //  //
# Line 636  Line 661 
661      BEGIN      BEGIN
662          LEFTMARGIN, 7          LEFTMARGIN, 7
663          TOPMARGIN, 7          TOPMARGIN, 7
664          BOTTOMMARGIN, 106          BOTTOMMARGIN, 136
665      END      END
666    
667      IDD_GLOBAL, DIALOG      IDD_GLOBAL, DIALOG
# Line 696  Line 721 
721          RIGHTMARGIN, 193          RIGHTMARGIN, 193
722          TOPMARGIN, 7          TOPMARGIN, 7
723      END      END
724    
725        IDD_POSTPROC, DIALOG
726        BEGIN
727            LEFTMARGIN, 7
728            RIGHTMARGIN, 179
729            TOPMARGIN, 7
730            BOTTOMMARGIN, 139
731        END
732  END  END
733  #endif    // APSTUDIO_INVOKED  #endif    // APSTUDIO_INVOKED
734    
# Line 717  Line 750 
750      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)"
751      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"
752      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."
753      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"
754      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"
755      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"
756      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 761 
761    
762  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
763  BEGIN  BEGIN
764        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."
765        IDC_FRAMEDROP           "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames."
766        IDC_KFTRESHOLD          "I-frames appearing in the range below this value will be treated as consecutive keyframes."
767        IDC_KFREDUCTION         "Reduction of bitrate for the first consecutive i-frames. The last i-frame will get treated normally."
768        IDC_CREDITS_GREYSCALE   "Encode credits in black&white"
769        IDC_GMC                 "Use Global Motion Compensation to better catch camera pans etc."
770    END
771    
772    STRINGTABLE DISCARDABLE
773    BEGIN
774      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."
775      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."
776      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 830 
830    
831  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
832  BEGIN  BEGIN
833      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"
834      IDC_FRAMEDROP           "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames."      IDC_CHROMAME            "Use chroma information to detect motion (slow!)"
835      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)"
836      IDC_KFREDUCTION         "Reduction of bitrate for the first consecutive i-frames. The last i-frame will get treated normally."      IDC_VHQ                 "VHQ enables an additional search process to increase quality."
     IDC_CREDITS_GREYSCALE   "Encode credits in black&white"  
837  END  END
838    
839  #endif    // Englisch (Australien) resources  #endif    // Englisch (Australien) resources

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

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