comparison help/help_mp-en.h @ 14944:7e7b077b7a50

Oded's patch for -speed in mencoder. This can be used for purposes like converting back and forth between PAL and FILM (or NTSC-FILM) framerates, or whatever else you like. Doesn't work with -oac copy. Someone give Oded some cola for the error message and fill in a sane one. :))))
author rfelker
date Tue, 15 Mar 2005 04:10:57 +0000
parents b3274e6b88ef
children 85546d215f6e
comparison
equal deleted inserted replaced
14943:4f43e3452b36 14944:7e7b077b7a50
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 or colorspace 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_NoSpeedWithFrameCopy "Bleh\n"
221 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n" 222 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
222 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n" 223 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n"
223 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n" 224 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n"
224 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n" 225 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n"
225 #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs %d frames\n" 226 #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs %d frames\n"