Mercurial > mplayer.hg
changeset 13654:fe1282bdee25
Documents two new postprocessing options: "dering-luma" and "dering-chroma"
Also moves around a bit the decoder section in order to "factorize" some
comments.
author | gpoirier |
---|---|
date | Sun, 17 Oct 2004 13:48:16 +0000 |
parents | 799f81d3cb19 |
children | d4048f4054b6 |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 26 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sun Oct 17 13:28:22 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Oct 17 13:48:16 2004 +0000 @@ -3422,23 +3422,36 @@ .TP .B \-xvidopts <option1:option2:...> Specify additional parameters when decoding with XviD. -.PD 0 -.RSs -.IPs deblock-chroma -Activate XviD internal postprocessing filter: chroma deblock filter. -See also \-vf pp, which is faster than XviD's own filter. -.IPs deblock-luma -Activate XviD internal postprocessing filter: luma deblock filter. -See also \-vf pp, which is faster than XviD's own filter. +.br +.I NOTE: +As decoding with XviD tends to be a bit slower than libavcodec +you might want to use them instead. +.sp 1 +XviD's internal postprocessing filters: +.PD 0 +.RSs +.IPs deblock-chroma (also see \-vf pp) +chroma deblock filter +.IPs deblock-luma (also see \-vf pp) +luma deblock filter +.IPs dering-luma (also see \-vf pp) +luma deringing filter +.IPs dering-chroma (also see \-vf pp) +chroma deringing filter +.IPs filmeffect (also see \-vf noise) +Adds artificial film grain to the video. +May increase perceived quality, while lowering true quality. +.RE +.sp 1 +.RS +rendering methods: +.RE +.PD 0 +.RSs .IPs dr2\ \ Activate direct rendering method 2. .IPs nodr2 Deactivate direct rendering method 2. -.IPs filmeffect -Activate XviD internal film grain effect. -Adds artificial film grain to the video. -May increase perceived quality, while lowering true quality. -Also see \-vf noise. .RE .PD 1 .