Hello! I recently started using FFmpeg to convert files. Specifically I am trying to encode with FFmpeg in H264 - NVENC trying to get the same export quality as Davinci Resolve that uses the NVIDIA encoder. Unfortunately I'm not succeeding and I think it's because FFmpeg doesn't accept -rc: v vbr_hq (VBR High Quality) but only -rc: v vbr (VBR). I don't understand why since -rc: v vbr_hq falls under the H264 - NVENC options of FFmpeg. Can someone help me? Thanks! (I am a Windows user)
ffmpeg -c:v h264_nvenc -preset:v p7 -tune:v ull -profile:v high -rc:v vbr -cq:v 1 -b:v 25000k -maxrate:v 25000k -bufsize:v 13000k _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".