From 91116941d87abca7e8b6a9f914dee48703782ddf Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 17 Oct 2004 13:48:16 +0000 Subject: Documents two new postprocessing options: "dering-luma" and "dering-chroma" Also moves around a bit the decoder section in order to "factorize" some comments. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13655 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 46bd32f867..e60e8223a7 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3422,23 +3422,36 @@ Disables aspect calculations. .TP .B \-xvidopts Specify additional parameters when decoding with XviD. +.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 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. .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 . -- cgit v1.2.3