zeus163
4th July 2003, 16:46
Link Updated and should work for everyone...
Last night I captured Stripperella and like the first week's capture, it appears to have some weird noise--I'm not sure how else to describe it. I spent several hours reading posts about noise remover and just think I'm doing something quite wrong. Normally I just capture bands on late night TV and run a simple fielddeinterlace() on them that appears to yield satisfactory results. My best attempt at making this capture better was this one:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3D.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
Avisource("E:\avis to work on\stripperella\test.avi")
FieldDeinterlace()
Convolution3d(0, 32, 128, 16, 64, 10, 0)
LanczosResize(720,480)
Letterbox(48,64,16,16)
AddAudio()
However, there appears to be some slight ghosting (that is also in the original--it seems). I think I'm missing something and hoping that somebody can help me out. If anybody is interested, I put up a test clip here (zipped about 7 megs and a little under 2 seconds):
http://home.comcast.net/~zeus163/test3.zip
If you are having problems with the link, you may have to ftp to the site with an ftp program and turn PASV (passive) off. I'm sorry about that, but I'm behind a router.
Edit..It appears that this file behind the router is proving troublesome. I apologize for that and no way did I intend for anybody to install a FTP client to download it.
Maybe I'm going at this all wrong.
This was a straight capture from my digital cable out to an advc100 to firewire.
Thanks! Back to reading to see if I can come up with anything.
Last night I captured Stripperella and like the first week's capture, it appears to have some weird noise--I'm not sure how else to describe it. I spent several hours reading posts about noise remover and just think I'm doing something quite wrong. Normally I just capture bands on late night TV and run a simple fielddeinterlace() on them that appears to yield satisfactory results. My best attempt at making this capture better was this one:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3D.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
Avisource("E:\avis to work on\stripperella\test.avi")
FieldDeinterlace()
Convolution3d(0, 32, 128, 16, 64, 10, 0)
LanczosResize(720,480)
Letterbox(48,64,16,16)
AddAudio()
However, there appears to be some slight ghosting (that is also in the original--it seems). I think I'm missing something and hoping that somebody can help me out. If anybody is interested, I put up a test clip here (zipped about 7 megs and a little under 2 seconds):
http://home.comcast.net/~zeus163/test3.zip
If you are having problems with the link, you may have to ftp to the site with an ftp program and turn PASV (passive) off. I'm sorry about that, but I'm behind a router.
Edit..It appears that this file behind the router is proving troublesome. I apologize for that and no way did I intend for anybody to install a FTP client to download it.
Maybe I'm going at this all wrong.
This was a straight capture from my digital cable out to an advc100 to firewire.
Thanks! Back to reading to see if I can come up with anything.