From 6704008a4688fd9bd2cf277019694ed948ecdc5e Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 5 Jul 2010 17:04:46 +0000 Subject: stream_bluray: add unencrypted Blu-ray playback Support for unencrypted Blu-ray playback through libbluray. Use it through: mplayer br:////path/to/disc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31631 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 5d1b94b209..9fb3d514e1 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -61,6 +61,11 @@ mencoder \- movie encoder . .br .B mplayer +[br]://[title][/device] +[options] +. +.br +.B mplayer [dvd|dvdnav]://[title|[start_title]\-end_title][/device] [options] . @@ -146,7 +151,7 @@ architectures, see the documentation). It plays most MPEG/\:VOB, AVI, ASF/\:WMA/\:WMV, RM, QT/\:MOV/\:MP4, Ogg/\:OGM, MKV, VIVO, FLI, NuppelVideo, yuv4mpeg, FILM and RoQ files, supported by many native and binary codecs. -You can watch VCD, SVCD, DVD, 3ivx, DivX 3/4/5, WMV and even H.264 movies, +You can watch VCD, SVCD, DVD, Blu\-ray, 3ivx, DivX 3/4/5, WMV and even H.264 movies, too. .PP MPlayer supports a wide range of video and audio output drivers. @@ -241,7 +246,7 @@ Adjust audio balance in favor of left/\:right channel. Mute sound. .IPs "_ (MPEG-TS, AVI and libavformat only)" Cycle through the available video tracks. -.IPs "# (DVD, MPEG, Matroska, AVI and libavformat only)" +.IPs "# (DVD, Blu-ray, MPEG, Matroska, AVI and libavformat only)" Cycle through the available audio tracks. .IPs "TAB (MPEG-TS and libavformat only)" Cycle through the available programs. @@ -898,8 +903,8 @@ Show file parameters in an easily parseable format. Also prints more detailed information about subtitle and audio track languages and IDs. In some cases you can get more information by using \-msglevel identify=6. -For example, for a DVD it will list the chapters and time length of each title, -as well as a disk ID. +For example, for a DVD or Blu\-ray it will list the chapters and time length +of each title, as well as a disk ID. Combine this with \-frames 0 to suppress all video output. The wrapper script TOOLS/\:midentify.sh suppresses the other MPlayer output and (hopefully) shellescapes the filenames. @@ -1210,6 +1215,19 @@ With Real RTSP streaming, it is also used to set the maximum delivery bandwidth allowing faster cache filling and stream dumping. . .TP +.B \-bluray\-angle (Blu\-ray only) +Some Blu\-ray discs contain scenes that can be viewed from multiple angles. +Here you can tell MPlayer which angles to use (default: 1). +. +.TP +.B \-bluray\-chapter (Blu\-ray only) +Tells MPlayer which Blu\-ray chapter to start the current title from (default: 1). +. +.TP +.B \-bluray\-device (Blu\-ray only) +Specify the Blu\-ray disc location. Must be a directory with Blu\-ray structure. +. +.TP .B \-cache This option specifies how much memory (in kBytes) to use when precaching a file or URL. @@ -11430,6 +11448,13 @@ in this order: .SH EXAMPLES OF MPLAYER USAGE . .PP +.B Quickstart Blu\-ray playing: +.nf +mplayer br:////path/to/disc +mplayer br:// \-bluray\-device /path/to/disc +.fi +. +.PP .B Quickstart DVD playing: .nf mplayer dvd://1 -- cgit v1.2.3