Author: ben Date: Thu Jan 10 20:21:56 2008 New Revision: 25665 Log: updated english manpage with protocol/extension profile loading feature
Modified: trunk/DOCS/man/en/mplayer.1 Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Thu Jan 10 20:21:56 2008 @@ -580,6 +580,25 @@ To end the profile, start another one or to continue with normal options. .fi .PP +.I "EXAMPLE MPLAYER PROFILE:" +.sp 1 +.nf + +[protocol.dvd] +profile-desc="Profile for dvd:// streams" +vf=pp=hb/vb/dr/al/fd +alang=en + +[protocol.dvdnav] +profile-desc="Profile for dvdnav:// streams" +profile=protocol.dvd +mouse-movements=yes + +[extension.flv] +profile-desc="Profile for .flv files" +flip=yes +.fi +.PP .I "EXAMPLE MENCODER PROFILE:" .sp 1 .nf _______________________________________________ MPlayer-DOCS mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
