Export capabilities
| Video | Audio | RGB | YUV | YUV422 | Pass-Through |
| yes | yes | yes | yes | yes | yes |
Dependencies / Support
This module has no dependencies. Support for this module is good.
Introduction
Writes raw a/v streams in AVI container.
For video, the codec will be the current internal colorspace, unless pass-through is in effect.
For audio, the transocode option -N will determine the codec.
An example use would be to grab video and audio from hardware devices.
transcode -x bktr,sunau -y raw -N 0x1 -o capture.avi
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.