[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.793,1.794

Michael Niedermayer CVS syncmail at mplayerhq.hu
Wed Oct 27 20:16:28 CEST 2004


CVS change done by Michael Niedermayer CVS

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

Modified Files:
	mplayer.1 
Log Message:
lavcresample & sweep filters


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -r1.793 -r1.794
--- mplayer.1	21 Oct 2004 22:47:51 -0000	1.793
+++ mplayer.1	27 Oct 2004 18:16:24 -0000	1.794
@@ -3019,6 +3019,27 @@
 Changes the sample rate of the audio stream to an integer srate in Hz.
 It only supports the 16-bit little-endian format.
 With MEncoder, you need to also use \-srate <srate>.
+.IPs lavcresample[=srate[:length[:linear[:count[:cutoff]]]]]
+Changes the sample rate of the audio stream to an integer srate in Hz.
+It only supports the 16-bit little-endian format.
+With MEncoder, you need to also use \-srate <srate>.
+.RSss
+srate: the output sample rate
+.br
+length: length of the filter with respect to the lower sampling rate
+default: 16
+.br
+linear: if 1 then filters will be linearly interpolated between polyphase 
+entries
+.br
+count: log2 of the number of polyphase entries 
+(..., 10->1024, 11->2048, 12->4096, ...)
+default: 10->1024
+.br
+cutoff: cutoff frequency (0.0-1.0), default set depending upon filter length
+.REss
+.IPs sweep[=speed]
+sine sweep
 .IPs channels[=nch]
 Change the number of channels to nch output channels.
 If the number of output channels is bigger than the number of input channels




More information about the MPlayer-DOCS mailing list