ffmpeg.libavcodec.dv_profile

Undocumented in source.

Members

Functions

av_dv_codec_profile
const(AVDVProfile)* av_dv_codec_profile(int width, int height, AVPixelFormat pix_fmt)

Get a DV profile for the provided stream parameters.

av_dv_codec_profile2
const(AVDVProfile)* av_dv_codec_profile2(int width, int height, AVPixelFormat pix_fmt, AVRational frame_rate)

Get a DV profile for the provided stream parameters. The frame rate is used as a best-effort parameter.

av_dv_frame_profile
const(AVDVProfile)* av_dv_frame_profile(const(AVDVProfile)* sys, const(ubyte)* frame, uint buf_size)

Get a DV profile for the provided compressed frame.

Manifest constants

DV_PROFILE_BYTES
enum DV_PROFILE_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

AVDVProfile
struct AVDVProfile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta