mirror of https://github.com/mpv-player/mpv
-edl works with MEncoder as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15434 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9445986ccb
commit
efaa9aa1e6
|
@ -524,13 +524,6 @@ Support must be compiled in by configuring with --enable-crash-debug or
|
|||
by having a .developer file in the source tree.
|
||||
.
|
||||
.TP
|
||||
.B \-edl <filename> (EDL only)
|
||||
Enables edit decision list (EDL) actions during playback.
|
||||
Video will be skipped over and audio will be muted and unmuted according to
|
||||
the entries in the given file.
|
||||
See DOCS/\:HTML/\:en/\:edl.html for details on how to use this.
|
||||
.
|
||||
.TP
|
||||
.B \-edlout <filename> (EDL only)
|
||||
Creates a new file and writes edit decision list (EDL) records to that file.
|
||||
During playback, when the user hits 'i', an entry to skip over the last two
|
||||
|
@ -959,6 +952,13 @@ Some DVD discs contain scenes that can be viewed from multiple angles.
|
|||
Here you can tell MPlayer which angles to use (default: 1).
|
||||
.
|
||||
.TP
|
||||
.B \-edl <filename> (EDL only)
|
||||
Enables edit decision list (EDL) actions during playback.
|
||||
Video will be skipped over and audio will be muted and unmuted according to
|
||||
the entries in the given file.
|
||||
See DOCS/\:HTML/\:en/\:edl.html for details on how to use this.
|
||||
.
|
||||
.TP
|
||||
.B \-forceidx
|
||||
Force index rebuilding.
|
||||
Useful for files with broken index (A/\:V desync, etc).
|
||||
|
|
Loading…
Reference in New Issue