kopmjj
9th October 2009, 12:07
Hello after many months off reading here i have finally managed to produce working scripts in avisynth by reading examples in the forum.
but i have a few problems, i have a video im trying to edit, i have tried to remove noise and artifacts and then sharpen with lsfmod and then added some grain but the video still looks wrong.
i have tried many denoisers and found FFT3dGPU to do well on my source, unless i havent utilized the other noise removal plugins properly,anyways heres my script below i used....
Levels(0, 0.720, 255, 0, 255)
Tweak(bright=1.0, sat=0.8, cont=1.0)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FFT3dGPU.dll")
FFT3dGPU( plane=3)
fft3dGPU(mode=1,precision=2)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools-25.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\gradfun2db.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
import("C:\Program Files\AviSynth 2.5\plugins\SmoothLevels.v1.02.avsi")
SmoothLevels(gamma=1.3,Lmode=2,protect=16)
SmoothLevels(gamma=1.0, Lmode=1, DarkSTR=250, BrightSTR=250)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\WarpSharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\VariableBlur.dll")
import("C:\Program Files\AviSynth 2.5\plugins\LSFmod.v1.9.avsi")
LSFmod(defaults="old",ss_x=1.0,ss_y=1.0,secure=true,strength=150)
Import("C:\Program Files\AviSynth 2.5\Plugins\GradFunkMirror.avsi")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\gradfun2db.dll")
GradFunkMirror()
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\AddGrain.dll")
AddGrain(1.0,0,0)
LanczosResize(720, 576)
heres the source test video and corrected video links...
very soon
let me tell you what im trying to do with this video some filters i havent applied cause it didnt work for me but maybe you guys can help?
1. i want to remove noise and artifacts.(need best settings for this video)
2. i want to sharpen ( need best settings for this video)
3.the source video is to dark cause when i brighten it up i can see more background objects that wasnt there when the video was dark, how do i brighten it up and get rid of this white noise or smoke/cloud like noise? i tried this but didnt work....HDRAGC(avg_lum=746,mode=2,passes=4,shift_u=0, shift_v=0,protect=1,coef_gain=0.28,max_gain=3.9,corrector=1.25,reducer=2.0,avg_window=30,black_clip=1.2,max_sat=15,min_sat=0.7,coef_sat=1.0)
4. i want to know examples of removing banding/halo/and ringing?
i think i used gradfunk for banding? but what for others?
5. is there a filter to remove nose in moving areas like this video? i have tried searching this forum but did not find anything similar.
anyways please take a look at this and tell me what i done wrong and how i can make it look better thanks.
remember i need to try brighten this video up also.
but i have a few problems, i have a video im trying to edit, i have tried to remove noise and artifacts and then sharpen with lsfmod and then added some grain but the video still looks wrong.
i have tried many denoisers and found FFT3dGPU to do well on my source, unless i havent utilized the other noise removal plugins properly,anyways heres my script below i used....
Levels(0, 0.720, 255, 0, 255)
Tweak(bright=1.0, sat=0.8, cont=1.0)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FFT3dGPU.dll")
FFT3dGPU( plane=3)
fft3dGPU(mode=1,precision=2)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools-25.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\gradfun2db.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
import("C:\Program Files\AviSynth 2.5\plugins\SmoothLevels.v1.02.avsi")
SmoothLevels(gamma=1.3,Lmode=2,protect=16)
SmoothLevels(gamma=1.0, Lmode=1, DarkSTR=250, BrightSTR=250)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\WarpSharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\VariableBlur.dll")
import("C:\Program Files\AviSynth 2.5\plugins\LSFmod.v1.9.avsi")
LSFmod(defaults="old",ss_x=1.0,ss_y=1.0,secure=true,strength=150)
Import("C:\Program Files\AviSynth 2.5\Plugins\GradFunkMirror.avsi")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\gradfun2db.dll")
GradFunkMirror()
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\AddGrain.dll")
AddGrain(1.0,0,0)
LanczosResize(720, 576)
heres the source test video and corrected video links...
very soon
let me tell you what im trying to do with this video some filters i havent applied cause it didnt work for me but maybe you guys can help?
1. i want to remove noise and artifacts.(need best settings for this video)
2. i want to sharpen ( need best settings for this video)
3.the source video is to dark cause when i brighten it up i can see more background objects that wasnt there when the video was dark, how do i brighten it up and get rid of this white noise or smoke/cloud like noise? i tried this but didnt work....HDRAGC(avg_lum=746,mode=2,passes=4,shift_u=0, shift_v=0,protect=1,coef_gain=0.28,max_gain=3.9,corrector=1.25,reducer=2.0,avg_window=30,black_clip=1.2,max_sat=15,min_sat=0.7,coef_sat=1.0)
4. i want to know examples of removing banding/halo/and ringing?
i think i used gradfunk for banding? but what for others?
5. is there a filter to remove nose in moving areas like this video? i have tried searching this forum but did not find anything similar.
anyways please take a look at this and tell me what i done wrong and how i can make it look better thanks.
remember i need to try brighten this video up also.