[MPlayer-DOCS] r32041 - in trunk: DOCS/man/en/mplayer.1 cfg-mplayer.h command.c edl.h mplayer.c
reynaldo
subversion at mplayerhq.hu
Sat Sep 4 01:49:35 CEST 2010
Author: reynaldo
Date: Sat Sep 4 01:49:35 2010
New Revision: 32041
Log:
Add -edl-start-pts option to Adjust positions in EDL records according
to file's start time. 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/command.c
trunk/edl.h
trunk/mplayer.c
Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1 Fri Sep 3 20:50:03 2010 (r32040)
+++ trunk/DOCS/man/en/mplayer.1 Sat Sep 4 01:49:35 2010 (r32041)
@@ -890,6 +890,22 @@ This parameter allows you to specify tha
(default: 2 seconds).
.
.TP
+.B \-edl-start-pts
+Adjust positions in EDL records according to file's start time.
+Some formats, especially MPEG TS usually start with non-zero PTS
+values and when producing EDL file with \-edlout option, EDL records
+contain absolute values that are correct only to this particular file.
+If re-encoded into different format, this EDL file no longer applies.
+Specifying \-edl-start-pts will automatically adjust EDL positions according
+to start time: when producing EDL file, it will substract start time from every
+EDL record, when playing with EDL file, it will add file's start time to every
+EDL position.
+.
+.TP
+.B \-noedl-start-pts
+Disable adjusting EDL positions.
+.
+.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