From 74dd64e71d7641ac916be0e63471f076f51370af Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 31 Oct 2008 18:44:45 +0000 Subject: Add an option that sets initial playback volume. patch by Reimar and rvm, rvm3000 ya com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27872 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 4b0d562e20..1af9a61651 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2648,6 +2648,12 @@ the maximum, which e.g.\& the OSD cannot display correctly. Set the step size of mixer volume changes in percent of the whole range (default: 3). . +.TP +.B \-volume <-1\-100> (also see \-af volume) +Set the startup volume in the mixer, either hardware or software (if +used with \-softvol). +A value of -1 (the default) will not change the volume. +. . . .SH "AUDIO OUTPUT DRIVERS (MPLAYER ONLY)" -- cgit v1.2.3 From 456abaa4e39742fd6ae4016208fdec8c2859768b Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Nov 2008 17:19:30 +0000 Subject: Add a few more supported URL protocols git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27883 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 1af9a61651..00030282a2 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -105,7 +105,7 @@ cue://file[:track] . .br .B mplayer -[file|mms[t]|http|http_proxy|rt[s]p|ftp|udp|unsv|smb]:// +[file|mms[t]|http|http_proxy|rt[s]p|ftp|udp|unsv|icyx|noicyx|smb]:// [user:pass@]URL[:port] [options] . .br -- cgit v1.2.3 From 0845d5abfd1948bd2073d32f1c92b0156f2d0b13 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 4 Nov 2008 20:46:45 +0000 Subject: Fix typo in psy-rd x264 option description. Noticed by Grozdan, microchip telenet be. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27895 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 00030282a2..f49a46a3f2 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -10122,7 +10122,7 @@ enabled during all mode decisions (slow, requires subq>=6) .PD 1 . .TP -.B psy-rd=rd[:trell] +.B psy-rd=rd[,trell] Sets the strength of the psychovisual optimization. .PD 0 .RSs -- cgit v1.2.3