summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-08 13:15:19 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-08 13:15:19 +0000
commite9cfe4b5f66a63a82f47f5f39da86ed98bcd8b5c (patch)
treea46e1ed71d90dc5ea414692241981274a8e9f65c /DOCS
parentde9c2f59dcf065bbdca5dbaa28f596522febe5ca (diff)
downloadmpv-e9cfe4b5f66a63a82f47f5f39da86ed98bcd8b5c.tar.bz2
mpv-e9cfe4b5f66a63a82f47f5f39da86ed98bcd8b5c.tar.xz
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 ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16947 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.114
1 files changed, 14 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 28001b1f43..a81e09fadd 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -4824,6 +4824,20 @@ Force quantization parameter (default: 0, use QP from video).
.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