comparison help/help_mp-en.h @ 15888:da752f91c5f2

Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag with -fafmttag
author ranma
date Sat, 02 Jul 2005 19:00:13 +0000
parents 7b0599d9614a
children 06baf147a638
comparison
equal deleted inserted replaced
15887:a03d9116fc25 15888:da752f91c5f2
212 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected. Select one (see -oac help) or use -nosound.\n" 212 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected. Select one (see -oac help) or use -nosound.\n"
213 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one (see -ovc help).\n" 213 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one (see -ovc help).\n"
214 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n" 214 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n"
215 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n" 215 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n"
216 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n" 216 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
217 #define MSGTR_ForcingOutputAudiofmtTag "Forcing output audio format tag to 0x%x\n"
217 #define MSGTR_WritingAVIHeader "Writing AVI header...\n" 218 #define MSGTR_WritingAVIHeader "Writing AVI header...\n"
218 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n" 219 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"
219 #define MSGTR_SkipFrame "\nSkipping frame!\n" 220 #define MSGTR_SkipFrame "\nSkipping frame!\n"
220 #define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution or colorspace than the previous one.\n" 221 #define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution or colorspace than the previous one.\n"
221 #define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n" 222 #define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n"
358 #define MSGTR_MP3WaveFormatSizeNot30 "sizeof(MPEGLAYER3WAVEFORMAT)==%d!=30, maybe broken C compiler?\n" 359 #define MSGTR_MP3WaveFormatSizeNot30 "sizeof(MPEGLAYER3WAVEFORMAT)==%d!=30, maybe broken C compiler?\n"
359 #define MSGTR_NoLavcAudioCodecName "Audio LAVC, Missing codec name!\n" 360 #define MSGTR_NoLavcAudioCodecName "Audio LAVC, Missing codec name!\n"
360 #define MSGTR_LavcAudioCodecNotFound "Audio LAVC, couldn't find encoder for codec %s\n" 361 #define MSGTR_LavcAudioCodecNotFound "Audio LAVC, couldn't find encoder for codec %s\n"
361 #define MSGTR_CouldntAllocateLavcContext "Audio LAVC, couldn't allocate context!\n" 362 #define MSGTR_CouldntAllocateLavcContext "Audio LAVC, couldn't allocate context!\n"
362 #define MSGTR_CouldntOpenCodec "Couldn't open codec %s, br=%d\n" 363 #define MSGTR_CouldntOpenCodec "Couldn't open codec %s, br=%d\n"
364 #define MSGTR_CantCopyAudioFormat "Audio format 0x%x is incompatible with '-oac copy', please try '-oac pcm' instead or use '-fafmttag' to override it.\n"
363 365
364 // cfg-mencoder.h: 366 // cfg-mencoder.h:
365 367
366 #define MSGTR_MEncoderMP3LameHelp "\n\n"\ 368 #define MSGTR_MEncoderMP3LameHelp "\n\n"\
367 " vbr=<0-4> variable bitrate method\n"\ 369 " vbr=<0-4> variable bitrate method\n"\