📄 help_mp-en.h
字号:
"The preset switches are designed to provide the highest possible quality.\n"\"\n"\"They have for the most part been subject to and tuned via rigorous double blind\n"\"listening tests to verify and achieve this objective.\n"\"\n"\"These are continually updated to coincide with the latest developments that\n"\"occur and as a result should provide you with nearly the best quality\n"\"currently possible from LAME.\n"\"\n"\"To activate these presets:\n"\"\n"\" For VBR modes (generally highest quality):\n"\"\n"\" \"preset=standard\" This preset should generally be transparent\n"\" to most people on most music and is already\n"\" quite high in quality.\n"\"\n"\" \"preset=extreme\" If you have extremely good hearing and similar\n"\" equipment, this preset will generally provide\n"\" slightly higher quality than the \"standard\"\n"\" mode.\n"\"\n"\" For CBR 320kbps (highest quality possible from the preset switches):\n"\"\n"\" \"preset=insane\" This preset will usually be overkill for most\n"\" people and most situations, but if you must\n"\" have the absolute highest quality with no\n"\" regard to filesize, this is the way to go.\n"\"\n"\" For ABR modes (high quality per given bitrate but not as high as VBR):\n"\"\n"\" \"preset=<kbps>\" Using this preset will usually give you good\n"\" quality at a specified bitrate. Depending on the\n"\" bitrate entered, this preset will determine the\n"\" optimal settings for that particular situation.\n"\" While this approach works, it is not nearly as\n"\" flexible as VBR, and usually will not attain the\n"\" same level of quality as VBR at higher bitrates.\n"\"\n"\"The following options are also available for the corresponding profiles:\n"\"\n"\" <fast> standard\n"\" <fast> extreme\n"\" insane\n"\" <cbr> (ABR Mode) - The ABR Mode is implied. To use it,\n"\" simply specify a bitrate. For example:\n"\" \"preset=185\" activates this\n"\" preset and uses 185 as an average kbps.\n"\"\n"\" \"fast\" - Enables the new fast VBR for a particular profile. The\n"\" disadvantage to the speed switch is that often times the\n"\" bitrate will be slightly higher than with the normal mode\n"\" and quality may be slightly lower also.\n"\" Warning: with the current version fast presets might result in too\n"\" high bitrate compared to regular presets.\n"\"\n"\" \"cbr\" - If you use the ABR mode (read above) with a significant\n"\" bitrate such as 80, 96, 112, 128, 160, 192, 224, 256, 320,\n"\" you can use the \"cbr\" option to force CBR mode encoding\n"\" instead of the standard abr mode. ABR does provide higher\n"\" quality but CBR may be useful in situations such as when\n"\" streaming an mp3 over the internet may be important.\n"\"\n"\" For example:\n"\"\n"\" \"-lameopts fast:preset=standard \"\n"\" or \"-lameopts cbr:preset=192 \"\n"\" or \"-lameopts preset=172 \"\n"\" or \"-lameopts preset=extreme \"\n"\"\n"\"\n"\"A few aliases are available for ABR mode:\n"\"phone => 16kbps/mono phon+/lw/mw-eu/sw => 24kbps/mono\n"\"mw-us => 40kbps/mono voice => 56kbps/mono\n"\"fm/radio/tape => 112kbps hifi => 160kbps\n"\"cd => 192kbps studio => 256kbps"#define MSGTR_LameCantInit "Cannot set LAME options, check bitrate/samplerate,"\"some very low bitrates (<32) need lower samplerates (i.e. -srate 8000)."\"If everything else fails, try a preset."#define MSGTR_ConfigfileError "configfile error"#define MSGTR_ErrorParsingCommandLine "error parsing cmdline"#define MSGTR_VideoStreamRequired "Video stream is mandatory!\n"#define MSGTR_ForcingInputFPS "input fps will be interpreted as %5.2f instead\n"#define MSGTR_RawvideoDoesNotSupportAudio "Output file format RAWVIDEO does not support audio - disabling audio\n"#define MSGTR_DemuxerDoesntSupportNosound "This demuxer doesn't support -nosound yet.\n"#define MSGTR_MemAllocFailed "memory allocation failed"#define MSGTR_NoMatchingFilter "Couldn't find matching filter/ao format!\n"#define MSGTR_MP3WaveFormatSizeNot30 "sizeof(MPEGLAYER3WAVEFORMAT)==%d!=30, maybe broken C compiler?\n"#define MSGTR_NoLavcAudioCodecName "Audio LAVC, Missing codec name!\n"#define MSGTR_LavcAudioCodecNotFound "Audio LAVC, couldn't find encoder for codec %s\n"#define MSGTR_CouldntAllocateLavcContext "Audio LAVC, couldn't allocate context!\n"#define MSGTR_CouldntOpenCodec "Couldn't open codec %s, br=%d\n"// cfg-mencoder.h:#define MSGTR_MEncoderMP3LameHelp "\n\n"\" vbr=<0-4> variable bitrate method\n"\" 0: cbr\n"\" 1: mt\n"\" 2: rh(default)\n"\" 3: abr\n"\" 4: mtrh\n"\"\n"\" abr average bitrate\n"\"\n"\" cbr constant bitrate\n"\" Also forces CBR mode encoding on subsequent ABR presets modes.\n"\"\n"\" br=<0-1024> specify bitrate in kBit (CBR and ABR only)\n"\"\n"\" q=<0-9> quality (0-highest, 9-lowest) (only for VBR)\n"\"\n"\" aq=<0-9> algorithmic quality (0-best/slowest, 9-worst/fastest)\n"\"\n"\" ratio=<1-100> compression ratio\n"\"\n"\" vol=<0-10> set audio input gain\n"\"\n"\" mode=<0-3> (default: auto)\n"\" 0: stereo\n"\" 1: joint-stereo\n"\" 2: dualchannel\n"\" 3: mono\n"\"\n"\" padding=<0-2>\n"\" 0: no\n"\" 1: all\n"\" 2: adjust\n"\"\n"\" fast Switch on faster encoding on subsequent VBR presets modes,\n"\" slightly lower quality and higher bitrates.\n"\"\n"\" preset=<value> Provide the highest possible quality settings.\n"\" medium: VBR encoding, good quality\n"\" (150-180 kbps bitrate range)\n"\" standard: VBR encoding, high quality\n"\" (170-210 kbps bitrate range)\n"\" extreme: VBR encoding, very high quality\n"\" (200-240 kbps bitrate range)\n"\" insane: CBR encoding, highest preset quality\n"\" (320 kbps bitrate)\n"\" <8-320>: ABR encoding at average given kbps bitrate.\n\n"//codec-cfg.c:#define MSGTR_DuplicateFourcc "duplicated FourCC"#define MSGTR_TooManyFourccs "too many FourCCs/formats..."#define MSGTR_ParseError "parse error"#define MSGTR_ParseErrorFIDNotNumber "parse error (format ID not a number?)"#define MSGTR_ParseErrorFIDAliasNotNumber "parse error (format ID alias not a number?)"#define MSGTR_DuplicateFID "duplicated format ID"#define MSGTR_TooManyOut "too many out..."#define MSGTR_InvalidCodecName "\ncodec(%s) name is not valid!\n"#define MSGTR_CodecLacksFourcc "\ncodec(%s) does not have FourCC/format!\n"#define MSGTR_CodecLacksDriver "\ncodec(%s) does not have a driver!\n"#define MSGTR_CodecNeedsDLL "\ncodec(%s) needs a 'dll'!\n"#define MSGTR_CodecNeedsOutfmt "\ncodec(%s) needs an 'outfmt'!\n"#define MSGTR_CantAllocateComment "Can't allocate memory for comment. "#define MSGTR_GetTokenMaxNotLessThanMAX_NR_TOKEN "get_token(): max >= MAX_MR_TOKEN!"#define MSGTR_ReadingFile "Reading %s: "#define MSGTR_CantOpenFileError "Can't open '%s': %s\n"#define MSGTR_CantGetMemoryForLine "Can't get memory for 'line': %s\n"#define MSGTR_CantReallocCodecsp "Can't realloc '*codecsp': %s\n"#define MSGTR_CodecNameNotUnique "Codec name '%s' isn't unique."#define MSGTR_CantStrdupName "Can't strdup -> 'name': %s\n"#define MSGTR_CantStrdupInfo "Can't strdup -> 'info': %s\n"#define MSGTR_CantStrdupDriver "Can't strdup -> 'driver': %s\n"#define MSGTR_CantStrdupDLL "Can't strdup -> 'dll': %s"#define MSGTR_AudioVideoCodecTotals "%d audio & %d video codecs\n"#define MSGTR_CodecDefinitionIncorrect "Codec is not defined correctly."#define MSGTR_OutdatedCodecsConf "This codecs.conf is too old and incompatible with this MPlayer release!"// divx4_vbr.c:#define MSGTR_OutOfMemory "out of memory"#define MSGTR_OverridingTooLowBitrate "Specified bitrate is too low for this clip.\n"\"Minimum possible bitrate for the clip is %.0f kbps. Overriding\n"\"user-specified value.\n"// fifo.c#define MSGTR_CannotMakePipe "Cannot make PIPE!\n"// m_config.c#define MSGTR_SaveSlotTooOld "Too old save slot found from lvl %d: %d !!!\n"#define MSGTR_InvalidCfgfileOption "The %s option can't be used in a config file.\n"#define MSGTR_InvalidCmdlineOption "The %s option can't be used on the command line.\n"#define MSGTR_InvalidSuboption "Error: option '%s' has no suboption '%s'.\n"#define MSGTR_MissingSuboptionParameter "Error: suboption '%s' of '%s' must have a parameter!\n"#define MSGTR_MissingOptionParameter "Error: option '%s' must have a parameter!\n"#define MSGTR_OptionListHeader "\n Name Type Min Max Global CL Cfg\n\n"#define MSGTR_TotalOptions "\nTotal: %d options\n"// open.c, stream.c:#define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n"#define MSGTR_ErrTrackSelect "Error selecting VCD track."#define MSGTR_ReadSTDIN "Reading from stdin...\n"#define MSGTR_UnableOpenURL "Unable to open URL: %s\n"#define MSGTR_ConnToServer "Connected to server: %s\n"#define MSGTR_FileNotFound "File not found: '%s'\n"#define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n"#define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n"#define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n"#define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n"#define MSGTR_DVDwait "Reading disc structure, please wait...\n"#define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n"#define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n"#define MSGTR_DVDnumChapters "There are %d chapters in this DVD title.\n"#define MSGTR_DVDinvalidChapter "Invalid DVD chapter number: %d\n"#define MSGTR_DVDnumAngles "There are %d angles in this DVD title.\n"#define MSGTR_DVDinvalidAngle "Invalid DVD angle number: %d\n"#define MSGTR_DVDnoIFO "Cannot open the IFO file for DVD title %d.\n"#define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n"#define MSGTR_DVDopenOk "DVD successfully opened.\n"// demuxer.c, demux_*.c:#define MSGTR_AudioStreamRedefined "WARNING: Audio stream header %d redefined.\n"#define MSGTR_VideoStreamRedefined "WARNING: Video stream header %d redefined.\n"#define MSGTR_TooManyAudioInBuffer "\nToo many audio packets in the buffer: (%d in %d bytes).\n"#define MSGTR_TooManyVideoInBuffer "\nToo many video packets in the buffer: (%d in %d bytes).\n"#define MSGTR_MaybeNI "Maybe you are playing a non-interleaved stream/file or the codec failed?\n" \ "For AVI files, try to force non-interleaved mode with the -ni option.\n"#define MSGTR_SwitchToNi "\nBadly interleaved AVI file detected - switching to -ni mode...\n"#define MSGTR_Detected_XXX_FileFormat "%s file format detected.\n"#define MSGTR_DetectedAudiofile "Audio file detected.\n"#define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n"#define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? Contact the author, it may be a bug :(\n"#define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\ "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n"#define MSGTR_MissingVideoStream "No video stream found.\n"#define MSGTR_MissingAudioStream "No audio stream found -> no sound.\n"#define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n"#define MSGTR_DoesntContainSelectedStream "demux: File doesn't contain the selected audio or video stream.\n"#define MSGTR_NI_Forced "Forced"#define MSGTR_NI_Detected "Detected"#define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file format.\n"#define MSGTR_UsingNINI "Using NON-INTERLEAVED broken AVI file format.\n"#define MSGTR_CouldntDetFNo "Could not determine number of frames (for absolute seek).\n"#define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n"#define MSGTR_CantSeekFile "Cannot seek in this file.\n"#define MSGTR_EncryptedVOB "Encrypted VOB file! Read DOCS/HTML/en/dvd.html.\n"#define MSGTR_MOVcomprhdr "MOV: Compressed headers support requires ZLIB!\n"#define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FOURCC detected!?\n"#define MSGTR_MOVtooManyTrk "MOV: WARNING: too many tracks"#define MSGTR_FoundAudioStream "==> Found audio stream: %d\n"#define MSGTR_FoundVideoStream "==> Found video stream: %d\n"#define MSGTR_DetectedTV "TV detected! ;-)\n"#define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer.\n"#define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d).\n"#define MSGTR_CannotOpenAudioStream "Cannot open audio stream: %s\n"#define MSGTR_CannotOpenSubtitlesStream "Cannot open subtitle stream: %s\n"#define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n"#define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitle demuxer: %s\n"#define MSGTR_TVInputNotSeekable "TV input is not seekable! (Seeking will probably be for changing channels ;)\n"#define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present!\n"#define MSGTR_ClipInfo "Clip info:\n"#define MSGTR_LeaveTelecineMode "\ndemux_mpg: 30000/1001fps NTSC content detected, switching framerate.\n"#define MSGTR_EnterTelecineMode "\ndemux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate.\n"// dec_video.c & dec_audio.c:#define MSGTR_CantOpenCodec "Could not open codec.\n"#define MSGTR_CantCloseCodec "Could not close codec.\n"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -