summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-25 02:32:29 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-25 02:32:29 +0000
commit72b583051d1fa0b27ddb35e76cc9a124e3bc2c84 (patch)
treeeb0b9c7b75cd1eeb665f86e40d6af9bb9f2d70c6 /help
parentbee67e7e9849a532a70b44bd89662a01ca2cf138 (diff)
downloadmpv-72b583051d1fa0b27ddb35e76cc9a124e3bc2c84.tar.bz2
mpv-72b583051d1fa0b27ddb35e76cc9a124e3bc2c84.tar.xz
MEncoder multiple files patch by Oded Shimon (ods15)
Seems to work, or at least not to cause problems with existing functionality (encoding single files). Please test and report bugs, if there are any! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14803 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index debd8bfccc..f5b5b14246 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -215,6 +215,9 @@ static char help_text[]=
#define MSGTR_WritingAVIHeader "Writing AVI header...\n"
#define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"
#define MSGTR_SkipFrame "\nSkipping frame!\n"
+#define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution than the previous one.\n"
+#define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n"
+#define MSGTR_AudioCopyFileMismatch "\nAll files must have identical audio codec and format for -oac copy.\n"
#define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
#define MSGTR_WritingAVIIndex "\nWriting AVI index...\n"
#define MSGTR_FixupAVIHeader "Fixing AVI header...\n"