Log in

View Full Version : which filters to clean up video before or during encoding?


ilmanu
3rd December 2005, 13:51
hi all, i need to apply a filter on a noise source, i post a little bit of it, please help me to find the best filter.

http://www.badongo.com/file.php?file=Scena+source+N%B03__2005-12-02_scene3.vob

ilmanu
3rd December 2005, 17:50
no one?

ilmanu
3rd December 2005, 18:40
i tray w/ this but vdubMod crash....

# Creato con Gordian Knot
#
# http://gknot.doom9.org

# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgbob.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\Convolution3d.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\FluxSmooth.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\TomsMoComp.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VSFilter.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VagueDenoiser.dll")

# SOURCE
mpeg2source("D:\kenshiro_Dvd\dvd01\1\VTS_01_1.d2v")

# TRIM
#trim(startframe,endframe)

# IVTC
#Telecide(order=1,guide=1).Decimate()
# o usa
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)

# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)

# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
# o forse
#DGBob(order=1,mode=0)

# DEINTERLACING (3) - richieste speciali
#GreedyHMA(1,0,0,0,0,0,0,0)
#Telecide()
#SeparateFields()

# CROPPING
crop(0,0,720,576)

# DENOISING: scegli una combinazione (o nessuna)
Undot()

# 1) poco noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#mergechroma(blur(1.3))
#FluxSmoothST(5,7)

# 2) Medio noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#Convolution3d("moviehq")
#FluxSmoothST(7,7)

# 3) Tanto noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
Convolution3d("movielq")
#FluxSmoothST(10,15)

# SOTTOTITOLI
#VobSub("FileName")

#VagueDenoiser.dll
VagueDenoiser(threshold=4,method=3,nsteps=6,Wiener=1)


# RESIZING
LanczosResize(720,576)

# BORDI
#AddBorders(sinistra,su,destra,giu')

# CONTROLLO DI COMPRIMIBILITA'
# !!!!Dimens.Ritaglio ora dev'essere di 14 per poter essere usato con GKnot!
SelectRangeEvery(155,14)

# FOOL CCEnc
empty = BlankClip()
AudioDub(last,empty)

ilmanu
3rd December 2005, 19:38
new script, now work but the DeNoise filter that i have used isn't good.... say me a good one please

Guest
4th December 2005, 18:49
Your link is dead.

Please follow forum rules, specifically, rule 9. Thank you.

Audionut
4th December 2005, 23:53
There are plenty of different denoise filters posted on this forum.
There is even a sticky in this section of the forum concerning them.

Try them and see what you like best.