Handbrake Nightly NVENC and VCE support

Hi, I have downloaded the Handbrake Nightly and it now supports Nvidia and AMD HW encoding for H265. Is there a way to use this version within the MCE Buddy protocol? Thanks

1 Like

You can always create a custom profile to use the custom hardware encoders, MCEBuddy just won’t auto detect it until the stable version of handbrake is released.

Here is a sample profile you can customize as required:

[MKV Handbrake Custom Encoder]
Description=Handbrake encoding with Nvidia NVENC
order=handbrake
AllowH264CopyRemuxing=true
FixedResolution=true
SkipCropping=true
AutoDeinterlace=true
handbrake-UsingHardwareEncoding=true
handbrake-general=--decomb --denoise="weak" --loose-anamorphic --verbose=2 -T -O
handbrake-video=--start-at duration:3 -e nvenc_h264 -q 18 
handbrake-audio=-E ffac3 -R auto -B 192 -D 0 -a 1,2,3,4,5
handbrake-audioac3=-E ffac3 -R auto -B 384 -D 0 -a 1,2,3,4,5
handbrake-ext=.mkv
handbrake-audiodelay=skip
PreConversionCommercialRemover=true
1 Like