comparison DOCS/tech/vop.txt @ 6449:6ee8233283a3

vf-noise update
author michael
date Sun, 16 Jun 2002 13:59:23 +0000
parents df81a678c1d3
children 16f8f95e6c85
comparison
equal deleted inserted replaced
6448:e10e3264c19c 6449:6ee8233283a3
123 -vop cropdetect 123 -vop cropdetect
124 It's a special filter, it doesn't alter the image itself, but detects 124 It's a special filter, it doesn't alter the image itself, but detects
125 (using some kind of heuristics) the black borders/bands of the image, 125 (using some kind of heuristics) the black borders/bands of the image,
126 and prints the optimal -vop crop= parameters to the stdout/console. 126 and prints the optimal -vop crop= parameters to the stdout/console.
127 MPI: EXPORT 127 MPI: EXPORT
128 128
129 -vop test[=first frame number] 129 -vop test[=first frame number]
130 generate various test patterns 130 generate various test patterns
131 MPI: TEMP, accepts stride 131 MPI: TEMP, accepts stride
132 132
133 -vop noise[=lumaNoise[u][t]]:chromaNoise[u][t]] 133 -vop noise[=lumaNoise[u][t][h]:chromaNoise[u][t][h]
134 add noise 134 add noise
135 0<= lumaNoise, chromaNoise <=100 135 0<= lumaNoise, chromaNoise <=100
136 u uniform noise (gaussian otherwise) 136 u uniform noise (gaussian otherwise)
137 t temporal noise (noise pattern changes between frames) 137 t temporal noise (noise pattern changes between frames)
138 MPI: TEMP, accepts stride 138 h high quality (slightly better looking, slightly slower)
139 MPI: DR (if possible) or TEMP, accepts stride
139 140