deras
29th September 2008, 21:19
(first, mi english is not very good).
Hi, I need help to use DeSpot and DeScratch AviSynth plugins with a Super8 video.
I use DeScratch for the black vertical lines, and DeSpot for the black spots in the video, like this (in the bottom and left):
http://i195.photobucket.com/albums/z257/derass/captura_S8_tacanegra_despotNO.jpg
DeScratch reduces some lines, but not a lot, and I think that it's possible to reduce more. And DeSpot I think that don't do anything, I suppose because of the configuration I gived it.
I upload the Super8 video, please, if someone can help me with any information about those plugins, please, write it.
Video: http://www.megaupload.com/?d=FVLAUSQ5
And this is the script I use:
# PLUGINS
LoadPlugin("J:\plugins\mpeg2dec3.dll")
LoadPlugin("J:\plugins\cnr2.dll")
LoadPlugin("J:\plugins\descratch.dll")
LoadPlugin("J:\plugins\despot.dll")
#
# SOURCE
AviSource("J:\S8\videof.avi")
#
# COLOR
CNR2()
Tweak(hue=-5, sat=1.25, bright=15, cont=0.7)
#
DeScratch(mindif=3)
#
DeSpot(median=false)
Thank you to all the people that read my post and help me.
Hi, I need help to use DeSpot and DeScratch AviSynth plugins with a Super8 video.
I use DeScratch for the black vertical lines, and DeSpot for the black spots in the video, like this (in the bottom and left):
http://i195.photobucket.com/albums/z257/derass/captura_S8_tacanegra_despotNO.jpg
DeScratch reduces some lines, but not a lot, and I think that it's possible to reduce more. And DeSpot I think that don't do anything, I suppose because of the configuration I gived it.
I upload the Super8 video, please, if someone can help me with any information about those plugins, please, write it.
Video: http://www.megaupload.com/?d=FVLAUSQ5
And this is the script I use:
# PLUGINS
LoadPlugin("J:\plugins\mpeg2dec3.dll")
LoadPlugin("J:\plugins\cnr2.dll")
LoadPlugin("J:\plugins\descratch.dll")
LoadPlugin("J:\plugins\despot.dll")
#
# SOURCE
AviSource("J:\S8\videof.avi")
#
# COLOR
CNR2()
Tweak(hue=-5, sat=1.25, bright=15, cont=0.7)
#
DeScratch(mindif=3)
#
DeSpot(median=false)
Thank you to all the people that read my post and help me.