summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-14 01:31:29 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-14 01:31:29 +0000
commit1335462d5b66fb3bc38a694ad721d857c24f5c71 (patch)
treefd6869dec0ae3ef48e0f20b3f5459e734a123303
parent7cf06d19a4badf6b77d0b7709c090cd54123800a (diff)
downloadmpv-1335462d5b66fb3bc38a694ad721d857c24f5c71.tar.bz2
mpv-1335462d5b66fb3bc38a694ad721d857c24f5c71.tar.xz
docs for vf-test & vf-noise
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6427 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/tech/vop.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index 6ce72e49b7..af47b21ed3 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -126,3 +126,14 @@ Current plugins:
and prints the optimal -vop crop= parameters to the stdout/console.
MPI: EXPORT
+-vop test[=first frame number]
+ generate various test patterns
+ MPI: TEMP, accepts stride
+
+-vop noise[=lumaNoise[u][t]]:chromaNoise[u][t]]
+ add noise
+ 0<= lumaNoise, chromaNoise <=100
+ u uniform noise (gaussian otherwise)
+ t temporal noise (noise pattern changes between frames)
+ MPI: TEMP, accepts stride
+