From d2e67a69fb4472dff49dabd37eb9b8380f833ff1 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Wed, 5 Jul 2006 22:47:44 +0000 Subject: 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 --- help/help_mp-en.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'help') 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 -- cgit v1.2.3