From 8f7b12d9ae3f1034cc86cea520bbb7579b1a3a25 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Nov 2015 18:11:37 +0100 Subject: [PATCH] manpage: remove examples and authors section The examples demonstrates use with optical media, which is far from mpv's main purpose. The authors section is a leftover from MPlayer times. There are enough other places which reiterate how mpv is based on mplayer2/MPlayer, copyright statements, and so on. --- DOCS/man/mpv.rst | 46 ---------------------------------------------- 1 file changed, 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.