rkalwaitis
28th May 2010, 19:19
I have a simple script below, that Im playing with and am searching for the properway, or a way to enhance the edges in my output file. Can someone please give me some assistance or point me in the correct direction?
:thanks:
source=last
clipclean=last.ConvertToRGB32.MSUDenoiser(0,1,50,1).converttoyv12.hqdn3d(2,1.5,3,2.25)
clipsharp=last.lsfmod()
clipedge=last.mt_edge(mode="prewitt")
mt_merge(clipclean,clipsharp,clipedge,luma=true,chroma="process")
:thanks:
source=last
clipclean=last.ConvertToRGB32.MSUDenoiser(0,1,50,1).converttoyv12.hqdn3d(2,1.5,3,2.25)
clipsharp=last.lsfmod()
clipedge=last.mt_edge(mode="prewitt")
mt_merge(clipclean,clipsharp,clipedge,luma=true,chroma="process")