comparison help/help_mp-en.h @ 18911:89af7441989b

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.
author reynaldo
date Wed, 05 Jul 2006 22:47:44 +0000
parents 91312f2c516a
children a2f20562aac3
comparison
equal deleted inserted replaced
18910:5f31565951f7 18911:89af7441989b
196 #define MSGTR_EdlNOValidLine "Invalid EDL line: %s\n" 196 #define MSGTR_EdlNOValidLine "Invalid EDL line: %s\n"
197 #define MSGTR_EdlBadlyFormattedLine "Badly formatted EDL line [%d], discarding.\n" 197 #define MSGTR_EdlBadlyFormattedLine "Badly formatted EDL line [%d], discarding.\n"
198 #define MSGTR_EdlBadLineOverlap "Last stop position was [%f]; next start is [%f].\n"\ 198 #define MSGTR_EdlBadLineOverlap "Last stop position was [%f]; next start is [%f].\n"\
199 "Entries must be in chronological order, cannot overlap. Discarding.\n" 199 "Entries must be in chronological order, cannot overlap. Discarding.\n"
200 #define MSGTR_EdlBadLineBadStop "Stop time has to be after start time.\n" 200 #define MSGTR_EdlBadLineBadStop "Stop time has to be after start time.\n"
201 #define MSGTR_EdloutBadStop "EDL skip canceled, last start > stop\n"
202 #define MSGTR_EdloutStartSkip "EDL skip start, press 'i' again to end block.\n"
203 #define MSGTR_EdloutEndSkip "EDL skip end, line written.\n"
201 204
202 // mplayer.c OSD 205 // mplayer.c OSD
203 206
204 #define MSGTR_OSDenabled "enabled" 207 #define MSGTR_OSDenabled "enabled"
205 #define MSGTR_OSDdisabled "disabled" 208 #define MSGTR_OSDdisabled "disabled"