[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 235, Sun Jun 23 03:59:49 2002 UTC revision 295, Fri Jul 12 12:26:55 2002 UTC
# Line 269  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,140
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,113,126,75,12,ES_AUTOHSCROLL
285        LTEXT           "Number of threads:",IDC_NUMTHREADS_STATIC,12,126,61,8
286  END  END
287    
288  IDD_QUANTMATRIX DIALOG DISCARDABLE  0, 0, 288, 149  IDD_QUANTMATRIX DIALOG DISCARDABLE  0, 0, 288, 149
# Line 703  Line 705 
705      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"
706      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)"
707      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"
708        IDC_MAXBFRAMES          "Maximum number of sequential B-frames. When set to < 0 the original IP-frame encoder is used."
709        IDC_BQUANTRATIO         "Ratio used to calculate the B-frame quantizer.\n\nBVOP quant = ((past VOP quant + future VOP quant) * BVOP quant ratio) / 200"
710      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"
711      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"      IDC_MAXBITRATE          "Constrains 2-pass encodes to the specified maximum bitrate"
712      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"
713      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"
714      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"
715        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."
716  END  END
717    
718  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
# Line 769  Line 774 
774      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"
775  END  END
776    
777    STRINGTABLE DISCARDABLE
778    BEGIN
779        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."
780    END
781    
782  #endif    // English (Australia) resources  #endif    // English (Australia) resources
783  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
784    

Legend:
Removed from v.235  
changed lines
  Added in v.295

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