Add new nvenc options to legacy ffmpeg path

This commit is contained in:
ns6089
2023-10-29 10:22:09 +03:00
committed by Cameron Gutman
parent 6ded2a9577
commit fe886632dc
3 changed files with 13 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ namespace config {
int preset;
int multipass;
int h264_coder;
int aq;
int vbv_percentage_increase;
} nv_legacy;
struct {