My Default (clean) Script

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Jemm54
Joined: Fri Oct 12, 2007 9:43 am
Status: Cow
Location: Argentina!!
Contact:
Org Profile

My Default (clean) Script

Post by Jemm54 » Sat Feb 05, 2011 2:08 pm

Hello again,

Im trying to make a default script, that are my finalist:

A:

Code: Select all

FFvideoSource("D:\Mis Videos (copia)\Recursos HD\Angel Beats! OP Creditless BD 720p.mkv", fpsnum=24000, fpsden=1001)

	ConvertToYUY2()
	_2DCleanYUY2(0,6,2,2,0,4,4)
	Converttoyv12()
	asharp (2)
	awarpsharp (10,2,0.5,2)
	GradFunkMirror (strength=2)
B:

Code: Select all

FFvideoSource("D:\Mis Videos (copia)\Recursos HD\Angel Beats! OP Creditless BD 720p.mkv", fpsnum=24000, fpsden=1001)

VagueDenoiser(threshold=2, method=3, nsteps=6, chromaT=2.0)
msharpen(threshold=15,strength=120)
GradFunkMirror(3)
C:

FFvideoSource("D:\Mis Videos (copia)\Recursos HD\Angel Beats! OP Creditless BD 720p.mkv", fpsnum=24000, fpsden=1001)

VagueDenoiser(threshold=2, method=3, nsteps=6, chromaT=2.0)
msharpen(threshold=12,strength=97)
asharp (1)
awarpsharp (10,2,0.5,2)
gradfun2db (2)
Deblock(quant=25, aOffset=0, bOffset=0, mmx=true, isse=true)

First is source:

http://img253.imageshack.us/img253/4246/97511412.png
http://img253.imageshack.us/img253/858/62835888.png
http://img253.imageshack.us/img253/4600/14122234.png
http://img253.imageshack.us/img253/9679/63504208.png

http://img253.imageshack.us/img253/962/30497258.png
http://img253.imageshack.us/img253/4853/54890252.png
http://img440.imageshack.us/img440/4966/58603370.png
http://img253.imageshack.us/img253/6131/40546624.png

i think "c" is the most balanced, its a default script, and want to know what is the values for this case, and if is something wrong with the order, just for fun... XD
What do you think?

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: My Default (clean) Script

Post by Mister Hatt » Mon Feb 07, 2011 5:06 am

Code: Select all

somesourcefilter()
^this is the best default you can possibly have.

Locked

Return to “AviSynth Help”