View Single Post
Old 19th January 2008, 06:26   #2  |  Link
Mug Funky
interlace this!
 
Mug Funky's Avatar
 
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,555
this is pretty amazing actually :|

i think i might hack this to do scratch concealment.

[edit]

seems to be RGB only?

it works really well! try this:

Code:
stackhorizontal(last.crop(0,0,64,last.height),last.blankclip(width=4,color=$0000ff),last.crop(68,0,652,last.height))#blankclip(width=652,color=$000000))

exinpaint(last,last,radius=16,xsize=3,ysize=3,color=$0000ff)
the stackhorizontal is to simulate a film scratch. it could be replaced by an automated scratch detector using some masks.
__________________
sucking the life out of your videos since 2004

Last edited by Mug Funky; 19th January 2008 at 06:34.
Mug Funky is offline   Reply With Quote