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

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

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

revision 1464, Sun May 30 02:30:33 2004 UTC revision 1487, Sun Jul 11 08:54:38 2004 UTC
# Line 7  Line 7 
7  //  //
8  // Generated from the TEXTINCLUDE 2 resource.  // Generated from the TEXTINCLUDE 2 resource.
9  //  //
 #ifdef _MSC_VER  
10  #include "afxres.h"  #include "afxres.h"
 #else  
 #include <windows.h>  
 #ifndef IDC_STATIC  
 #define IDC_STATIC (-1)  
 #endif  
 #endif  
11    
12  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
13  #undef APSTUDIO_READONLY_SYMBOLS  #undef APSTUDIO_READONLY_SYMBOLS
# Line 552  Line 545 
545      LTEXT           "Quantizer ratio:",IDC_BQUANTRATIO_S,16,150,89,8      LTEXT           "Quantizer ratio:",IDC_BQUANTRATIO_S,16,150,89,8
546      LTEXT           "Quantizer offset:",IDC_BQUANTOFFSET_S,16,164,52,8      LTEXT           "Quantizer offset:",IDC_BQUANTOFFSET_S,16,164,52,8
547      LTEXT           "Quantization type:",IDC_QUANTTYPE_S,16,32,100,8      LTEXT           "Quantization type:",IDC_QUANTTYPE_S,16,32,100,8
548        CONTROL         "Top field first",IDC_TFF,"Button",BS_AUTOCHECKBOX |
549                        WS_TABSTOP,119,62,56,10
550  END  END
551    
552  IDD_ZONE DIALOG DISCARDABLE  0, 0, 212, 194  IDD_ZONE DIALOG DISCARDABLE  0, 0, 212, 194
# Line 943  Line 938 
938      IDC_CHROMAME            "Use chroma information to detect motion (slower)."      IDC_CHROMAME            "Use chroma information to detect motion (slower)."
939      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)"
940      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)."
941    END
942    
943    STRINGTABLE DISCARDABLE
944    BEGIN
945      IDC_ZONE_CHROMAOPT     "Interpolates colours in bright/dark areas for achieving a nicer edge impression"      IDC_ZONE_CHROMAOPT     "Interpolates colours in bright/dark areas for achieving a nicer edge impression"
946        IDC_ZONE_BVOPTHRESHOLD  "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"
947        IDC_LEVEL_PROFILE       "Restrict the usage of MPEG-4 tools and limit the encoded bitrate such that bitstreams are compatible with hardware decoders."
948        IDC_LEVEL_WIDTH         "Suggested VOP width (pixels)"
949        IDC_LEVEL_HEIGHT        "Suggested VOP height (pixels)"
950  END  END
951    
952  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
# Line 962  Line 965 
965    
966  STRINGTABLE DISCARDABLE  STRINGTABLE DISCARDABLE
967  BEGIN  BEGIN
     IDC_LEVEL_PROFILE       "Restrict the usage of MPEG-4 tools and limit the encoded bitrate such that bitstreams are compatible with hardware decoders."  
     IDC_LEVEL_WIDTH         "Suggested VOP width (pixels)"  
     IDC_LEVEL_HEIGHT        "Suggested VOP height (pixels)"  
 END  
   
 STRINGTABLE DISCARDABLE  
 BEGIN  
968      IDC_LEVEL_FPS           "Suggested VOP rate (frames-per-second)"      IDC_LEVEL_FPS           "Suggested VOP rate (frames-per-second)"
969      IDC_LEVEL_VMV           "Video Memory Verifier (VMV):\n\nThe maximum number of macroblocks permitted per VOP."      IDC_LEVEL_VMV           "Video Memory Verifier (VMV):\n\nThe maximum number of macroblocks permitted per VOP."
970      IDC_LEVEL_VCV           "Video Complexity Verifier (VCV):\nThe maximum macroblocks decoded per second."      IDC_LEVEL_VCV           "Video Complexity Verifier (VCV):\nThe maximum macroblocks decoded per second."
971      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."
972      IDC_LEVEL_BITRATE       "Maximum instantaneous bitrate."      IDC_LEVEL_BITRATE       "Maximum instantaneous bitrate."
973      IDC_BITRATE             "The target AVI bitrate, file size, or quantizer."      IDC_BITRATE             "The target AVI bitrate, file size, or quantizer."
     IDC_ZONE_BVOPTHRESHOLD  
                             "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"  
974      IDC_TRELLISQUANT        "Advanced, high quality quantization mode"      IDC_TRELLISQUANT        "Advanced, high quality quantization mode"
975      IDC_BITRATE_S           "Toggle between quantizer, target bitrate, target file size"      IDC_BITRATE_S           "Toggle between quantizer, target bitrate, target file size"
976  END  END
# Line 1016  Line 1010 
1010    
1011    
1012  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
1013  // English (Australia) resources  // Englisch (Australien) resources
1014    
1015  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)
1016  #ifdef _WIN32  #ifdef _WIN32
# Line 1049  Line 1043 
1043    
1044  #endif    // APSTUDIO_INVOKED  #endif    // APSTUDIO_INVOKED
1045    
1046  #endif    // English (Australia) resources  #endif    // Englisch (Australien) resources
1047  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
1048    
1049    

Legend:
Removed from v.1464  
changed lines
  Added in v.1487

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