summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-07 22:43:00 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-07 22:43:00 +0000
commit1d63c2397ece95fbb8689dd5adae4140bfcc0aae (patch)
treedb71d6f3fce0616232f2a8ff0ede06216f558cad /DOCS
parent9214d53d3a76e824868f1393da64113be925eb3a (diff)
downloadmpv-1d63c2397ece95fbb8689dd5adae4140bfcc0aae.tar.bz2
mpv-1d63c2397ece95fbb8689dd5adae4140bfcc0aae.tar.xz
-vop pp sub-filters options separators fixed (,->/)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8409 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.114
1 files changed, 8 insertions, 6 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 7ed09890bb..4752efd2ee 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -1536,11 +1536,13 @@ Disable automatic movie aspect ratio compensation.
.B \-nosound
Do not play/\:encode sound.
.TP
-.B \-vop pp=<option1,option2,...>
+.B \-vop pp=<option1/option2/...>
This option enables usage of MPlayer's internal postprocessing filter,
and also gives an interface where you can pass options to the named filter.
.br
+Note that each sub-filter must be separated with a / sign.
+.br
Each filter defaults to 'c' (chrominance).
.br
The keywords accept a '\-' prefix to disable the option.
@@ -1560,13 +1562,13 @@ y: Do not do chrominance filtering (only luminance filtering).
.RE
.PD 0
.RSs
-.IPs "\-vop pp=hb,vb,dr,al,lb"
-.IPs "\-vop pp=hb,vb,dr,al"
-.IPs "\-vop pp=de,\-al"
+.IPs "\-vop pp=hb/vb/dr/al/lb"
+.IPs "\-vop pp=hb/vb/dr/al"
+.IPs "\-vop pp=de/\-al"
default filters without brightness/\:contrast correction
-.IPs "\-vop pp=de,tn:1:2:3"
+.IPs "\-vop pp=de/tn:1:2:3"
Enable default filters & temporal denoiser.
-.IPs "\-vop pp=hb:y,vb:a \-autoq 6"
+.IPs "\-vop pp=hb:y/vb:a \-autoq 6"
Deblock horizontal only luminance and switch vertical deblocking on or
off automatically depending on available CPU time.
.RE