26 int quality_preset = 1;
32 int vbv_percentage_increase = 0;
35 bool weighted_prediction =
false;
38 bool adaptive_quantization =
false;
41 bool enable_min_qp =
false;
44 unsigned min_qp_h264 = 19;
47 unsigned min_qp_hevc = 23;
50 unsigned min_qp_av1 = 23;
53 bool h264_cavlc =
false;
56 bool insert_filler_data =
false;
Standalone NVENC encoder.
Definition nvenc_base.cpp:90
nvenc_two_pass
Definition nvenc_config.h:9
@ disabled
Single pass, the fastest and no extra vram.
@ full_resolution
Better overall statistics, slower and uses more extra vram.
@ quarter_resolution
Larger motion vectors being caught, faster and uses less extra vram.
nvenc_split_frame_encoding
Definition nvenc_config.h:15
@ driver_decides
Let driver decide.
@ force_enabled
Force-enable.
NVENC encoder configuration.
Definition nvenc_config.h:24