ffmpeg.libavutil.stereo3d

@file Stereoscopic video

Members

Enums

AVStereo3DType
enum AVStereo3DType

List of possible 3D Types

AVStereo3DView
enum AVStereo3DView

List of possible view types.

Functions

av_stereo3d_alloc
AVStereo3D* av_stereo3d_alloc()

Allocate an AVStereo3D structure and set its fields to default values. The resulting struct can be freed using av_freep().

av_stereo3d_create_side_data
AVStereo3D* av_stereo3d_create_side_data(AVFrame* frame)

Allocate a complete AVFrameSideData and add it to the frame.

av_stereo3d_from_name
int av_stereo3d_from_name(const(char)* name)

Get the AVStereo3DType form a human-readable name.

av_stereo3d_type_name
const(char)* av_stereo3d_type_name(uint type)

Provide a human-readable name of a given stereo3d type.

Manifest constants

AV_STEREO3D_FLAG_INVERT
enum AV_STEREO3D_FLAG_INVERT;

Inverted views, Right/Bottom represents the left view.

Structs

AVStereo3D
struct AVStereo3D

Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed.

Meta