24.09.2024, 17:42
The correct call is:
But my check is postponed when is called the HAVC_deepx. I will add the check also in HAVC_main.
In any case the error in ddcolor is strange, on my PC this error is not triggered.
Please check if in Lib\site-packages\vsddcolor\__init__.py there is the following header
Dan
clip = HAVC_main(clip=clip, ColorFix="none", EnableDeepEx=True, DeepExMethod=0, DeepExRefMerge=0, ScFrameDir=None, ScThreshold=0.05, DeepExModel=0, DeepExEncMode=2, DeepExMaxMemFrames=0)
But my check is postponed when is called the HAVC_deepx. I will add the check also in HAVC_main.
In any case the error in ddcolor is strange, on my PC this error is not triggered.
Please check if in Lib\site-packages\vsddcolor\__init__.py there is the following header
"""
-------------------------------------------------------------------------------
Author: HolyWu
Date: 2023-12-13
version:
LastEditors: Dan64
LastEditTime: 2024-05-20
-------------------------------------------------------------------------------
Description: Added optional parameter "scenechange" if "True" will be colored
only the frames with property '_SceneChangePrev' == 1
-------------------------------------------------------------------------------
main Vapoursynth wrapper for model: "DDColor"
URL: https://github.com/HolyWu/vs-ddcolor
"""
Dan