View Single Post
Old 23rd June 2009, 21:24   #3  |  Link
Jeremy Duncan
Didée Fan
 
Jeremy Duncan's Avatar
 
Join Date: Feb 2006
Location: Canada
Posts: 1,079
I'm getting a lot of macroblocking after encoding.

here is my avisynth script I am using with the profile:

Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
setmtmode(5)
mpeg2Source("C:\Users\Red\Desktop\test run.d2v") 
setmtmode(2)
a= last
b=a.Spresso()
SeeSaw(a,b)
LimitedSharpenFaster(strength=11)
LimitedSharpenFaster(strength=11)
super = MSuper(pel=2,hpad=4,vpad=4)
backward_vec = MAnalyse(super,chroma=false, blksize=16, isb = true, search=5, searchparam=1)
forward_vec = MAnalyse(super, chroma=false, blksize=16)
MFlowFps(super, backward_vec, forward_vec, num=0, mask=1, ml=49)
changefps(60)
distributor()
Crop(0,56,-0,-62)
Spline36Resize(1280,544).AddBorders(0,88,0,88)
Vob Sample
link
__________________
When I get tired during work with dvd stuff i think of River Tamm (Summer Glau's character). And the beauty that is Serenity.

Last edited by Jeremy Duncan; 23rd June 2009 at 21:33.
Jeremy Duncan is offline   Reply With Quote