📄 resource.rc
字号:
PUSHBUTTON "...",IDC_BITRATE_ASELECT,178,188,20,12 CONTROL "Avg. bitrate (kbps):",IDC_BITRATE_AMODE_RATE,"Button", BS_AUTORADIOBUTTON,15,175,75,10 GROUPBOX "Video",IDC_STATIC,5,75,200,132 GROUPBOX "Audio",IDC_STATIC,5,148,200,59 CONTROL "Size (kbytes):",IDC_BITRATE_AMODE_SIZE,"Button", BS_AUTORADIOBUTTON,15,190,58,10 LTEXT "Target size (kbytes):",IDC_STATIC,15,6,64,12, SS_CENTERIMAGE LTEXT "Format:",IDC_STATIC,15,46,24,13,SS_CENTERIMAGE LTEXT "Format:",IDC_STATIC,15,160,24,8,SS_CENTERIMAGE LTEXT "Size (kbytes):",IDC_STATIC,15,121,43,8,SS_CENTERIMAGE GROUPBOX "Container:",IDC_STATIC,5,35,200,172 LTEXT "Overhead (kbytes):",IDC_STATIC,15,61,61,10, SS_CENTERIMAGE LTEXT "Average bitrate (kbps):",IDC_STATIC,15,136,72,8, SS_CENTERIMAGE CTEXT "hours",IDC_STATIC,15,90,30,8 CTEXT "minutes",IDC_STATIC,52,90,30,8 CTEXT "seconds",IDC_STATIC,88,90,30,8 CTEXT "frames per second",IDC_STATIC,126,90,70,8 LTEXT "Subtitles (kbytes):",IDC_STATIC,15,21,60,10, SS_CENTERIMAGEENDIDD_LICENSE DIALOG DISCARDABLE 0, 0, 430, 234STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENUCAPTION "GNU General Public License"FONT 8, "MS Sans Serif"BEGIN PUSHBUTTON "OK",IDOK,172,218,84,14 EDITTEXT IDC_LICENSE_TEXT,2,2,426,212,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLLENDIDD_COMMON DIALOG DISCARDABLE 0, 0, 212, 212STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENUCAPTION "Common"FONT 8, "MS Shell Dlg"BEGIN CONTROL "Automatically detect optimizations",IDC_CPU_AUTO,"Button", BS_AUTORADIOBUTTON | WS_GROUP,16,20,121,10 CONTROL "Force optimizations",IDC_CPU_FORCE,"Button", BS_AUTORADIOBUTTON,16,33,76,10 CONTROL "MMX",IDC_CPU_MMX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 28,44,33,10 CONTROL "Integer SSE",IDC_CPU_MMXEXT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,28,57,54,10 CONTROL "SSE",IDC_CPU_SSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 28,68,30,10 CONTROL "SSE2",IDC_CPU_SSE2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,28,81,34,10 CONTROL "3DNow!",IDC_CPU_3DNOW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,28,92,42,10 CONTROL "3DNow! 2",IDC_CPU_3DNOWEXT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,28,105,48,10 EDITTEXT IDC_DEBUG,127,133,76,12,ES_AUTOHSCROLL GROUPBOX "Performance optimizations",-1,8,4,196,120 LTEXT "OutputDebugString debug level:",-1,7,135,104,12END///////////////////////////////////////////////////////////////////////////////// Bitmap//IDB_LOGO BITMAP DISCARDABLE "Xvid_logo.bmp"///////////////////////////////////////////////////////////////////////////////// Icon//// Icon with lowest ID value placed first to ensure application icon// remains consistent on all systems.IDI_ICON ICON DISCARDABLE "xvid.ico"///////////////////////////////////////////////////////////////////////////////// TEXT//IDR_GPL TEXT DISCARDABLE "../LICENSE"#ifdef APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// TEXTINCLUDE//1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0"END2 TEXTINCLUDE DISCARDABLE BEGIN "#include <windows.h>\r\n" "#ifndef IDC_STATIC\r\n" "#define IDC_STATIC (-1)\r\n" "#endif\r\n" "\0"END3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0"END#endif // APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// String Table//STRINGTABLE DISCARDABLE BEGIN IDC_MODE """Single Pass""encodes to your specified bitrate or quality.\n""Two-pass 1st pass"" gathers statistics for the 2nd pass.\n""Two-pass 2nd pass"" uses 1st pass' statistics to encode at target file size or bitrate."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_INTERLACING "Encodes frames as interlaced - only use if your source contains interlacing artifacts (i.e. fields instead of progressive frames)" IDC_OVERDEG "How much of the overflow the codec can eat into during oversized sections\nLarger values will prevent oversized files better, but will also spoil quantizer distribution more." IDC_MAXBFRAMES "Maximum number of sequential B-frames." IDC_BQUANTRATIO "Ratio used to calculate the b-frame quantizer.\n\nBVOP quant = (AVG(past VOP quant, future VOP quant) * quant ratio + quant offset)" IDC_OVERIMP "How much of the overflow the codec can eat into during undersized sections.\nLarger values will prevent undersized files better, but will also spoil quantizer distribution more." 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_AVERAGINGPERIOD "Determines how slowly it adapts to the current adjusted quality" IDC_CBR_BUFFER "Provides said number of frames worth of buffer between the adjusted encoding quality and lowest possible quality" 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."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_FRAMEDROP "Frame dropping ratio. 0 = no frame dropping .. 100 = drop all frames." IDC_KFREDUCTION "Reduction of bitrate for the first consecutive i-frames. The last i-frame will get treated normally." IDC_GMC "Use Global Motion Compensation."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_PROFILE "Restrict the usage of MPEG-4 tools and limit the encoded bitrate such that bitstreams are compatible with hardware decoders." IDC_MOTION "Higher settings give higher-quality results, at the cost of slower encoding." IDC_QUANTTYPE "H.263 smooths the image whereas MPEG (slightly slower) sharpens.\nCustom lets you define your own matrix." IDC_FOURCC "Choose what you would like the avi to identify itself as" IDC_MAXKEY "Maximum number of frames allowed between I-frames" IDC_LUMMASK "Turns on Lumi masking - applies more compression to dark/light areas that the eye can't notice easily" IDC_MINIQUANT "Minimum quantizer allowed for I-frames. Only functional in 2-pass second pass." IDC_MAXIQUANT "Maximum quantizer allowed for I-frames. Only functional in 2-pass second pass." IDC_MINPQUANT "Minimum quantizer allowed for P-frames." IDC_MAXPQUANT "Maximum quantizer allowed for P-frames." IDC_MINBQUANT "Minimum quantizer allowed for B-frames, BEFORE ratio/offset scalling" IDC_MAXBQUANT "Maximum quantizer allowed for B-frames, BEFORE ratio/offset scalling" IDC_QUANTMATRIX "Define your own MPEG quantization matrices. Quantization type must be set to ""Custom"" to affect encoding." IDC_KFBOOST "A value of 20 will give 20% more bits to every I-frame" IDC_MINKEY "If keyframes are close together, it might be useful to decrease the bitrate of all keyframes except the last one.\nUse this to define how close must keyframes be to be reduced." IDC_DISCARD1PASS "Check this if you would like to skip the storage of the 1st pass output. It is often very large."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_CURVECOMPH "The higher this value, the more bits get taken from frames larger than the average size, and redistributed to others" IDC_CURVECOMPL "The higher this value, the more bits get assigned to frames below the average frame size" IDC_STATS1 "Location for 1st pass stats file to be saved to" IDC_STATS2 "Location for 2nd pass curve stats to be loaded from"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_CPU_AUTO "Enable Xvid's internal CPU detection" IDC_CPU_FORCE "Override Xvid's internal CPU detection (not recommended)"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_LOAD "Load a pair of custom intra/inter matrices" IDC_SAVE "Save the current intra/inter matrices to a file"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_QPEL "Use Quarter PixEL resolution for encoding for a more precise motion compensation" IDC_CHROMAME "Use chroma information to detect motion (slower)." IDC_BQUANTOFFSET "B-frame quantizer offset from last p-frame quantizer; refer to b-frame quant ratio (above)" IDC_VHQ "VHQ enables an additional search process to increase quality (much slower)."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_ZONE_CHROMAOPT "Interpolates colours in bright/dark areas for achieving a nicer edge impression" 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" 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)"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_CARTOON "Enables special motion estimation features for cartoons/anime." IDC_OVERFLOW_CONTROL_STRENGTH "0=Default from core (let xvid decide). Else overflow payback percent per frame. Higher value will meet target file size better, but will also spoil quantizer distribution more." IDC_ASPECT_RATIO "Display aspect ratio is used to scale the video on playback/anamorphic encoding).\n\nDefault 1:1 for no scaling necessary."ENDSTRINGTABLE DISCARDABLE BEGIN IDC_PROFILE_PROFILE "Restrict the usage of MPEG-4 tools and limit the encoded bitrate such that bitstreams are compatible with hardware decoders.\n\nWhen a DXN profile is selected, the following constraints take effect:\n* force 1:1 picture aspect ratio\n* disable bvops if interlaced encoding is enabled\n* force a maximum of 1 consecutive bvop for the portable and HT profiles, and a maximum of 2 consecutive bvops for the HD profile\n* always write divx5 user data string into the bitstream\n* force packed bitstream" IDC_BVOP_THRESHOLD "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"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_LEVEL_FPS "Suggested VOP rate (frames-per-second)" IDC_LEVEL_VMV "Video Memory Verifier (VMV):\n\nThe maximum number of macroblocks permitted per VOP." IDC_LEVEL_VCV "Video Complexity Verifier (VCV):\nThe maximum macroblocks decoded per second." 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_BITRATE "Maximum instantaneous bitrate." IDC_BITRATE "The target AVI bitrate, file size, or quantizer." IDC_TRELLISQUANT "Advanced, high quality quantization mode" IDC_BITRATE_S "Toggle between quantizer, target bitrate, target file size"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_TURBO "Faster motion estimation for b-frames and quarterpel" IDC_BITRATE_TSIZE "Target file or media size"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_BITRATE_SSIZE "The file size of subtitles or other data files" IDC_BITRATE_SSELECT "Select file size from existing subtitle file" IDC_BITRATE_COVERHEAD "Calculated container format overhead (kbytes)." IDC_BITRATE_VRATE "Calculated average video bitrate (kilobits-per-second)\nNote that ""desired bitrate"" setting in main window includes AVI overhead, so will be larger than this value." IDC_BITRATE_VSIZE "Calculated video size.\nNote that ""desired filesize"" setting in main window includes AVI overhead, so will be larger than this value." IDC_BITRATE_ARATE "Audio bitrate (kilobits-per-second)" IDC_BITRATE_ASELECT "Select file size from existing audio file"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_CLOSEDGOV "Closes every group-of-pictures before encoding new keyframe." IDC_ZONE_WEIGHT "Change quality of this zone relative to other zones. It's not recommended to go below 0,2" IDC_ZONE_QUANT "Fix this zone's quality to desired quant" IDC_ZONE_GREYSCALE "Don't code colour information in this zone. You also have to force a keyframe, or old colour information will stay"ENDSTRINGTABLE DISCARDABLE BEGIN IDC_ZONE_FORCEIVOP "Force a keyframe at the beginnig of the zone"END#endif // Neutral resources/////////////////////////////////////////////////////////////////////////////#ifndef APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// Generated from the TEXTINCLUDE 3 resource.///////////////////////////////////////////////////////////////////////////////#endif // not APSTUDIO_INVOKED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -