PDA

View Full Version : script help


kronik
18th December 2002, 06:20
hey, i'm just getting into avisynth and here's what i have so far as a sample...

LoadPlugin("C:\divx\mpeg2dec_dll\MPEG2Dec.dll")
mpeg2source("D:\patd2v.d2v")
crop(6,59,-6,-61)
BicubicResize(584,248,0,0.5)

everything look ok so far?

i'm using nandub sbc encoding and i'd like to add some spat/temp smoothers.. which are recommended for sbc? and could u please try and explain the parameters?..thanks

KroniK

sh0dan
18th December 2002, 10:20
Convolution3d is probably the best smoother - it performs very good and gentle smoothing.

find it via avisynth.org (http://avisynth.org)

kronik
18th December 2002, 19:02
hmm.. thought that was just for xvid hehe. thanks, will try! :D

does my bicubic and crop values look right? in nandub both input and output are the same size...correct ratio though but i'm confused cause i always had the input box at 720x###.