[MPlayer-DOCS] r31646 - in trunk: DOCS/man/en/mplayer.1 cfg-mplayer.h mplayer.c
reynaldo
subversion at mplayerhq.hu
Thu Jul 8 17:52:47 CEST 2010
Author: reynaldo
Date: Thu Jul 8 17:52:47 2010
New Revision: 31646
Log:
Implement edl-backward-delay to avoid jumping right over an
EDL skipped segment. Patch by Vlad Seryakov vseryakov AT Gmail.
Modified:
trunk/DOCS/man/en/mplayer.1
Changes in other areas also in this revision:
Modified:
trunk/cfg-mplayer.h
trunk/mplayer.c
Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1 Wed Jul 7 13:52:31 2010 (r31645)
+++ trunk/DOCS/man/en/mplayer.1 Thu Jul 8 17:52:47 2010 (r31646)
@@ -879,6 +879,18 @@ later.
See http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:edl.html for details.
.
.TP
+.B \-edl-backward-delay <number>
+When using EDL during playback and jumping backwards it is possible to
+end up in the middle of an EDL record.
+In that case MPlayer will seek further backwards to the start position
+of the EDL record and then immediately skip the scene specified in the
+EDL record.
+To avoid this kind of behavior, MPlayer jumps to a fixed time interval
+before the start of the EDL record.
+This parameter allows you to specify that time interval in seconds
+(default: 2 seconds).
+.
+.TP
.B \-enqueue (GUI only)
Enqueue files given on the command line in the playlist instead of playing them
immediately.
More information about the MPlayer-DOCS
mailing list