I've used to encode videos using Voukoder 1.2, 2.1, 2.2 with the following settings:
h264 NVENC
Preset: High Quality
Profile: High
Strategy: VBR
Bitrate: 28000
Max Bitrate: 30000
b-frames: 2
Reference frames: 4
Level: 4.1
In Voukoder 4 I can't use this settings because encoder always fails (wrong combination of options).
After a bit of testing I've discovered the following:
I can encode with the settings above if I disable Level (leave it unchecked). But the output video will have 8 reframes (level 5.0).
Actually, the output video will always have at least 8 reframes, even on Fast preset. Slow preset gives me 10 reframes. That's why I can't use level 4.1.
So, I've tried disabling Preset (leaving it unchecked):
h264 NVENC
Profile: High
Strategy: VBR
Bitrate: 28000
Max Bitrate: 30000
b-frames: 2
Reference frames: 4
Level: 4.1
But the encoder failed again (wrong combination of options).
Next step looked like this:
h264 NVENC
Profile: High
Strategy: VBR
Bitrate: 28000
Max Bitrate: 30000
b-frames: 2
Level: 4.1
This time it worked. Output video had 3 reframes.
Result: no matter what I do, Voukoder doesn't allow me to encode video using the amount of reference frames I want. It's always either 3, 8 or 10.
Went back to 2.2 and everyting works fine again.
Input video: mov (prores), 1080p, 25 fps, ~170 Mbps
Videocard: RTX 2080 (drivers 442.50)
CPU: Core i9 9900KF
Premiere Pro 2020 (14.0.3)