Quote:
Originally Posted by kwag
Hi Reno,
Try something like this:
Code:
legalclip()
GripCrop( 352, 240, overscan=1 )
GripSize()
Gripborders()
faerydust()
Convolution3d(preset="movieLQ")
legalclip()
-kwag
|
Hi kwag!
I saw this script in the "what's happening" area...
IMHO, it would be better if it's like this:
legalclip()
GripCrop( 352, 240, overscan=1 )
GripSize()
faerydust()
Convolution3d(preset="movieLQ")
Gripborders()
legalclip()
Because there is no need to apply C3D and Dust to the borders.
(and this way it should be quicker
)