Log in

View Full Version : Problem of "ghost" or "interlace" (i think)


milo8080
21st April 2005, 18:37
Hi all :D

i'm new here.. and i have a problem when ripping videos...

here is a screen shot

http://tempftp.altervista.org/Frame00140.bmp

http://tempftp.altervista.org/Frame00671.bmp

or links..

http://tempftp.altervista.org/Frame00140.bmp

http://tempftp.altervista.org/Frame00671.bmp

how can fix this ??

please help me..:rolleyes:

tnx in advance


this is the script

###### Plug-in e pre-filtri da caricare ######
LoadPlugin("c:\ProveRIPPING\Hgrip\plugins\mpeg2dec3.dll")
LoadPlugin("c:\ProveRIPPING\###PLUG###\Decomb521.dll")
LoadPlugin("c:\ProveRIPPING\###PLUG###\Undot.dll")
#LoadPlugin("c:\ProveRIPPING\###PLUG###\MSharpen.dll")
LoadVirtualdubPlugin("C:\ProveRIPPING\HGRIP\vdubmod\plugins\msu_sharpen.vdf","MSUSmartSharpen", 0)
Import("c:\ProveRIPPING\vdub_smooth.avs")


###### Sorgente ########
mpeg2source("C:\ProveRIPPING\wolf.d2v")

###### Ghost Remover #######
FieldDeinterlace(blend=false)


###### Smoother di Virtual DUB #######
ConvertToRGB()
VD_Smoother(7,28,false)
MSUSmartSharpen(5)
ConvertToYUY2()


###### Crop ######
crop(16,14,-16,-18,align=true)


###### Ricampionamento immagine ######
LanczosResize(640,480)


###### Sharpen ######
#MSharpen(15,100,true,false,false)

Guest
21st April 2005, 18:52
What is your Avisynth script?

If you used FieldDeinterlace(), set blend=false.

How did you deinterlace this?

milo8080
21st April 2005, 18:58
try "save image as.."

or "show image" in ie ;)