|
This module has no parameters. |
|
-F can be used to set the image format for uncompressed video (only available in CVS HEAD). Examples are: * -F I420 - YUV 4:2:0 planar data * -F YV12 - like I420, but with U and V reversed * -F YUY2 - YUV 4:2:2 packed data in YUYV format * -F UYVY - YUV 4:2:2 packed data in UYVY format * -F YVYU - YUV 4:2:2 packed data in YVYU format * -F Y800 - grayscale YUV (Y data only) * -F RGB - 24-bit RGB There may be other formats available; use -F help for a list. |