Just to provide you an example.
The movie
DV+DD_LumaMerge.mp4 was obtained with the following settings
Code:
clip = ddeoldify(clip=clip, model=0, render_factor=24, sat=[0.90,0.80], hue=[15.00,15.0], dd_model=1, dd_render_factor=24, dd_tweak_luma_bind=[False, 0.5, 0.5], dd_bright=0.05, dd_cont=1.0, dd_gamma=2.0, dd_method=5, ddcolor_weight = 0.6, luma_mask limit=[0.4, 0.4, 0.3], dd_method_params=[0.6, 1.0, 0.15, 0.15], chroma_resize = True)
The movie
DV+DD_LumaMerge+DarkDarkness.mp4 was obtained with the following settings
Code:
clip = ddeoldify(clip=clip, sat=[0.90,0.80], hue=[15.00,15.0], dd_bright=0.05, dd_cont=1.0, dd_gamma=2.0, dd_method=5, ddcolor_weight = 0.6, dd_method_params=[0.6, 2.0, 0.15, 0.2, False], luma_mask=[0.4, 0.4, 0.8], dark_darkness=[True, 0.3, 0.3, 0.2, -0.05])
The post-process " dark_darkness " helped to stabilize the colors on dark scenes
Dan