[cvs] / xvidcore / vfw / src / resource.rc Repository:
ViewVC logotype

Diff of /xvidcore/vfw/src/resource.rc

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

revision 1.2.2.2, Thu May 6 10:59:19 2004 UTC revision 1.4, Fri Apr 2 21:29:21 2004 UTC
# Line 176  Line 176 
176                      SS_CENTERIMAGE                      SS_CENTERIMAGE
177      LTEXT           "I-frames closer than... (frames):",IDC_STATIC,16,56,124,      LTEXT           "I-frames closer than... (frames):",IDC_STATIC,16,56,124,
178                      11                      11
179      GROUPBOX        "Overflow treatment",IDC_STATIC,7,86,197,75      GROUPBOX        "Overlflow treatment",IDC_STATIC,7,86,197,75
180      GROUPBOX        "Curve compression",IDC_STATIC,7,156,197,51      GROUPBOX        "Curve compression",IDC_STATIC,7,156,197,51
181  END  END
182    
# Line 619  Line 619 
619  FONT 8, "MS Shell Dlg"  FONT 8, "MS Shell Dlg"
620  BEGIN  BEGIN
621      CONTROL         "Deblocking Y",IDC_DEC_DY,"Button",BS_AUTOCHECKBOX |      CONTROL         "Deblocking Y",IDC_DEC_DY,"Button",BS_AUTOCHECKBOX |
622                      WS_TABSTOP,21,25,63,13                      WS_TABSTOP,22,64,63,13
623      CONTROL         "Deblocking UV",IDC_DEC_DUV,"Button",BS_AUTOCHECKBOX |      CONTROL         "Deblocking UV",IDC_DEC_DUV,"Button",BS_AUTOCHECKBOX |
624                      WS_TABSTOP,21,42,79,13                      WS_TABSTOP,22,81,79,13
625      CONTROL         "Deringing",IDC_DEC_DR,"Button",BS_AUTOCHECKBOX |      CONTROL         "Deringing",IDC_DEC_DR,"Button",BS_AUTOCHECKBOX |
626                      WS_DISABLED | WS_TABSTOP,115,25,60,13                      WS_DISABLED | WS_TABSTOP,116,64,60,13
627      CONTROL         "Film Effect",IDC_DEC_FE,"Button",BS_AUTOCHECKBOX |      CONTROL         "Film Effect",IDC_DEC_FE,"Button",BS_AUTOCHECKBOX |
628                      WS_TABSTOP,115,42,60,13                      WS_TABSTOP,116,81,60,13
629        GROUPBOX        "Brightness",IDC_STATIC,5,6,202,41
630        CONTROL         "Slider1",IDC_DEC_BRIGHTNESS,"msctls_trackbar32",
631                        TBS_AUTOTICKS | TBS_BOTH | WS_TABSTOP,18,18,181,24
632        GROUPBOX        "Postprocessing",IDC_STATIC,5,52,202,46
633  END  END
634    
635  IDD_STATUS DIALOGEX 0, 0, 325, 220  IDD_STATUS DIALOGEX 0, 0, 325, 220
# Line 928  Line 932 
932      IDC_CHROMAME            "Use chroma information to detect motion (slower)."      IDC_CHROMAME            "Use chroma information to detect motion (slower)."
933      IDC_BQUANTOFFSET        "B-frame quantizer offset from last p-frame quantizer; refer to b-frame quant ratio (above)"      IDC_BQUANTOFFSET        "B-frame quantizer offset from last p-frame quantizer; refer to b-frame quant ratio (above)"
934      IDC_VHQ                 "VHQ enables an additional search process to increase quality (much slower)."      IDC_VHQ                 "VHQ enables an additional search process to increase quality (much slower)."
935      IDC_ZONE_CHROMAOPT     "Interpolates colours in bright/dark areas for achieving a nicer edge impression"      IDC_CHROMA_OPT          "Interpolates colours in bright/dark areas for achieving a nicer edge impression"
936  END  END
937    
938  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
# Line 960  Line 964 
964      IDC_LEVEL_VBV           "Video Buffer Verifier (VBV):\n\nThe maximum size of the video decoder buffer. The encoded bitstream but not overflow or underflow this buffer."      IDC_LEVEL_VBV           "Video Buffer Verifier (VBV):\n\nThe maximum size of the video decoder buffer. The encoded bitstream but not overflow or underflow this buffer."
965      IDC_LEVEL_BITRATE       "Maximum instantaneous bitrate."      IDC_LEVEL_BITRATE       "Maximum instantaneous bitrate."
966      IDC_BITRATE             "The target AVI bitrate, file size, or quantizer."      IDC_BITRATE             "The target AVI bitrate, file size, or quantizer."
967      IDC_ZONE_BVOPTHRESHOLD      IDC_ZONE_BVOPTHRESHOLD_S
968                              "Change the amount of b-frames in this zone. Recommended values are between -20 (almost no b-vops) and 30 (many b-vops).\nThe hardcoded maximum in profile/level will never be exceeded"                              "Change the amount of b-frames in this zone. Recommended values are between -20 (almost no b-vops) and 30 (many b-vops).\nThe hardcoded maximum in profile/level will never be exceeded"
969      IDC_TRELLISQUANT        "Advanced, high quality quantization mode"      IDC_TRELLISQUANT        "Advanced, high quality quantization mode"
970      IDC_BITRATE_S           "Toggle between quantizer, target bitrate, target file size"      IDC_BITRATE_S           "Toggle between quantizer, target bitrate, target file size"

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.4

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