[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 121, Mon Apr 15 08:03:50 2002 UTC revision 237, Mon Jun 24 09:50:44 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 692  Line 703 
703      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"
704      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)"
705      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"
706        IDC_MAXBFRAMES          "Maximum number of sequential B-frames. When set to < 0 the original IP-frame encoder is used."
707        IDC_BQUANTRATIO         "Ratio used to calculate the B-frame quantizer.\n\nBVOP quant = ((past VOP quant + future VOP quant) * BVOP quant ratio) / 200"
708      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"
709      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"
710      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"
711      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"
712      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"
713        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."
714  END  END
715    
716  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
# Line 758  Line 772 
772      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"
773  END  END
774    
775    STRINGTABLE DISCARDABLE
776    BEGIN
777        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."
778    END
779    
780  #endif    // English (Australia) resources  #endif    // English (Australia) resources
781  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
782    

Legend:
Removed from v.121  
changed lines
  Added in v.237

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