Revision 0bb240ac doc/muxers.texi
doc/muxers.texi | ||
---|---|---|
141 | 141 |
ffmpeg -i in.avi -f image2 -vframes 1 img.jpeg |
142 | 142 |
@end example |
143 | 143 |
|
144 |
The image muxer supports the .Y.U.V image file format. This format is |
|
145 |
special in that that each image frame consists of three files, for |
|
146 |
each of the YUV420P components. To read or write this image file format, |
|
147 |
specify the name of the '.Y' file. The muxer will automatically open the |
|
148 |
'.U' and '.V' files as required. |
|
149 |
|
|
144 | 150 |
@section mpegts |
145 | 151 |
|
146 | 152 |
MPEG transport stream muxer. |
Also available in: Unified diff