summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-05 22:47:44 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-05 22:47:44 +0000
commitd2e67a69fb4472dff49dabd37eb9b8380f833ff1 (patch)
tree1880e1f2979b7755384f4b030e4f18d9cb69c39a /help
parentf78a2c49108d2b7a516cb8109de3776c10dc4fc4 (diff)
downloadmpv-d2e67a69fb4472dff49dabd37eb9b8380f833ff1.tar.bz2
mpv-d2e67a69fb4472dff49dabd37eb9b8380f833ff1.tar.xz
Modifies behavior of -edlout
Now it creates a new file and writes edit decision list (EDL) records to it just as it did before but instead of making pas-2-seconds blocks for each 'i' keystroke lets the user hits 'i' to mark the start or end of a block. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18916 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 85481dfbd5..5aba692138 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -198,6 +198,9 @@ static char help_text[]=
#define MSGTR_EdlBadLineOverlap "Last stop position was [%f]; next start is [%f].\n"\
"Entries must be in chronological order, cannot overlap. Discarding.\n"
#define MSGTR_EdlBadLineBadStop "Stop time has to be after start time.\n"
+#define MSGTR_EdloutBadStop "EDL skip canceled, last start > stop\n"
+#define MSGTR_EdloutStartSkip "EDL skip start, press 'i' again to end block.\n"
+#define MSGTR_EdloutEndSkip "EDL skip end, line written.\n"
// mplayer.c OSD