comparison 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
comparison
equal deleted inserted replaced
31956:a6c25d94e60e 31957:49848f9a8f30
888 before the start of the EDL record. 888 before the start of the EDL record.
889 This parameter allows you to specify that time interval in seconds 889 This parameter allows you to specify that time interval in seconds
890 (default: 2 seconds). 890 (default: 2 seconds).
891 . 891 .
892 .TP 892 .TP
893 .B \-edl-start-pts
894 Adjust positions in EDL records according to file's start time.
895 Some formats, especially MPEG TS usually start with non-zero PTS
896 values and when producing EDL file with \-edlout option, EDL records
897 contain absolute values that are correct only to this particular file.
898 If re-encoded into different format, this EDL file no longer applies.
899 Specifying \-edl-start-pts will automatically adjust EDL positions according
900 to start time: when producing EDL file, it will substract start time from every
901 EDL record, when playing with EDL file, it will add file's start time to every
902 EDL position.
903 .
904 .TP
905 .B \-noedl-start-pts
906 Disable adjusting EDL positions.
907 .
908 .TP
893 .B \-enqueue (GUI only) 909 .B \-enqueue (GUI only)
894 Enqueue files given on the command line in the playlist instead of playing them 910 Enqueue files given on the command line in the playlist instead of playing them
895 immediately. 911 immediately.
896 . 912 .
897 .TP 913 .TP