gavo
27th May 2006, 19:51
Posted: Sat May 27, 2006 10:19 am Post subject:
--------------------------------------------------------------------------------
Can't seem to get your script to load up
a = MPEG2Source("C:\your_file.d2v").Crop(8,0,-8,0).ConvertToYV12().Deen("a3d", 3)
lm = a.FluxSmoothST(7, 24).Deen("a2d", 7).Blur(1.5).Blur(1.5)
lm_m = lm.EdgeMask(0, 1, 255, 255, "cartoon", Y=3, V=1,U=1).Binarize(threshold=20).Greyscale().Invert().Blur(1.5).Blur(1.5).Blur(1.5).Blur(1.5)
nlm = MaskedMerge(lm, a, lm_m)
mfToon(nlm).Tweak(sat=1.2, cont=1.1, bright=1.3).AddBorders(8,0,8,0)
The values with the letters are being rejected, here's what I got working.
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
assumefps(24)
Crop(8,0,-8,0)
ConvertToYV12()
Deen("a3d", 3)
FluxSmoothST(7, 24).Deen("a2d", 7).Blur(1.5).Blur(1.5)
#Binarize(threshold=20).Greyscale().Invert().Blur(1.5).Blur(1.5).Blur(1.5).Blur(1.5)
#MaskedMerge(lm, a, lm_m)
mfToon
Tweak(sat=1.2, cont=1.1, bright=1.3)
AddBorders(8,0,8,0)
I have to get rid of some letter volumes as it didnt understand them, and it does not understand masked merge lm a values, I got the script from someone and I just want to see if it works with my footage. if anyone knows any adjustments that be great.
--------------------------------------------------------------------------------
Can't seem to get your script to load up
a = MPEG2Source("C:\your_file.d2v").Crop(8,0,-8,0).ConvertToYV12().Deen("a3d", 3)
lm = a.FluxSmoothST(7, 24).Deen("a2d", 7).Blur(1.5).Blur(1.5)
lm_m = lm.EdgeMask(0, 1, 255, 255, "cartoon", Y=3, V=1,U=1).Binarize(threshold=20).Greyscale().Invert().Blur(1.5).Blur(1.5).Blur(1.5).Blur(1.5)
nlm = MaskedMerge(lm, a, lm_m)
mfToon(nlm).Tweak(sat=1.2, cont=1.1, bright=1.3).AddBorders(8,0,8,0)
The values with the letters are being rejected, here's what I got working.
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
assumefps(24)
Crop(8,0,-8,0)
ConvertToYV12()
Deen("a3d", 3)
FluxSmoothST(7, 24).Deen("a2d", 7).Blur(1.5).Blur(1.5)
#Binarize(threshold=20).Greyscale().Invert().Blur(1.5).Blur(1.5).Blur(1.5).Blur(1.5)
#MaskedMerge(lm, a, lm_m)
mfToon
Tweak(sat=1.2, cont=1.1, bright=1.3)
AddBorders(8,0,8,0)
I have to get rid of some letter volumes as it didnt understand them, and it does not understand masked merge lm a values, I got the script from someone and I just want to see if it works with my footage. if anyone knows any adjustments that be great.