[MPlayer-dev-eng] [PATCH] Extra EDL command line argument

Diego Biurrun diego at biurrun.de
Mon Jul 5 11:56:19 CEST 2010


On Mon, Jun 28, 2010 at 05:07:18PM -0400, Vlad Seryakov wrote:
> 
> How does it look now?

Better, thanks.  I have suggested what I consider a simpler and clearer
version below.  Reynaldo, please commit whichever one you prefer.

> --- DOCS/man/en/mplayer.1	(revision 31555)
> +++ DOCS/man/en/mplayer.1	(working copy)
> @@ -874,6 +874,18 @@
>  .
>  .TP
> +.B \-edl-backward-delay <number>
> +When using EDL during playback and seeking backwards it is possible to
> +end up in the middle of an EDL record. 
> In that case mplayer will jump out of it in the same direction, to the 
> +start position of this 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).

Diego



More information about the MPlayer-dev-eng mailing list