View Single Post
Old 10th June 2010, 23:43   #7  |  Link
*.mp4 guy
Registered User
 
*.mp4 guy's Avatar
 
Join Date: Feb 2004
Posts: 1,348
Examples from GITS

Code:
MPEG2Source("K:\GITS_D1\VIDEO_TS\VTS_01_1.d2v", cpu=0, info=3).colormatrix(hints=true).crop(8, 16, -8, -16)
clip2=yadif()#mcbob.selecteven
TFM(slow=2, clip2=clip2, d2v="K:\GITS_D1\VIDEO_TS\VTS_01_1.d2v", pp=7)
tdecimate()

Code:
MPEG2Source("K:\GITS_D1\VIDEO_TS\VTS_01_1.d2v", cpu=0, info=3).colormatrix(hints=true).crop(8, 16, -8, -16)
clip2=yadif()#mcbob.selecteven
TFM(slow=2, clip2=clip2, d2v="K:\GITS_D1\VIDEO_TS\VTS_01_1.d2v", pp=7)
tdecimate()

Mt_Convolution(Horizontal=" 1 6 15 -112 15 6 1 ", vertical =" 1 ", u=2, v=2)#horizontal unsharpmask

limitedsharpenfaster(smode=4, strength=100)

Code:
MPEG2Source("K:\GITS_D1\VIDEO_TS\VTS_01_1.d2v", cpu=0, info=3).colormatrix(hints=true).crop(8, 16, -8, -16)
clip2=yadif()#mcbob.selecteven
TFM(slow=2, clip2=clip2, d2v="K:\GITS_D1\VIDEO_TS\VTS_01_1.d2v", pp=7)
tdecimate()

Mt_Convolution(Horizontal=" 1 6 15 -112 15 6 1 ", vertical =" 1 ", u=2, v=2)#horizontal unsharpmask

sssharp(denoise=0)

Code:
MPEG2Source("K:\GITS_D1\VIDEO_TS\VTS_01_1.d2v", cpu=0, info=3).colormatrix(hints=true).crop(8, 16, -8, -16)
clip2=yadif()#mcbob.selecteven
TFM(slow=2, clip2=clip2, d2v="K:\GITS_D1\VIDEO_TS\VTS_01_1.d2v", pp=7)
tdecimate()

Mt_Convolution(Horizontal=" 1 6 15 -112 15 6 1 ", vertical =" 1 ", u=2, v=2)#horizontal unsharpmask

blah(de=0.2, deh=0.025, rev=0.025, str=3, strh=12, cstrv=0.66, cstrh=1)


Aster some testing I've switched out the non linear lowpass with a different variant (updated in first post). Also, If blah doesn't work for you guys, tell me now so I can see if its tunable, or if its just too fiddly to get good results. If you just don't like what it does, that's fine too. Basically what I want to know is if its usable for anyone else.

Quote:
Originally Posted by foxyshadis View Post
I'll give this a shot tonight, though I have a feeling it's not going to work in realtime at all.
I was thinking about calling it epochsharpen, but I think its actually turned out faster then sssharp. It really pays to avoid that 4x supersampling, especially in RAM usage.

Last edited by *.mp4 guy; 11th June 2010 at 00:12. Reason: clarity
*.mp4 guy is offline   Reply With Quote