[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1149,1.1150

Michael Niedermayer CVS syncmail at mplayerhq.hu
Tue Nov 8 14:15:22 CET 2005


CVS change done by Michael Niedermayer CVS

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

Modified Files:
	mplayer.1 
Log Message:
ultra simple&slow pp filter, yes yet another spp like filter :)
this one does actually compress&decompress the video at various shifts with lavc while the other spp filters are doing optimized intra only filtering
limitations:
mpeg4 is hardcoded, all options too, pretty trivial to change though, even filtering with non dct codecs like snow could be tried ...
the qscale/qp is only taken fron the first MB of each image and then used for the whole image (would needs some small changes to lavc to let the user set the qscales for the mbs themselfs but iam to lazy ...)
this needs ALOT of cpu time and memory especially at uspp=8 ...


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1149
retrieving revision 1.1150
diff -u -r1.1149 -r1.1150
--- mplayer.1	6 Nov 2005 14:21:17 -0000	1.1149
+++ mplayer.1	8 Nov 2005 13:15:19 -0000	1.1150
@@ -4824,6 +4824,20 @@
 .RE
 .
 .TP
+.B uspp[=quality[:qp]]
+Ultra Simple&Slow postprocessing filter that compresses and decompresses the
+image at several (or \- in the case of quality level 8 \- all)
+shifts and averages the results.
+The difference to spp is that it actually encodes&decodes each case with
+lavc-mpeg4 while spp uses a simplified intra only 8x8 DCT similar to mjpeg
+.RSs
+.IPs <quality>
+0\-8 (default: 3)
+.IPs <qp>\ 
+Force quantization parameter (default: 0, use QP from video).
+.RE
+.
+.TP
 .B fspp[=quality[:qp[:strength]]]
 faster version of the simple postprocessing filter
 .RSs




More information about the MPlayer-DOCS mailing list