06.06.2024, 18:37
Hello Selur,
I found other issues on the GUI for HAVC.
1) When DeepEx is enabled and Method = 0 (HAVC) the check box “Reference frame only” and the box “Ref Frame Dir” must be enabled.
Now are disabled (see picture).
![[Image: attachment.php?aid=2538]](https://forum.selur.net/attachment.php?aid=2538)
2) In “custom” mode when DeepEx is selected, the stabilization filters “Chroma Smoothing” and “Darkness”
must be propagated to DeepEx only. Now are propagated both to HAVC_deepex and HAVC_stabilizer (see box)
Dan
I found other issues on the GUI for HAVC.
1) When DeepEx is enabled and Method = 0 (HAVC) the check box “Reference frame only” and the box “Ref Frame Dir” must be enabled.
Now are disabled (see picture).
2) In “custom” mode when DeepEx is selected, the stabilization filters “Chroma Smoothing” and “Darkness”
must be propagated to DeepEx only. Now are propagated both to HAVC_deepex and HAVC_stabilizer (see box)
clip = HAVC_deepex(clip=clip, clip_ref=clipRef, dark="True", smooth=True)
clip = HAVC_stabilizer(clip=clip, dark=True, smooth=True, colormap="none", render_factor=24)
Dan