the-database / mpv-upscale-2x_animejanai

Real-time anime upscaling to 4k in mpv with Real-ESRGAN compact models
Other
325 stars 6 forks source link

Tip regarding nvenc encoding in the bat-files. #18

Closed BlankFX1 closed 1 year ago

BlankFX1 commented 1 year ago

Instead of set video_settings=hevc_nvenc -preset slow -profile:v main10 -b:v 50M use set video_settings=hevc_nvenc -preset p7 -profile:v main10 -b:v 50M instead.

Also works for h264_nvenc.

You can read more about the more modern nvenc presets here: https://developer.nvidia.com/blog/introducing-video-codec-sdk-10-presets/

the-database commented 1 year ago

Thanks for the tip, I wasn't too familiar with NVENC. This has been merged and will be included in the next release.