Trying to encode an OTA capture of an animated series. Captured 2
successive source frames with dgindex and attached. The original has
some "flicker", but it becomes much worse with encode. Using the
following script with non-interlace in TMPGENc. Resize settings from
FixCD.
Any suggestions to minimize "flicker" increase?
Mpeg2Source("E:\FG\FG.d2v",idct=7)
selecteven()
LanczosResize(704,480,166,6,948,710)
LRemoveDust_YV12(17,1)
#AddBorders(0,32,0,32)
ConverttoRGB24()
function LRemoveDust_YV12(clip input, int clmode, int "limit")
{
limit=default(limit,2)
clmode=default(clmode,17)
repmode = 2
clensed = Clense(input)
rep = Repair(clensed, input, mode=repmode)
rg = RemoveGrain(rep, mode=clmode)
return LimitChange(rg, input, limit, limitU=255)
}
http://www.yousendit.com/transfer.ph...lson@yahoo.com
http://www.yousendit.com/transfer.ph...lson@yahoo.com
http://www.yousendit.com/transfer.ph...lson@yahoo.com[/url]