Revision 0c0ccc28
doc/libavfilter.texi | ||
---|---|---|
149 | 149 |
|
150 | 150 |
Pass the source unchanged to the output. |
151 | 151 |
|
152 |
@section slicify |
|
153 |
|
|
154 |
Pass the images of input video on to next video filter as multiple |
|
155 |
slices. |
|
156 |
|
|
157 |
@example |
|
158 |
./ffmpeg -i in.avi -vfilters "slicify=32" out.avi |
|
159 |
@end example |
|
160 |
|
|
161 |
The filter accepts the slice height as parameter. If the parameter is |
|
162 |
not specified it will use the default value of 16. |
|
163 |
|
|
164 |
Adding this in the beginning of filter chains should make filtering |
|
165 |
faster due to better use of the memory cache. |
|
166 |
|
|
167 | 152 |
@section scale |
168 | 153 |
|
169 | 154 |
Scale the input video to width:height and/or convert the image format. |
... | ... | |
189 | 174 |
|
190 | 175 |
The default value of ``width'' and ``height'' is 0. |
191 | 176 |
|
177 |
@section slicify |
|
178 |
|
|
179 |
Pass the images of input video on to next video filter as multiple |
|
180 |
slices. |
|
181 |
|
|
182 |
@example |
|
183 |
./ffmpeg -i in.avi -vfilters "slicify=32" out.avi |
|
184 |
@end example |
|
185 |
|
|
186 |
The filter accepts the slice height as parameter. If the parameter is |
|
187 |
not specified it will use the default value of 16. |
|
188 |
|
|
189 |
Adding this in the beginning of filter chains should make filtering |
|
190 |
faster due to better use of the memory cache. |
|
191 |
|
|
192 | 192 |
@section vflip |
193 | 193 |
|
194 | 194 |
Flip the input video vertically. |
Also available in: Unified diff