diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-10 19:21:56 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-10 19:21:56 +0000 |
commit | ec74c68e3ddfd45bdd9ea2ede27af6998b2fc22f (patch) | |
tree | 73b9b754afd647ead137763ae9db109190882d53 /DOCS | |
parent | 1043075a0d3a5b42b7780bb200a713cdb2c770bf (diff) |
updated english manpage with protocol/extension profile loading feature
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25665 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 625671de84..708f9bc331 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -580,6 +580,25 @@ To end the profile, start another one or use the profile name 'default' 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 |