I still have the script that I used for blue trailer
- Code: Select all
TFM(order=-1,mode=5,PP=7,field=-1,slow=2)
tdecimate(mode=1)
RemoveGrain()
LimitedSharpen()
Deen("a3d", 1)
ConvertToYUY2()
FixBrokenChromaUpsampling()
assumefps(24)
as it was pointed out in another thread, I didn't use fixbrokenchromaupsampling() as it was intended, but it gave a pleasant side effect of livening up the color (blacks were blacker, blues became bluer, etc...but not like increased saturation)
I should have specified the d2v paramater in TFM, I should have played around with the mode for removegrain.
limitedsharpen should have probably been moved to be after deen, limitedsharpenfaster might have been a better choice (because it has specific options to reduce the intorduction of artifacts) but I used it to offset the line thinning that can occur when you use removegrain()