Topic: Optimal SVPcode parameters?
I know video encoding is a subjective, messy topic when talking about "optimal" quality, but I am trying to understand this from the SVP point of view.
I'm getting a new laptop soon with an i5-8365U CPU and Intel UHD 620 iGPU. I will install either Gentoo or Arch Linux on it... Shouldn't matter as they both support the new "Intel-Neo" OpenCL and "Intel-Media-Driver" for VAAPI.
My goal will be to use SVPcode to re-encode somewhat lossy x264/x265 1080p content (not going to lie, acquired through "online sources"...) to H.265. I'd like to use FFmpeg's hevc_vaapi encoder to do so since it is way easier to set up than QSV (and still open-source).
Obviously, I want to avoid quality loss. Inserting interpolated frames adds to a file's data so I expect the resulting file to be larger than my source. How can I ensure the re-encoded file is minimally affected by the hevc_vaapi encoder? I assume setting "hevc_vaapi -q:v 18" and the other necessary options is good enough for no noticeable quality loss... Am I missing something?
Any help is greatly appreciated! :)