#include "libavutil/internal.h"
#include "avcodec.h"
#include "internal.h"
#include "nvenc.h"
Go to the source code of this file.
◆ OFFSET
◆ VE
◆ nvenc_old_init()
◆ options
◆ defaults
Initial value:= {
{ "b", "2M" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "qdiff", "-1" },
{ "qblur", "-1" },
{ "qcomp", "-1" },
{ "g", "250" },
{ "bf", "0" },
{ "refs", "0" },
}
Definition at line 144 of file nvenc_h264.c.
◆ h264_nvenc_class
Initial value:= {
.class_name = "h264_nvenc",
}
Definition at line 224 of file nvenc_h264.c.
◆ ff_h264_nvenc_encoder
Initial value:= {
.name = "h264_nvenc",
.wrapper_name = "nvenc",
}
Definition at line 231 of file nvenc_h264.c.