comparison help/help_mp-en.h @ 14878:5723c4b2a2ea

fixes for encoding of multiple files - do not uninitialize video encoder between files - checks for image size & format change moved from mencoder.c to vfilters by Oded Shimon <ods15@ods15.dyndns.org>
author henry
date Tue, 01 Mar 2005 20:21:58 +0000
parents 2d919650990a
children b3274e6b88ef
comparison
equal deleted inserted replaced
14877:db1f17e9b7a2 14878:5723c4b2a2ea
213 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n" 213 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n"
214 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n" 214 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
215 #define MSGTR_WritingAVIHeader "Writing AVI header...\n" 215 #define MSGTR_WritingAVIHeader "Writing AVI header...\n"
216 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n" 216 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"
217 #define MSGTR_SkipFrame "\nSkipping frame!\n" 217 #define MSGTR_SkipFrame "\nSkipping frame!\n"
218 #define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution than the previous one.\n" 218 #define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution or colorspace than the previous one.\n"
219 #define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n" 219 #define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n"
220 #define MSGTR_AudioCopyFileMismatch "\nAll files must have identical audio codec and format for -oac copy.\n" 220 #define MSGTR_AudioCopyFileMismatch "\nAll files must have identical audio codec and format for -oac copy.\n"
221 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n" 221 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
222 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n" 222 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n"
223 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n" 223 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n"