Think I fixed that.
In smdegrain.py, I changed:
to:
this should fix the problem. (does here)
Extract the attached file and try replacing the smdegrain.py in your Hybrid/64bit/vsscripts-folder with the extracted file.
Cu Selur
In smdegrain.py, I changed:
# Input preparation for Interlacing
if not interlaced:
inputP = input
else:
inputP = input.std.SeparateFields(tff=tff)
# Input preparation for Interlacing
if not interlaced:
inputP = input
else:
inputP = input.std.SeparateFields(tff=tff)
h = h/2
Extract the attached file and try replacing the smdegrain.py in your Hybrid/64bit/vsscripts-folder with the extracted file.
Cu Selur
Quote:It is strange, I have used SMDegrain on several interlaced projects already, but this one is a problem.Before Hybrid deinterlaced automatically before applying SMDegrain, but since SMDegrain has a tff-option and should handle interlaced content I changed it a while ago to use not deinterlace before it, but depending on the settings SMDegrain seems to not work properly.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.