Hello,
when i used HEVC_NVENC with FFMPEG, i used the commandline from De-M-oN (i think you know which forum), which works very good and should be similar to crf from x264:
Code
ffmpeg -i "<path to video> or avisynth script" -vcodec hevc_nvenc -pix_fmt p010le -preset slow -profile:v main10 -tier high -rc:v vbr_hq -b:v 0 -qmin 10 -qmax 19 -rc-lookahead 60 -spatial_aq 1 -aq-strength 7 -weighted_pred 1 "<output.mkv>"
The only things that are missing in Voukoder (Please correct me if im wrong) are these commands, that are important for this method:
Would be nice, if you could make it possible to use this "method".