How Do You Specify a Custom Preset for Automatic Conversion? #417
-
I'm in the process of setting up an automatic ripper/encoder on my home server using both the HandBrake and MakeMKV Docker containers. The automatic ripping is a breeze, but where I'm getting hung up is with trying to specify a custom preset for the automatic conversion. I've got an Intel Arc B570 that does a great job with hardware encoding, but the standard QSV presets leave much to be desired. I tweaked some quality settings from the standard preset and saved it as a new preset, "Custom/H265QSV4K" in the GUI. In my Docker Compose, I first tried setting the ENV variables as follows:
However, I get the following error in
It looks as though the program tries to first load the GUI presets but can't. However, after displaying all the standard presets, it displays How would I go about pulling in the GUI presets file BEFORE the program attempts to find the custom preset I defined as an ENV variable? It appears that, yes, the ENV variables I set successfully directed the program to load the GUI-presets file, but only AFTER it had determined that my custom preset was not valid. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you try without |
Beta Was this translation helpful? Give feedback.
Did you try without
AUTOMATED_CONVERSION_HANDBRAKE_CUSTOM_ARGS
? It is not needed, sinceAUTOMATED_CONVERSION_PRESET
takes care of providing correct arguments to HandBrake.