Mercurial > mplayer.hg
diff DOCS/man/en/mplayer.1 @ 16946:47c5e9846cd3
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 ...
author | michael |
---|---|
date | Tue, 08 Nov 2005 13:15:19 +0000 |
parents | 461c7ba402c3 |
children | e9d849bf8050 |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Tue Nov 08 11:54:43 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Nov 08 13:15:19 2005 +0000 @@ -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