summaryrefslogtreecommitdiffstats
path: root/DOCS/mplayer.1
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-28 14:02:16 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-28 14:02:16 +0000
commit9d5f1a30a5d8b19ef8949f53fe13d2ebba71e835 (patch)
tree1620175bdd614352c2600b88072e22888021f296 /DOCS/mplayer.1
parent7aa604e81be33c5b68890d7bc456c76bda9c84e3 (diff)
downloadmpv-9d5f1a30a5d8b19ef8949f53fe13d2ebba71e835.tar.bz2
mpv-9d5f1a30a5d8b19ef8949f53fe13d2ebba71e835.tar.xz
-chapter option updates (and some else?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4399 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r--DOCS/mplayer.16
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 06e41123ad..1b488ba9c3 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -150,7 +150,8 @@ tell MPlayer which movies (marked with titleid) to play. For example
sometimes '1' are trailers, and '2' is the real movie.
.TP
.B \-chapter\ <chapter\ id>
-specify which chapter to start playing at. Examples can be found below.
+specify which chapter to start playing at. Optionally specify which chapter to
+end playing at. Examples can be found below.
.TP
.B \-dvdangle\ <angle\ id>
some DVD discs contain scenes that can be viewed from multiple angles.
@@ -768,6 +769,9 @@ Sub files are searched in this priority : (for example /mnt/cdrom/movie.avi)
.B Quickstart DVD playing
mplayer -dvd 1
.TP
+.B Play only chapters 5, 6, 7
+mplayer -dvd 1 -chapter 5-7
+.TP
.B Multiangle DVD playing
mplayer -dvd 1 -dvdangle 2
.TP