PDA

View Full Version : AviSynth script suggestions for Tale spin?


sasuke9999
4th July 2006, 17:29
I would like to provide gladly avisnth script, which improves my old taken up series (from vhs-tape). In addition I have it as vob file (record witch a hdd recorder). The raw material looks like this.

http://img157.imageshack.us/img157/4572/unbenannt20xy.jpg
My first try:
script:

Mpeg2Source("C:\VTS_01_1.d2v")
bifrost()
Tweak(sat=0.75,bright=0,cont=1)
TDeint(type=3)
Crop(10,0,-12,-0)
LimitedSharpenFaster( dest_x=640,dest_y=480, ss_x=2.0, ss_y=2.0, Smode=2 )
Removegrain(1)
Bifrost(scenelumathresh=1.5,interlaced=true)
DeHalo_alpha(2.5,2.5,0.5).BlindDehalo3(PPmode=-1,PPlimit=4)

There it looks like:
http://img157.imageshack.us/img157/5666/unbenannt11ki.jpg
Very blurred and to chromatic distortions (which I for rainbows and/or ChromaShifts hold) with yellow drawn in. Today my script looks like this:

LoadPlugin("C:\Programme\AviSynth 2.5\plugins\MPEGdecoder.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\mt_masktools.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\LimitedSupport_09Jan06B.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\TDeint\TDeint.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\aWarpSharp.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\MaskTools-v1.5.8\Masktools.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\repair.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\RemoveGrain.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\TemporalCleaner.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\degrainmedian.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\FluxSmooth.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\DGDecode.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\ö\DeScratch.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\bifrost.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\stmedianfilter_25_dll_20050130\STMedianFilter.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\ö\GrapeSmoother.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\ö\GuavaComb.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\degrainmedian.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\ö\cnr2_v261\cnr2.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\avs\UnDot.dll")
Import("C:\Programme\AviSynth 2.5\plugins\avs\BlindDeHalo3.avs")
import("C:\Programme\AviSynth 2.5\plugins\avs\LimitedSharpenFaster.avs")
import("C:\Programme\AviSynth 2.5\plugins\avs\DeHalo_alpha Funktion.avs")
Mpeg2Source("C:\VTS_01_1.d2v")
TDeint(type=3)
#DeHalo_alpha(2.5,2.5,0.5)
#Undot()
Tweak(sat=0.75,bright=0,cont=1)
Crop(10,0,-12,-0)
LimitedSharpenFaster( dest_x=640,dest_y=480, ss_x=2.0, ss_y=2.0, Smode=2 )
#TemporalCleaner()
#Removegrain(1)
#Bifrost(scenelumathresh=1.5,interlaced=false)
#DeGrainMedian(limitY=5,limitUV=7,mode=1, norow=true)
#ConvertToYV12()
#ConvertToRGB32
#ConvertToYUY2()
#GuavaComb("PAL")
#DeScratch()
#GrapeSmoother()
#Cnr2("ooo", 4, 5, 255)
#BlindDehalo3(PPmode=-1,PPlimit=4)
#DeGrainMedian(limitY=5,limitUV=5,mode=3)
#FluxSmoothST(2, 2)
#STMedianFilter(8, 15, 4, 7)
#MergeChroma(blur(1.58))
#MergeLuma(blur(0.2))
#ChromaShift()


it shows that i tried to get a good result but it does not work very well.

A sample(21sec@20.5mb):
http://rapidshare.de/files/23977118/sample.m2v.html

I would be very lucky over assistance.

sasuke9999
30th July 2006, 17:41
Can nobody help me?

Pookie
30th July 2006, 22:37
I'm only guessing, but it looks like ChromaShifting/Bleeding

http://www.geocities.com/siwalters_uk/chromashift.html



Before-

http://fileserver1.jpghosting.com/images/tn_before_a0c3337c7d58fe87083bd6cb0c4f2f55.png (http://fileserver1.jpghosting.com/images/before_a0c3337c7d58fe87083bd6cb0c4f2f55.png)


After

ConvertToRGB32()
ChromaShift(B=5,G=5) # Play With the Numbers - This was only a quick attempt
ConvertToYv12()
http://fileserver1.jpghosting.com/images/tn_after_cc7e5f974ebb24b9bebc30637902e69a.png (http://fileserver1.jpghosting.com/images/after_cc7e5f974ebb24b9bebc30637902e69a.png)

Chainmax
31st July 2006, 01:49
ajordan's FixChromaBleeding (http://forum.doom9.org/showthread.php?t=77074) with Didée's modification (as you yourself recommended to someone a while ago) could be useful as well.

Pookie
31st July 2006, 04:02
I tried it Chainmax, but it didn't seem to help on his source.

This is out of my continent (his source is PAL), but it looks like Restore24 is giving cleaner looking results than Tdeint(type=3).

sasuke9999
31st July 2006, 21:47
what do i have to write to use restore24?

Pookie
1st August 2006, 02:10
:search: