FFmpeg
|
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "amfenc.h"
#include "codec_internal.h"
Go to the source code of this file.
Macros | |
#define | AMF_VIDEO_ENCODER_AV1_CAP_WIDTH_ALIGNMENT_FACTOR_LOCAL L"Av1WidthAlignmentFactor" |
#define | AMF_VIDEO_ENCODER_AV1_CAP_HEIGHT_ALIGNMENT_FACTOR_LOCAL L"Av1HeightAlignmentFactor" |
#define | OFFSET(x) offsetof(AmfContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static av_cold int | amf_encode_init_av1 (AVCodecContext *avctx) |
Variables | |
static const AVOption | options [] |
static const FFCodecDefault | defaults [] |
static const AVClass | av1_amf_class |
const FFCodec | ff_av1_amf_encoder |
#define AMF_VIDEO_ENCODER_AV1_CAP_WIDTH_ALIGNMENT_FACTOR_LOCAL L"Av1WidthAlignmentFactor" |
Definition at line 26 of file amfenc_av1.c.
#define AMF_VIDEO_ENCODER_AV1_CAP_HEIGHT_ALIGNMENT_FACTOR_LOCAL L"Av1HeightAlignmentFactor" |
Definition at line 27 of file amfenc_av1.c.
#define OFFSET | ( | x | ) | offsetof(AmfContext, x) |
Definition at line 29 of file amfenc_av1.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 30 of file amfenc_av1.c.
|
static |
Color profile
Color Depth
Color Transfer Characteristics (AMF matches ISO/IEC)
Color Primaries (AMF matches ISO/IEC)
Definition at line 186 of file amfenc_av1.c.
Definition at line 31 of file amfenc_av1.c.
|
static |
Definition at line 671 of file amfenc_av1.c.
|
static |
Definition at line 681 of file amfenc_av1.c.
const FFCodec ff_av1_amf_encoder |
Definition at line 688 of file amfenc_av1.c.