summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-06 20:31:57 +0000
committerjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-06 20:31:57 +0000
commit7a09069daffd920621e883763915182cbecb71d1 (patch)
treeef0f4acf86819b7eb9a62a3128eb351f85e37c4d /DOCS
parent43eba3994c34bc1d6cd1b37ea841475e4740db5f (diff)
downloadmpv-7a09069daffd920621e883763915182cbecb71d1.tar.bz2
mpv-7a09069daffd920621e883763915182cbecb71d1.tar.xz
new filter: vf_noformat.
like vf_format, but in reverse. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11928 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.113
1 files changed, 13 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 71e91002c1..a4e5dc012f 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2640,6 +2640,19 @@ format name like rgb15, bgr24, yv12, etc (default: yuy2)
.RE
.PD 1
.TP
+.B noformat[=fourcc]
+Restricts the colorspace for the next filter without doing any conversion.
+Unlike the format filter, this will allow any colorspace
+.B except
+the one you specify.
+For a list of available formats see noformat=fmt=help.
+.PD 0
+.RSs
+.IPs fourcc
+format name like rgb15, bgr24, yv12, etc (default: yv12)
+.RE
+.PD 1
+.TP
.B pp[=filter1[:option1[:option2...]]/[-]filter2...] (see \-pphelp too)
This option enables usage of MPlayer's internal postprocessing filter,
and also gives an interface where you can pass options to the named filter.