20 int quality_preset = 1;
26 int vbv_percentage_increase = 0;
29 bool weighted_prediction =
false;
32 bool adaptive_quantization =
false;
35 bool enable_min_qp =
false;
38 unsigned min_qp_h264 = 19;
41 unsigned min_qp_hevc = 23;
44 unsigned min_qp_av1 = 23;
47 bool h264_cavlc =
false;
50 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 encoder configuration.
Definition nvenc_config.h:18