[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.830,1.831

Ivo van Poorten CVS syncmail at mplayerhq.hu
Thu Dec 23 03:09:53 CET 2004


CVS change done by Ivo van Poorten CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv9281/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:

Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.

Compilation is optional and can be controled by configure. You need to
have the LADSPA SDK installed in order to have it autodetected by configure.

Manual page is updated.



Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.830
retrieving revision 1.831
diff -u -r1.830 -r1.831
--- mplayer.1	21 Dec 2004 20:33:50 -0000	1.830
+++ mplayer.1	23 Dec 2004 02:09:50 -0000	1.831
@@ -3633,6 +3633,30 @@
 .B volnorm
 Maximizes the volume without distorting the sound.
 .
+.TP
+.B ladspa=file:label[:controls...]
+Load a LADSPA (Linux Audio Developer's Simple Plugin API) plugin.
+This filter is reentrant, so multiple LADSPA plugins can be used at once.
+.PD 0
+.RSs
+.IPs file\ 
+Specifies the LADSPA plugin library file.
+If LADSPA_PATH is set, it searches for the specified file.
+If it is not set, you must supply a fully specified pathname.
+.IPs label
+Specifies the filter within the library.
+Some libraries contain only one filter, but others contain many of them.
+Entering 'help' here, will list all available filters within the specified
+library, which eliminates the use of 'listplugins' from the LADSPA SDK.
+.IPs controls
+Controls are zero or more floating point values that determine the
+behaviour of the loaded plugin (for example delay, threshold or gain).
+In verbose mode (add -v to the MPlayer command line), all available controls
+and their valid ranges are printed.
+This eliminates the use of 'analyseplugin' from the LADSPA SDK.
+.RE
+.PD 1
+.
 .
 .
 .SH "VIDEO FILTERS"




More information about the MPlayer-DOCS mailing list