View Single Post
Old 14th January 2005, 15:16   #59  |  Link
Mug Funky
interlace this!
 
Mug Funky's Avatar
 
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,555
@ Macanudo:

here's what i've got so far:

Code:
c=last
blurry = c.bilinearresize(c.width/2,c.height/2).bicubicresize(c.width,c.height,1,0).tweak(sat=0.5)
c.limitedsharpen(strength=100).mergeluma(blurry,0.5).mergechroma(blurry,0.5).converttorgb32()
gicocu("C:\MediaTools\AviSynth 2.5\plugins\filmlook_02_.txt")
and my gimp curve is:
Code:
# GIMP Curves File
-1 0 16 0 37 17 -1 -1 -1 -1 -1 0 -1 0 -1 0 128 127 -1 -1 -1 193 -1 221 -1 210 207 219 -1 241 -1 -1 255 235 
0 0 -1 -1 -1 43 41 42 -1 53 -1 -1 -1 -1 -1 57 -1 39 -1 0 -1 0 -1 0 -1 204 211 226 -1 231 -1 -1 255 255 
0 0 -1 -1 -1 -1 47 52 -1 61 -1 -1 -1 -1 -1 125 121 125 -1 -1 -1 -1 -1 -1 -1 210 215 231 -1 -1 -1 -1 255 255 
0 0 -1 -1 -1 -1 40 39 -1 0 -1 0 -1 0 -1 0 127 132 -1 147 -1 -1 -1 -1 -1 207 -1 221 222 235 -1 -1 255 255 
0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 
hope this gives something useful. the reds aren't as hardcore as you get on film, but overall it gives the look of push-processed film (high contrast, slight yellow/orange cast).

[edit]

you might want to tweak the saturation in the tweak up there. if you're getting oversaturated, then turn it down until it looks better. originally it was straight greyscale, but i decided that deadened things a bit much.
__________________
sucking the life out of your videos since 2004

Last edited by Mug Funky; 14th January 2005 at 15:21.
Mug Funky is offline   Reply With Quote