summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/mpv.rst46
1 files changed, 0 insertions, 46 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 8194146a95..b8bd266aa4 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -953,49 +953,3 @@ future.
Note that mpv likes to mix ``/`` and ``\`` path separators for simplicity.
kernel32.dll accepts this, but cmd.exe does not.
-
-EXAMPLES OF MPV USAGE
-=====================
-
-Blu-ray playback:
- - ``mpv bd:////path/to/disc``
- - ``mpv bd:// --bluray-device=/path/to/disc``
-
-Play in Japanese with English subtitles:
- ``mpv dvd://1 --alang=ja --slang=en``
-
-Play only chapters 5, 6, 7:
- ``mpv dvd://1 --chapter=5-7``
-
-Play only titles 5, 6, 7:
- ``mpv dvd://5-7``
-
-Play a multi-angle DVD:
- ``mpv dvd://1 --dvd-angle=2``
-
-Play from a different DVD device:
- ``mpv dvd://1 --dvd-device=/dev/dvd2``
-
-Play DVD video from a directory with VOB files:
- ``mpv dvd://1 --dvd-device=/path/to/directory/``
-
-Stream from HTTP:
- ``mpv http://example.com/example.avi``
-
-Stream using RTSP:
- ``mpv rtsp://server.example.com/streamName``
-
-Play a libavfilter graph:
- ``mpv avdevice://lavfi:mandelbrot``
-
-AUTHORS
-=======
-
-mpv is a MPlayer fork based on mplayer2, which in turn is a fork of MPlayer.
-
-MPlayer was initially written by Arpad Gereoffy. See the ``AUTHORS`` file for
-a list of some of the many other contributors.
-
-MPlayer is (C) 2000-2013 The MPlayer Team
-
-This man page was written mainly by Gabucino, Jonas Jermann and Diego Biurrun.