CVS: main/DOCS/man/en mplayer.1,1.1210,1.1211
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.
On Tuesday, 24 January 2006 at 12:16, Alban Bedel CVS wrote:
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.
This definitely deserves a ChangeLog entry! R. -- MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/ "I am Grey. I stand between the candle and the star. We are Grey. We stand between the darkness ... and the light." -- Delenn in Grey Council in Babylon 5:"Babylon Squared"
Dominik 'Rathann' Mierzejewski wrote:
On Tuesday, 24 January 2006 at 12:16, Alban Bedel CVS wrote:
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.
This definitely deserves a ChangeLog entry!
.... and a release ;-) I'll try to come up with some profiles for the codecs I've used, in order to make mencoder n00b users' life easier. Guillaume
On Tue, Jan 24, 2006 at 03:12:15PM +0100, Guillaume Poirier wrote:
Dominik 'Rathann' Mierzejewski wrote:
On Tuesday, 24 January 2006 at 12:16, Alban Bedel CVS wrote:
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.
This definitely deserves a ChangeLog entry!
.... and a release ;-)
PLEASE!!! Giacomo
I'll try to come up with some profiles for the codecs I've used, in order to make mencoder n00b users' life easier.
Guillaume
On Tuesday 24 January 2006 12:50, Giacomo Comes wrote:
On Tue, Jan 24, 2006 at 03:12:15PM +0100, Guillaume Poirier wrote:
Dominik 'Rathann' Mierzejewski wrote:
On Tuesday, 24 January 2006 at 12:16, Alban Bedel CVS wrote:
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.
This definitely deserves a ChangeLog entry!
.... and a release ;-)
PLEASE!!!
If you really consider making a release, please wait until tomorrow, the German man page will be finished then. Sebastian
On Tuesday, 24 January 2006 at 15:23, Sebastian Krämer wrote:
On Tuesday 24 January 2006 12:50, Giacomo Comes wrote:
On Tue, Jan 24, 2006 at 03:12:15PM +0100, Guillaume Poirier wrote:
Dominik 'Rathann' Mierzejewski wrote:
On Tuesday, 24 January 2006 at 12:16, Alban Bedel CVS wrote:
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.
This definitely deserves a ChangeLog entry!
.... and a release ;-)
PLEASE!!!
If you really consider making a release, please wait until tomorrow, the German man page will be finished then.
That's a joke, right? There's no way we could make a release within a day of deciding on it. R. -- MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/ "I am Grey. I stand between the candle and the star. We are Grey. We stand between the darkness ... and the light." -- Delenn in Grey Council in Babylon 5:"Babylon Squared"
On Tuesday 24 January 2006 15:33, Dominik 'Rathann' Mierzejewski wrote:
On Tuesday, 24 January 2006 at 15:23, Sebastian Krämer wrote:
On Tuesday 24 January 2006 12:50, Giacomo Comes wrote:
On Tue, Jan 24, 2006 at 03:12:15PM +0100, Guillaume Poirier wrote:
Dominik 'Rathann' Mierzejewski wrote:
On Tuesday, 24 January 2006 at 12:16, Alban Bedel CVS wrote:
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.
This definitely deserves a ChangeLog entry!
.... and a release ;-)
PLEASE!!!
If you really consider making a release, please wait until tomorrow, the German man page will be finished then.
That's a joke, right? There's no way we could make a release within a day of deciding on it.
I just wanted to make sure. :) S.
participants (5)
-
Dominik 'Rathann' Mierzejewski -
Giacomo Comes -
Guillaume Poirier -
Sebastian Krämer -
syncmail@mplayerhq.hu