warrenc@greatsoft.co.za
8th May 2009, 21:57
Hi all you brilliant people (hehe, now that sucking up is done :) )
Could someone please help me find ways to optimise/better this script.
It upscales quite nicely and is really simple, but appears slightly blocky and edgy on my Samsung 42in LCD.
Its not meant to run through an encoder but allow me to watch my DVD's at a decent quality on the TV.
Many thanks in advance.
Here is the current script - i ripped the movie and ran it through dgindex, creating the D2V and AC3 files.
loadplugin( "..\mt_masktools-26.dll" )
loadplugin( "..\dgdecode.dll" )
LoadPlugin( "..\msharpen.dll" )
LoadPlugin( "..\undot.dll" )
LoadPlugin( "..\decomb.dll" )
LoadPlugin( "..\Convolution3d.dll")
LoadPlugin( "..\FluxSmooth.dll")
LoadPlugin( "..\RemoveGrainSSE2.dll" )
mpeg2source( "C:\_\test.d2v" )
# Deinterlace NTSC source to 23.98
Telecide(order=1).Decimate()
Temporalsoften(3,5,5,mode=2,scenechange=10)
Convolution3d("moviehq")
FluxSmoothST(7,7)
Lanczos4Resize( 1280,688 )
addborders(0,16,0,16)
MSharpen(13,250,false,false,false)
Could someone please help me find ways to optimise/better this script.
It upscales quite nicely and is really simple, but appears slightly blocky and edgy on my Samsung 42in LCD.
Its not meant to run through an encoder but allow me to watch my DVD's at a decent quality on the TV.
Many thanks in advance.
Here is the current script - i ripped the movie and ran it through dgindex, creating the D2V and AC3 files.
loadplugin( "..\mt_masktools-26.dll" )
loadplugin( "..\dgdecode.dll" )
LoadPlugin( "..\msharpen.dll" )
LoadPlugin( "..\undot.dll" )
LoadPlugin( "..\decomb.dll" )
LoadPlugin( "..\Convolution3d.dll")
LoadPlugin( "..\FluxSmooth.dll")
LoadPlugin( "..\RemoveGrainSSE2.dll" )
mpeg2source( "C:\_\test.d2v" )
# Deinterlace NTSC source to 23.98
Telecide(order=1).Decimate()
Temporalsoften(3,5,5,mode=2,scenechange=10)
Convolution3d("moviehq")
FluxSmoothST(7,7)
Lanczos4Resize( 1280,688 )
addborders(0,16,0,16)
MSharpen(13,250,false,false,false)