Description of the feature or enhancement you'd like to see in HandBrake
I would like to set --encopts='multipass=disbaled' or --encopts='multipass=quad' with HandBrakeCLI. This option seems to be correctly set here
|
if (apply_encoder_options(job, context, &av_opts)) |
, but then overwritten by the default here:
|
av_dict_set( &av_opts, "multipass", "fullres", 0 ); |
|
av_dict_set( &av_opts, "multipass", "fullres", 0 ); |
Looking at https://handbrake.fr/docs/en/1.2.0/technical/video-nvenc.html setting multipass doesn't seem to be supported. Would you consider to allow overwriting the default (=fullres) via command line?
What Operating System are you running?
Ubuntu 22.10
What version of HandBrake are you running?
Nightly 0344426
Where did you download HandBrake from?
github
Activity Log, Crash Log or any other details
No response
Description of the feature or enhancement you'd like to see in HandBrake
I would like to set
--encopts='multipass=disbaled'or--encopts='multipass=quad'with HandBrakeCLI. This option seems to be correctly set hereHandBrake/libhb/encavcodec.c
Line 356 in 0344426
HandBrake/libhb/encavcodec.c
Line 375 in 0344426
HandBrake/libhb/encavcodec.c
Line 465 in 0344426
Looking at https://handbrake.fr/docs/en/1.2.0/technical/video-nvenc.html setting
multipassdoesn't seem to be supported. Would you consider to allow overwriting the default (=fullres) via command line?What Operating System are you running?
Ubuntu 22.10
What version of HandBrake are you running?
Nightly 0344426
Where did you download HandBrake from?
github
Activity Log, Crash Log or any other details
No response