Guía: Como mejorar la imagen por software y hardware
-
recién llegado
Re: Guía: Como mejorar la imagen por software y hardware
Hola... en base al script clarity creation posteado por xinelo, lo he modificado un poco y me quedo asi:
SetmtMode(5,4)
ffdshow_source()
SetmtMode(2)
SmoothLevels(preset="tv2pc",HQ=true)
#Denoiser
DeGrainMedian(limitY=6,limitUV=8,mode=3,interlaced =false)
#Algorithm I [Spline144]
dispWidth = 2560
dispHeight = 1440
mWidth = float(last.width)
mHeight = float(last.height)
ratio = (mWidth/mHeight)
newHeight= round((dispWidth/ratio)/8)*8
newHeight > dispHeight ? Eval("""
newHeight=dispHeight
newWidth=round((newHeight*ratio)/8)*8
""" ) : Eval("""
newWidth=dispWidth
""" )
Spline144Resize(newWidth,newHeight)
#Sharpen
LimitedSharpenFasterHC(strength=80)
#Algorithm II [Spline144]
dispWidth = 2880
dispHeight = 1620
mWidth = float(last.width)
mHeight = float(last.height)
ratio = (mWidth/mHeight)
newHeight= round((dispWidth/ratio)/8)*8
newHeight > dispHeight ? Eval("""
newHeight=dispHeight
newWidth=round((newHeight*ratio)/8)*8
""" ) : Eval("""
newWidth=dispWidth
""" )
Spline144Resize(newWidth,newHeight)
SetmtMode(1)
GetMTMode(false) > 0 ? distributor() : last
la verdad que es mucha la diferencia, se ve muy bien...
Temas similares
-
Por Anonimo20112023 en el foro Software
Respuestas: 0
Último mensaje: 21/09/2012, 19:48
-
Por Shinji Mikami en el foro Videojuegos
Respuestas: 117
Último mensaje: 25/09/2010, 09:19
-
Por ferw en el foro Receptores TDT, satélite, cable
Respuestas: 9
Último mensaje: 15/02/2008, 20:08
-
Por Fox Ender en el foro Videojuegos
Respuestas: 23
Último mensaje: 12/06/2006, 10:57
-
Por jtocho en el foro HTPC: Configuraciones hardware y software
Respuestas: 1
Último mensaje: 07/02/2005, 18:39
Permisos de publicación
- No puedes crear nuevos temas
- No puedes responder temas
- No puedes subir archivos adjuntos
- No puedes editar tus mensajes
-
Reglas del foro