Enum FramePackFormat
Specifies how two video streams are packed into a stereoscopic frame.
Namespace: FFmpeg.Filters
Assembly: FFmpeg.dll
Syntax
public enum FramePackFormat
Fields
| Name | Description |
|---|---|
| ColumnInterleaved | Interleaves the views by alternating vertical columns. |
| FrameSequential | Interleaves the views temporally by alternating complete frames. |
| LineInterleaved | Interleaves the views by alternating horizontal lines. |
| SideBySide | Packs the left and right views side by side. This is the default frame packing mode. |
| TopAndBottom | Packs the left and right views one above the other. Also known as top-and-bottom packing. |