comparison 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
comparison
equal deleted inserted replaced
16945:c17943eb7d55 16946:47c5e9846cd3
4822 .br 4822 .br
4823 1: soft thresholding (better deringing, but blurrier) 4823 1: soft thresholding (better deringing, but blurrier)
4824 .RE 4824 .RE
4825 . 4825 .
4826 .TP 4826 .TP
4827 .B uspp[=quality[:qp]]
4828 Ultra Simple&Slow postprocessing filter that compresses and decompresses the
4829 image at several (or \- in the case of quality level 8 \- all)
4830 shifts and averages the results.
4831 The difference to spp is that it actually encodes&decodes each case with
4832 lavc-mpeg4 while spp uses a simplified intra only 8x8 DCT similar to mjpeg
4833 .RSs
4834 .IPs <quality>
4835 0\-8 (default: 3)
4836 .IPs <qp>\
4837 Force quantization parameter (default: 0, use QP from video).
4838 .RE
4839 .
4840 .TP
4827 .B fspp[=quality[:qp[:strength]]] 4841 .B fspp[=quality[:qp[:strength]]]
4828 faster version of the simple postprocessing filter 4842 faster version of the simple postprocessing filter
4829 .RSs 4843 .RSs
4830 .IPs <quality> 4844 .IPs <quality>
4831 4\-5 (equivalent to spp; default: 4) 4845 4\-5 (equivalent to spp; default: 4)