PDA

View Full Version : AVS script for DVD sources


Balix
16th August 2006, 02:06
hi, I'm usually merging 3 dvd's into 1 dvd using the DIKO software which uses avs script. Wanted to see if anyone knew a good script that's good when putting a lot of time on onto one dvd using DIKO. It's usually about 5 hours of video at 720X480 (non-anime). When it comes to high motion the picture gets kinda blocky or pixelated. I merge 3 dvds into 1 dvd b/c these series come in 30-40 dvds fyi. thanks, n00b at AVS.

here's the script i'm currently using from diko, kinda makes it blurry tho.


undot()
asharp(1, 4)
SimpleDVDCrop(interlaced)
SimpleDVDResize(WIDTH, HEIGHT, source_widescreen, widescreen)
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))

#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

SimpleAddBorders()
AddAudio()