ficofico
3rd December 2006, 18:47
Hi guys, I'm an italian boy that try to write in english:)
I've read for hours this forum because .............. I'm crazy!!
I've 2 question.....
1)
I've a 6680 nokia smartphone and I want to change it with a n95 nokia when arrived in italy. I've a few videos of N93 (640*480 mp4) , and I tryed to pass trough avisynth. The results are very great for me.
The result:
http://ficofico.interfree.it/internooriginale.jpg
http://ficofico.interfree.it/internomodificato.jpg
http://ficofico.interfree.it/quadrooriginale.jpg
http://ficofico.interfree.it/quadromodificato.jpg
http://ficofico.interfree.it/esternooriginale.jpg
http://ficofico.interfree.it/esternomodificato.jpg
The script I've used is:
Import("C:\Program Files\AviSynth 2.5\plugins\SeeSaw.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\dehalo.avsi")
Import("C:\Program Files\AviSynth 2.5\plugins\BlindDeHalo3.avs")
directShowSource("c:\nostab.mp4")
YToUV(FFT3DFilter(sigma=3, plane=1, bw=32, bh=32).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=32, bh=32).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=32, bh=32))
YToUV(FFT3DFilter(sigma=3, plane=1, bw=4, bh=4).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=4, bh=4).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=4, bh=4))
DeBlock(quant=35)
DeGrainMedian(LimitY=5,LimitUV=7,mode=0)
BlindDeHalo3( rx=1.0, ry=1.0, strength=10,
\ lodamp=0.0, hidamp=0.0, sharpness=2.0, tweaker=0.0,
\ PPmode=2, PPlimit=4, interlaced=false)
Tweak(sat=1.2)
Levels(0,1,255,16,235)
Limitedsharpenfaster(ss_x=1.5,ss_y=1.5,strength=150,wide=true,soft=1,overshoot=5,edgemode=1)
The code work good for me, but now I want your council to improve it!!!!!!!! Any suggestion?
2) I've tryed to insert the Integrated Image Processor in anothe script, I've download all the required plugins and I've Write this script.
Import("C:\Program Files\AviSynth 2.5\plugins\SeeSaw.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\dehalo.avsi")
Import("C:\Program Files\AviSynth 2.5\plugins\BlindDeHalo3.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\iip.avs")
LoadPlugin("C:\Program Files\AviSynth 2.5\LoadPluginEx.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\dustv5.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\WarpSharp.dll")
directShowSource("c:\casa.mp4")
YToUV(FFT3DFilter(sigma=3, plane=1, bw=32, bh=32).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=32, bh=32).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=32, bh=32))
YToUV(FFT3DFilter(sigma=3, plane=1, bw=4, bh=4).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=4, bh=4).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=4, bh=4))
DeGrainMedian(LimitY=5,LimitUV=7,mode=4)
Tweak(sat=1.2)
Levels(0,1,255,16,235)
Limitedsharpenfaster(ss_x=1.5,ss_y=1.5,strength=50,wide=true,soft=1,overshoot=0,edgemode=1)
## version05a
iip( dest_x = 708, dest_y = 532,
\ duststr = 2, dustweight = 1.0,
\ ss1_x = 1.414, ss1_y = 1.414,
\ detailcontr1= 127, detailcontr2=255+40, contr_radius=2, PixSharp=0.38,
\ ss2_x=3.25, ss2_y=3.25,
\ Xstren=255, Xlimit=255,
\ subpelstren = 1.0, antiflicker1=false, antiflicker2=true,
\ flatweight = 0,
\ protect_floor = 0, protect_bias = 12,
\ dering = -80, dering_weight = 1.0,
\ dering_floor = 10, dering_bias = 12,
\ EQ = 2, detail_floor = 15,
\ warp_Y = true, warp_UV=true, exborder = true,
\ debug="-showall", cropx=36, cropy=56
\ )
This script doesn't work, and the errors are very different. Sayd that there's no function, after another function, now the error is:
System exception, illegal instruction in line 10. I've tryed with more changes, but this code doesn't work!!!!
I've read for hours this forum because .............. I'm crazy!!
I've 2 question.....
1)
I've a 6680 nokia smartphone and I want to change it with a n95 nokia when arrived in italy. I've a few videos of N93 (640*480 mp4) , and I tryed to pass trough avisynth. The results are very great for me.
The result:
http://ficofico.interfree.it/internooriginale.jpg
http://ficofico.interfree.it/internomodificato.jpg
http://ficofico.interfree.it/quadrooriginale.jpg
http://ficofico.interfree.it/quadromodificato.jpg
http://ficofico.interfree.it/esternooriginale.jpg
http://ficofico.interfree.it/esternomodificato.jpg
The script I've used is:
Import("C:\Program Files\AviSynth 2.5\plugins\SeeSaw.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\dehalo.avsi")
Import("C:\Program Files\AviSynth 2.5\plugins\BlindDeHalo3.avs")
directShowSource("c:\nostab.mp4")
YToUV(FFT3DFilter(sigma=3, plane=1, bw=32, bh=32).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=32, bh=32).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=32, bh=32))
YToUV(FFT3DFilter(sigma=3, plane=1, bw=4, bh=4).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=4, bh=4).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=4, bh=4))
DeBlock(quant=35)
DeGrainMedian(LimitY=5,LimitUV=7,mode=0)
BlindDeHalo3( rx=1.0, ry=1.0, strength=10,
\ lodamp=0.0, hidamp=0.0, sharpness=2.0, tweaker=0.0,
\ PPmode=2, PPlimit=4, interlaced=false)
Tweak(sat=1.2)
Levels(0,1,255,16,235)
Limitedsharpenfaster(ss_x=1.5,ss_y=1.5,strength=150,wide=true,soft=1,overshoot=5,edgemode=1)
The code work good for me, but now I want your council to improve it!!!!!!!! Any suggestion?
2) I've tryed to insert the Integrated Image Processor in anothe script, I've download all the required plugins and I've Write this script.
Import("C:\Program Files\AviSynth 2.5\plugins\SeeSaw.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\dehalo.avsi")
Import("C:\Program Files\AviSynth 2.5\plugins\BlindDeHalo3.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\iip.avs")
LoadPlugin("C:\Program Files\AviSynth 2.5\LoadPluginEx.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\dustv5.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\WarpSharp.dll")
directShowSource("c:\casa.mp4")
YToUV(FFT3DFilter(sigma=3, plane=1, bw=32, bh=32).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=32, bh=32).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=32, bh=32))
YToUV(FFT3DFilter(sigma=3, plane=1, bw=4, bh=4).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=4, bh=4).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=4, bh=4))
DeGrainMedian(LimitY=5,LimitUV=7,mode=4)
Tweak(sat=1.2)
Levels(0,1,255,16,235)
Limitedsharpenfaster(ss_x=1.5,ss_y=1.5,strength=50,wide=true,soft=1,overshoot=0,edgemode=1)
## version05a
iip( dest_x = 708, dest_y = 532,
\ duststr = 2, dustweight = 1.0,
\ ss1_x = 1.414, ss1_y = 1.414,
\ detailcontr1= 127, detailcontr2=255+40, contr_radius=2, PixSharp=0.38,
\ ss2_x=3.25, ss2_y=3.25,
\ Xstren=255, Xlimit=255,
\ subpelstren = 1.0, antiflicker1=false, antiflicker2=true,
\ flatweight = 0,
\ protect_floor = 0, protect_bias = 12,
\ dering = -80, dering_weight = 1.0,
\ dering_floor = 10, dering_bias = 12,
\ EQ = 2, detail_floor = 15,
\ warp_Y = true, warp_UV=true, exborder = true,
\ debug="-showall", cropx=36, cropy=56
\ )
This script doesn't work, and the errors are very different. Sayd that there's no function, after another function, now the error is:
System exception, illegal instruction in line 10. I've tryed with more changes, but this code doesn't work!!!!