02.06.2024, 10:51
Now the "preset" mode is Ok.
In the "custom" mode, when DeepEx is unchecked the behavior should the same of version 3.5.x
But with these settings
![[Image: attachment.php?aid=2526]](https://forum.selur.net/attachment.php?aid=2526)
Is generated the following code
Where to HAVC_ddeoldify is added the parameter ScFrameDir that for this function is not available, it is available for HAVC_main() and for HAVC_deepex but with the name "sc_framedir" .
Dan
In the "custom" mode, when DeepEx is unchecked the behavior should the same of version 3.5.x
But with these settings
Is generated the following code
# adding colors using DeOldify
from vsdeoldify import HAVC_ddeoldify
clip = HAVC_ddeoldify(clip=clip, deoldify_p=[0, 24, 1, 0], ddcolor_p=[1, 24, 1, 0, True], ddtweak=True, ddtweak_p=[0.0, 1.0, 2.5, True, 0.3, 0.6, 0.7, 0.5, "300:360|0.5,0.1"], ScFrameDir="D:/PProjects/HybridAVC/Tests/La Cosa (1951)/frames_color")
Where to HAVC_ddeoldify is added the parameter ScFrameDir that for this function is not available, it is available for HAVC_main() and for HAVC_deepex but with the name "sc_framedir" .
Dan