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

Diff of /trunk/vfw/src/config.rc

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

revision 131, Sun Apr 21 10:47:53 2002 UTC revision 324, Sun Jul 21 03:49:47 2002 UTC
# Line 117  Line 117 
117      LTEXT           "Minimum I-frame interval:",IDC_STATIC,12,80,100,12,      LTEXT           "Minimum I-frame interval:",IDC_STATIC,12,80,100,12,
118                      SS_CENTERIMAGE                      SS_CENTERIMAGE
119      EDITTEXT        IDC_MINKEY,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER      EDITTEXT        IDC_MINKEY,112,80,76,12,ES_AUTOHSCROLL | ES_NUMBER
120        EDITTEXT        IDC_MAXBFRAMES,111,146,76,12,ES_AUTOHSCROLL
121        LTEXT           "Maximum B-frames:",IDC_BSTATIC2,7,150,101,11
122        GROUPBOX        "B-frame control",IDC_BSTATIC1,4,133,192,80
123        EDITTEXT        IDC_BQUANTRATIO,111,162,76,12,ES_AUTOHSCROLL
124        LTEXT           "B-frame quantizer ratio (%):",IDC_BSTATIC3,7,162,89,8
125        CONTROL         "Packed bitstream",IDC_PACKED,"Button",BS_AUTOCHECKBOX |
126                        WS_TABSTOP,13,175,71,10
127        CONTROL         "DX50 B-VOP compatibility",IDC_DX50BVOP,"Button",
128                        BS_AUTOCHECKBOX | WS_TABSTOP,13,186,97,10
129        CONTROL         "Print debug info on each frame",IDC_DEBUG,"Button",
130                        BS_AUTOCHECKBOX | WS_TABSTOP,13,198,113,10
131  END  END
132    
133  IDD_QUANT DIALOG DISCARDABLE  0, 0, 200, 217  IDD_QUANT DIALOG DISCARDABLE  0, 0, 200, 217
# Line 258  Line 269 
269                      WS_TABSTOP,20,88,42,10                      WS_TABSTOP,20,88,42,10
270      CONTROL         "3DNow! 2",IDC_CPU_3DNOWEXT,"Button",BS_AUTOCHECKBOX |      CONTROL         "3DNow! 2",IDC_CPU_3DNOWEXT,"Button",BS_AUTOCHECKBOX |
271                      WS_TABSTOP,20,100,48,10                      WS_TABSTOP,20,100,48,10
272      GROUPBOX        "Performance optimizations",IDC_STATIC,4,4,192,112      GROUPBOX        "Performance optimizations",IDC_STATIC,4,4,192,124
273      GROUPBOX        "CBR options",IDC_STATIC,4,120,192,64      GROUPBOX        "CBR options",IDC_STATIC,4,148,192,64
274      EDITTEXT        IDC_CBR_REACTIONDELAY,112,132,76,12,ES_AUTOHSCROLL |      EDITTEXT        IDC_CBR_REACTIONDELAY,112,161,76,12,ES_AUTOHSCROLL |
275                      ES_NUMBER                      ES_NUMBER
276      LTEXT           "Reaction Delay Factor:",IDC_STATIC,12,132,80,12,      LTEXT           "Reaction Delay Factor:",IDC_STATIC,12,161,80,12,
277                      SS_CENTERIMAGE                      SS_CENTERIMAGE
278      EDITTEXT        IDC_CBR_AVERAGINGPERIOD,112,148,76,12,ES_AUTOHSCROLL |      EDITTEXT        IDC_CBR_AVERAGINGPERIOD,112,177,76,12,ES_AUTOHSCROLL |
279                      ES_NUMBER                      ES_NUMBER
280      LTEXT           "Averaging period:",IDC_STATIC,12,148,80,12,      LTEXT           "Averaging period:",IDC_STATIC,12,177,80,12,
281                      SS_CENTERIMAGE                      SS_CENTERIMAGE
282      EDITTEXT        IDC_CBR_BUFFER,112,164,76,12,ES_AUTOHSCROLL | ES_NUMBER      EDITTEXT        IDC_CBR_BUFFER,112,193,76,12,ES_AUTOHSCROLL | ES_NUMBER
283      LTEXT           "Smoother:",IDC_STATIC,12,164,80,12,SS_CENTERIMAGE      LTEXT           "Smoother:",IDC_STATIC,12,193,80,12,SS_CENTERIMAGE
284        EDITTEXT        IDC_NUMTHREADS,112,112,75,12,ES_AUTOHSCROLL
285        LTEXT           "Number of threads:",IDC_NUMTHREADS_STATIC,7,114,61,8
286        LTEXT           "Frame drop ratio:",IDC_FRAMEDROP_STATIC,7,135,68,10
287        EDITTEXT        IDC_FRAMEDROP,111,135,75,11,ES_AUTOHSCROLL
288  END  END
289    
290  IDD_QUANTMATRIX DIALOG DISCARDABLE  0, 0, 288, 149  IDD_QUANTMATRIX DIALOG DISCARDABLE  0, 0, 288, 149
# Line 684  Line 699 
699  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
700  BEGIN  BEGIN
701      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_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."
702    END
703    
704    STRINGTABLE DISCARDABLE
705    BEGIN
706      IDC_ALTCURVELOW         "Distance from the average framesize where the best quality will be applied"      IDC_ALTCURVELOW         "Distance from the average framesize where the best quality will be applied"
707      IDC_MINQUAL             "The minimum produced quality in relation to the best produced quality"      IDC_MINQUAL             "The minimum produced quality in relation to the best produced quality"
708      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)"
709      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"
710        IDC_MAXBFRAMES          "Maximum number of sequential B-frames. When set to < 0 the original IP-frame encoder is used."
711        IDC_BQUANTRATIO         "Ratio used to calculate the B-frame quantizer.\n\nBVOP quant = ((past VOP quant + future VOP quant) * BVOP quant ratio) / 200"
712      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"
713      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"
714      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"
715      IDC_CBR_AVERAGINGPERIOD "Determines how slowly it adapts to the current adjusted quality"      IDC_CBR_AVERAGINGPERIOD "Determines how slowly it adapts to the current adjusted quality"
716      IDC_CBR_BUFFER          "Provides said number of frames worth of buffer between the adjusted encoding quality and lowest possible quality"      IDC_CBR_BUFFER          "Provides said number of frames worth of buffer between the adjusted encoding quality and lowest possible quality"
717        IDC_PACKED              "When enabled the P-frames and B-frames are packed together in the one bitstreams. This permits decoding without delay.\neg. [I] [PB] [B] [empty] [PB] [B] [empty] [P]\n\nPacked bitstreams were introduced in DivX 5.01."
718    END
719    
720    STRINGTABLE DISCARDABLE
721    BEGIN
722      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."
723      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."
724      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 706  Line 732 
732      IDC_KFBOOST             "A value of 20 will give 20% more bits to every I-frame"      IDC_KFBOOST             "A value of 20 will give 20% more bits to every I-frame"
733      IDC_MINKEY              "Minimum space between I-frames - should be less than 10, set to 1 to disable forced I-frame spacing"      IDC_MINKEY              "Minimum space between I-frames - should be less than 10, set to 1 to disable forced I-frame spacing"
734      IDC_DISCARD1PASS        "Check this if you would like to skip the storage of the 1st pass output.  It is often very large."      IDC_DISCARD1PASS        "Check this if you would like to skip the storage of the 1st pass output.  It is often very large."
735    END
736    
737    STRINGTABLE DISCARDABLE
738    BEGIN
739      IDC_DUMMY2PASS          "Performs a dummy 2nd pass - doesn't output any video data"      IDC_DUMMY2PASS          "Performs a dummy 2nd pass - doesn't output any video data"
740      IDC_CURVECOMPH          "The higher this value, the more bits get taken from frames larger than the average size, and redistributed to others"      IDC_CURVECOMPH          "The higher this value, the more bits get taken from frames larger than the average size, and redistributed to others"
741      IDC_CURVECOMPL          "The higher this value, the more bits get assigned to frames below the average frame size"      IDC_CURVECOMPL          "The higher this value, the more bits get assigned to frames below the average frame size"
# Line 717  Line 747 
747      IDC_CREDITS_START_BEGIN "Credits begin at this frame"      IDC_CREDITS_START_BEGIN "Credits begin at this frame"
748      IDC_CREDITS_START_END   "Credits end at this frame"      IDC_CREDITS_START_END   "Credits end at this frame"
749      IDC_CREDITS_END_START   "Credits start at this frame"      IDC_CREDITS_END_START   "Credits start at this frame"
750    END
751    
752    STRINGTABLE DISCARDABLE
753    BEGIN
754      IDC_CREDITS_END_END     "Credits end at this frame"      IDC_CREDITS_END_END     "Credits end at this frame"
755      IDC_CREDITS_RATE        "Encode credits at this % rate of the rest of the movie"      IDC_CREDITS_RATE        "Encode credits at this % rate of the rest of the movie"
756      IDC_CREDITS_QUANTI      "Encode credits I-frames with this quantizer"      IDC_CREDITS_QUANTI      "Encode credits I-frames with this quantizer"
# Line 725  Line 759 
759      IDC_CREDITS_END_SIZE    "Encode ending credits to fit into this many kbytes"      IDC_CREDITS_END_SIZE    "Encode ending credits to fit into this many kbytes"
760      IDC_CPU_AUTO            "Enable XviD's internal CPU detection"      IDC_CPU_AUTO            "Enable XviD's internal CPU detection"
761      IDC_CPU_FORCE           "Override XviD's internal CPU detection (not recommended)"      IDC_CPU_FORCE           "Override XviD's internal CPU detection (not recommended)"
762    END
763    
764    STRINGTABLE DISCARDABLE
765    BEGIN
766      IDC_LOAD                "Load a pair of custom intra/inter matrices"      IDC_LOAD                "Load a pair of custom intra/inter matrices"
767      IDC_SAVE                "Save the current intra/inter matrices to a file"      IDC_SAVE                "Save the current intra/inter matrices to a file"
768    END
769    
770    STRINGTABLE DISCARDABLE
771    BEGIN
772      IDC_USEALT              "Use Foxer's alternative 2-pass curve system (still uses bias and boost information from other 2-pass tab)"      IDC_USEALT              "Use Foxer's alternative 2-pass curve system (still uses bias and boost information from other 2-pass tab)"
773      IDC_AUTOSTR             "How much influence a poor desired quality (file size) has on minimum relative quality"      IDC_AUTOSTR             "How much influence a poor desired quality (file size) has on minimum relative quality"
774      IDC_BONUSBIAS           "The percentage of the bonus that will be applied with bias (the rest is proportionally distributed)"      IDC_BONUSBIAS           "The percentage of the bonus that will be applied with bias (the rest is proportionally distributed)"
# Line 734  Line 776 
776      IDC_ALTCURVEHIGH        "Distance from the average framesize where the minimum relative quality will be applied"      IDC_ALTCURVEHIGH        "Distance from the average framesize where the minimum relative quality will be applied"
777  END  END
778    
779    STRINGTABLE DISCARDABLE
780    BEGIN
781        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."
782        IDC_FRAMEDROP           "Frame dropping ratio [0-100]. 0 = no frame dropping .. 100 = drop all frames."
783    END
784    
785  #endif    // English (Australia) resources  #endif    // English (Australia) resources
786  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
787    

Legend:
Removed from v.131  
changed lines
  Added in v.324

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