Mercurial > mplayer.hg
diff DOCS/man/en/mplayer.1 @ 31957:49848f9a8f30
Add -edl-start-pts option to Adjust positions in EDL records according
to file's start time. Patch by Vlad Seryakov, vseryakov at gmail.
author | reynaldo |
---|---|
date | Fri, 03 Sep 2010 23:49:35 +0000 |
parents | 8333c848a93c |
children | d6c5ba89155e |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Fri Sep 03 18:50:03 2010 +0000 +++ b/DOCS/man/en/mplayer.1 Fri Sep 03 23:49:35 2010 +0000 @@ -890,6 +890,22 @@ (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.