[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1210,1.1211

Alban Bedel CVS syncmail at mplayerhq.hu
Tue Jan 24 12:16:16 CET 2006


CVS change done by Alban Bedel CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv30660/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
Profiles support.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1210
retrieving revision 1.1211
diff -u -r1.1210 -r1.1211
--- mplayer.1	22 Jan 2006 21:02:11 -0000	1.1210
+++ mplayer.1	24 Jan 2006 11:16:13 -0000	1.1211
@@ -530,6 +530,34 @@
 ~/.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 @@
 .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.




More information about the MPlayer-DOCS mailing list