summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-06 21:41:21 +0100
committerwm4 <wm4@nowhere>2013-02-06 23:03:39 +0100
commitc5340512dd5a75079779c896505a038caf3ce69a (patch)
treedad034fa95de5d1c9f835cf8e1fe5ec0f4592518 /DOCS/man
parent74817a77d45c96d4107b1946d0f918a893c58cac (diff)
downloadmpv-c5340512dd5a75079779c896505a038caf3ce69a.tar.bz2
mpv-c5340512dd5a75079779c896505a038caf3ce69a.tar.xz
core: remove --edlout functionality
This could write .edl files in MPlayer's format. Support for playing these files has been removed from mplayer2 quite a while ago. (mplayer2 can play its own, "new" .edl format, but does not support writing it.) Since this is a rather obscure functionality, and it's not really clear how it should behave (e.g. what should it do if a new file is played), and wasn't all that great to begin with (what if you made a mistake? the "edl_mark" command sucks for editing), get rid of it. Suggestions how to reimplement this in a nicer way are welcome. If it's just about retrieving timecodes, this in input.conf will do: KEY print_text "position: ${=time-pos}"
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/input.rst2
-rw-r--r--DOCS/man/en/options.rst9
2 files changed, 1 insertions, 10 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index f693436e53..f146208fd3 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -210,7 +210,7 @@ Undocumented commands: tv_start_scan, tv_step_channel, tv_step_norm,
tv_step_chanlist, tv_set_channel, tv_last_channel, tv_set_freq, tv_step_freq,
tv_set_norm, dvb_set_channel, radio_step_channel, radio_set_channel,
radio_set_freq, radio_step_freq (all of these should be replaced by properties),
-edl_mark, stop (questionable use), get_property (?), af_switch, af_add, af_del,
+stop (questionable use), get_property (?), af_switch, af_add, af_del,
af_clr, af_cmdline, vo_cmdline (experimental).
Input command prefixes
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 107e3be377..59697cda28 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -566,15 +566,6 @@
to -1 (the default), mpv will choose the first edition declared as a
default, or if there is no default, the first edition defined.
---edlout=<filename>
- Creates a new file and writes edit decision list (EDL) records to it.
- During playback, the user hits 'i' to mark the start or end of a skip
- block. This provides a starting point from which the user can fine-tune
- EDL entries later. See http://www.mplayerhq.hu/DOCS/HTML/en/edl.html for
- details.
-
- *NOTE*: broken.
-
--embeddedfonts, --no-embeddedfonts
Use fonts embedded in Matroska container files and ASS scripts (default:
enabled). These fonts can be used for SSA/ASS subtitle rendering