From d4d62bbc657d3e5105336642fff1d58f6e7d15d8 Mon Sep 17 00:00:00 2001 From: albeu Date: Tue, 24 Jan 2006 11:16:13 +0000 Subject: Profiles support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17472 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'DOCS') 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 +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 +Show the description and content of a profile. +. +.TP .B \-v\ \ \ \ \ Increment verbosity level, one level for each \-v found on the command line. -- cgit v1.2.3