Revision 143e3aa0 doc/libavfilter.texi
doc/libavfilter.texi | ||
---|---|---|
114 | 114 |
@section format |
115 | 115 |
|
116 | 116 |
Convert the input video to one of the specified pixel formats. |
117 |
Libavfilter will try to pick one that is supported as the input to
|
|
117 |
Libavfilter will try to pick one that is supported for the input to
|
|
118 | 118 |
the next filter. |
119 | 119 |
|
120 |
The filter takes as argument a list of pixel format names, separated
|
|
121 |
by ``:'', for example ``yuv420p:monow:rgb24''.
|
|
120 |
The filter accepts a list of pixel format names, separated by ``:'',
|
|
121 |
for example ``yuv420p:monow:rgb24''. |
|
122 | 122 |
|
123 | 123 |
The following command: |
124 | 124 |
|
... | ... | |
130 | 130 |
|
131 | 131 |
@section noformat |
132 | 132 |
|
133 |
Force libavfilter not to use any of the specified pixel formats as the
|
|
133 |
Force libavfilter not to use any of the specified pixel formats for the
|
|
134 | 134 |
input to the next filter. |
135 | 135 |
|
136 |
The filter takes as argument a list of pixel format names, separated
|
|
137 |
by ``:'', for example ``yuv420p:monow:rgb24''.
|
|
136 |
The filter accepts a list of pixel format names, separated by ``:'',
|
|
137 |
for example ``yuv420p:monow:rgb24''. |
|
138 | 138 |
|
139 | 139 |
The following command: |
140 | 140 |
|
... | ... | |
142 | 142 |
./ffmpeg -i in.avi -vfilters "noformat=yuv420p, vflip" out.avi |
143 | 143 |
@end example |
144 | 144 |
|
145 |
will make libavfilter use a format different from ``yuv420p'' as the
|
|
145 |
will make libavfilter use a format different from ``yuv420p'' for the
|
|
146 | 146 |
input to the vflip filter. |
147 | 147 |
|
148 | 148 |
@section null |
Also available in: Unified diff