[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.530,1.531

Michael Niedermayer CVS michael at mplayerhq.hu
Mon Feb 2 15:19:57 CET 2004


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

Modified Files:
	mplayer.1 
Log Message:
quantizer noise shaping


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.530
retrieving revision 1.531
diff -u -r1.530 -r1.531
--- mplayer.1	2 Feb 2004 00:33:07 -0000	1.530
+++ mplayer.1	2 Feb 2004 14:19:54 -0000	1.531
@@ -4892,6 +4892,22 @@
 .B nr=<0\-100000>
 noise reduction, 0 is disabled
 .TP
+.B qns=<0\-3>
+quantizer noise shaping, reduces ringing artefacts, larger values are slower
+but may not result in better quality
+.PD 0
+.RSs
+.IPs 0
+disabled (default)
+.IPs 1
+only lower the absolute value of coefficients
+.IPs 2
+only change coefficients before the last non zero coefficient + 1
+.IPs 3
+try all
+.RE
+.PD 1
+.TP
 .B inter_matrix=<comma separated matrix>
 Use custom inter matrix. It needs a comma separated string of 64 integers.
 .TP




More information about the MPlayer-DOCS mailing list