summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-24 11:16:13 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-24 11:16:13 +0000
commitd4d62bbc657d3e5105336642fff1d58f6e7d15d8 (patch)
treed79fcb1cab91ee7914906c372ef446ad58052f74 /DOCS
parenteed2e8e82082f78b6b38af1531c91bff91d0246c (diff)
downloadmpv-d4d62bbc657d3e5105336642fff1d58f6e7d15d8.tar.bz2
mpv-d4d62bbc657d3e5105336642fff1d58f6e7d15d8.tar.xz
Profiles support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17472 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.136
1 files changed, 36 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 961f5b44dd..6c92e19045 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -530,6 +530,34 @@ named 'movie.avi.conf' with the file-specific options in it and put it in
~/.mplayer/ or in the same directory as the file.
.
.\" --------------------------------------------------------------------------
+.\" Profiles
+.\" --------------------------------------------------------------------------
+.
+.SH "PROFILES"
+To ease working with different configurations profiles can be defined in the
+configuration files. A profile start with its name between square brackets,
+eg. '[my-profile]'. All following options will be part of the profile.
+A description (shown by \-profile help) can be defined with the profile-desc
+option. To end the profile start another one or use the profile name 'default'
+to continue with normal options.
+.fi
+.PP
+.I "EXAMPLE MENCODER PROFILE:"
+.sp 1
+.nf
+
+[mpeg4]
+profile-desc="MPEG4 encoding"
+ovc=lacv=yes
+lavcopts=vcodec=mpeg4:vbitrate=1200
+
+[mpeg4-hq]
+profile-desc="HQ MPEG4 encoding"
+profile=mpeg4
+lavcopts=mbd=2:trell=yes:v4mv=yes
+.fi
+.
+.\" --------------------------------------------------------------------------
.\" Options
.\" --------------------------------------------------------------------------
.
@@ -605,10 +633,18 @@ Using realtime priority can cause system lockup.
.RE
.
.TP
+.B \-profile <profile1,profile2,...>
+Use the given profile(s), \-profile help display a list of the defined profiles.
+.
+.TP
.B \-really-quiet (also see \-quiet)
Display even less output and status messages than with \-quiet.
.
.TP
+.B \-show-profile <profile>
+Show the description and content of a profile.
+.
+.TP
.B \-v\ \ \ \ \
Increment verbosity level, one level for each \-v
found on the command line.