#include <stdint.h>
#include <sys/types.h>
#include <mfx/mfxvideo.h>
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
#include "qsv.h"
#include "qsv_internal.h"
#include "qsvenc.h"
#include "atsc_a53.h"
Go to the source code of this file.
◆ OFFSET
◆ VE
◆ qsv_h264_set_encode_ctrl()
◆ qsv_enc_init()
◆ qsv_enc_frame()
◆ qsv_enc_close()
◆ options
◆ class_name
class_name = "h264_qsv encoder" |
|
private |
◆ item_name
◆ option
◆ version
◆ @119
◆ qsv_enc_defaults
Initial value:= {
{ "b", "1M" },
{ "refs", "0" },
{ "g", "250" },
{ "bf", "3" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "coder", "-1" },
{ "trellis", "-1" },
{ "flags", "+cgop" },
{ "b_strategy", "-1" },
}
Definition at line 164 of file qsvenc_h264.c.
◆ ff_h264_qsv_encoder
Initial value:= {
.name = "h264_qsv",
.long_name =
NULL_IF_CONFIG_SMALL(
"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (Intel Quick Sync Video acceleration)"),
.priv_class = &class,
.wrapper_name = "qsv",
}
Definition at line 183 of file qsvenc_h264.c.