[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 324, Sun Jul 21 03:49:47 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,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 703  Line 707 
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  END
719    
720  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
# Line 769  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.235  
changed lines
  Added in v.324

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