Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE AFTER EFFECTS:HomeForumBasicsExpressionsTutorialsPodcastsAE TechniquesCreative Cloud DebateFAQ

Re: Using footage luma value to drive opacity of effect

COW Forums : Adobe After Effects Expressions

FAQ   •   VIEW ALL   •   ADD A NEW POST   •   PRINT
Share on Facebook
Respond to this post   •   Return to posts index   •   Read entire thread


Robert PaynterRe: Using footage luma value to drive opacity of effect
by on Jun 21, 2012 at 12:20:04 am

This expression is crashing my CS6. Everytime I apply it.
Is anyone else having this problem? Is there a difference in language for CS6? or alternative expression I could use?


target = thisComp.layer("Candle"); // this would be your footage layer
maxO = 100; // set the max opacity value
minO = 0; // set the min opacity value
lum = rgbToHsl(target.sampleImage(anchorPoint, radius = [target.width/2, target.height/2], postEffect = true, t = time))[2];
linear(lum, minO, maxO)


Posts IndexRead Thread
Reply   Like  
Share on Facebook


Current Message Thread:




LOGIN TO REPLY



FORUMSTUTORIALSFEATURESVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]