From e8abba5f43a2383c8020c23bfa88f8d9d7998dab Mon Sep 17 00:00:00 2001 From: bircoph Date: Sun, 3 May 2009 21:51:37 +0000 Subject: Support for libbs2b ver. 3.0.0 API. Now filter parameters are highly controllable, virtually all audio formats are supported, and new profiles are available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29244 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 90ef00b1e6..f5b1f4999e 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -5067,10 +5067,26 @@ head shadowing effect. It is applicable only to 2 channel audio. .PD 0 .RSs -.IPs level=<1\-3> -Set cross feed level, higher level means stronger effect (default: 3). -.IPs profile=<0\-1> -Select cross feed profile to use, 1 provides softer sound than 0 (default: 1). +.IPs fcut=<300\-1000> +Set cut frequency in Hz. +.IPs feed=<10\-150> +Set feed level for low frequencies in 0.1*dB. +.IPs profile= +Several profiles are available for convenience: +.RSs +default: will be used if nothing else was specified (fcut=700, +feed=45); +.br +cmoy: Chu Moy circuit implementation (fcut=700, feed=60); +.br +jmeier: Jan Meier circuit implementation (fcut=650, feed=95). +.REss +.PD 1 +.RE +.sp 1 +.RS +If fcut or feed options are specified together with a profile, they +will be applied on top of the selected profile. .RE .PD 1 . -- cgit v1.2.3 From e3ec5b1fd377254e19685ddcce0988efda8bffbf Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 May 2009 14:53:47 +0000 Subject: Rename macosx audio output driver to coreaudio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29251 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index f5b1f4999e..68d8ee317e 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2786,7 +2786,7 @@ Note that this seems unreliable and will spam stdout with server messages. audio output through NAS . .TP -.B macosx (Mac OS X only) +.B coreaudio (Mac OS X only) native Mac OS X audio output driver . .TP -- cgit v1.2.3 From 27bc918ffeb095a2e932e373fa718fbb3a3f36c7 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 May 2009 16:55:05 +0000 Subject: Rename macosx video output driver to corevideo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29252 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 68d8ee317e..0906523e28 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -312,7 +312,7 @@ Adjust saturation. .PD 1 .PP .RS -(The following keys are valid only when using the quartz or macosx +(The following keys are valid only when using the quartz or corevideo video output driver.) .RE .PP @@ -1041,7 +1041,7 @@ Permit MPlayer to receive pointer events reported by the video output driver. Necessary to select the buttons in DVD menus. Supported for X11 based VOs (x11, xv, xvmc, etc.) and the gl, gl2, direct3d and -macosx VOs. +corevideo VOs. . .TP .B \-noar @@ -3208,14 +3208,14 @@ Furthermore under X11 your window manager has to honor window aspect hints. .B "\-ontop\ " Makes the player window stay on top of other windows. Supported by video output drivers which use X11, except SDL, -as well as directx, macosx, quartz, ggi and gl2. +as well as directx, corevideo, quartz, ggi and gl2. . .TP .B \-panscan <0.0\-1.0> Enables pan-and-scan functionality (cropping the sides of e.g.\& a 16:9 movie to make it fit a 4:3 display without black bands). The range controls how much of the image is cropped. -Only works with the xv, xmga, mga, gl, gl2, quartz, macosx and xvidix +Only works with the xv, xmga, mga, gl, gl2, quartz, corevideo and xvidix video output drivers. .br .I NOTE: @@ -3241,7 +3241,7 @@ Currently only supported by \-vo directx combined with the \-vm option. .B \-rootwin Play movie in the root window (desktop background). Desktop background images may cover the movie window, though. -Only works with the x11, xv, xmga, xvidix, quartz, macosx and directx video output drivers. +Only works with the x11, xv, xmga, xvidix, quartz, corevideo and directx video output drivers. . .TP .B \-saturation <\-100\-100> @@ -3632,7 +3632,7 @@ Specify the fullscreen resolution (useful on slow systems). .PD 1 . .TP -.B macosx (Mac OS X 10.4 or 10.3.9 with QuickTime 7) +.B corevideo (Mac OS X 10.4 or 10.3.9 with QuickTime 7) Mac OS X CoreVideo video output driver .PD 0 .RSs -- cgit v1.2.3