diff help/help_mp-en.h @ 17196:8e6cf7bbe18a

make -o mandatory and add a warning when the extension does not match the container format, patch by Reynaldo Pinochet
author wanderer
date Thu, 15 Dec 2005 17:57:18 +0000
parents 3b33f4c52324
children 569fbfc5d556
line wrap: on
line diff
--- a/help/help_mp-en.h	Thu Dec 15 17:54:29 2005 +0000
+++ b/help/help_mp-en.h	Thu Dec 15 17:57:18 2005 +0000
@@ -238,6 +238,9 @@
 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one (see -ovc help).\n"
 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n"
 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n"
+#define MSGTR_MencoderWrongFormatAVI "\nWARNING: OUTPUT FILE FORMAT IS _AVI_. see -of help.\n"
+#define MSGTR_MencoderWrongFormatMPG "\nWARNING: OUTPUT FILE FORMAT IS _MPEG_. see -of help.\n"
+#define MSGTR_MissingOutputFilename "No output file specified, please see the -o option"
 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
 #define MSGTR_ForcingOutputAudiofmtTag "Forcing output audio format tag to 0x%x\n"
 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"