Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE AFTER EFFECTS: HomeForumBasicsExpressionsTutorialsPodcastsMotion GraphicsTrainingCinema 4DFAQ

Re: "Glitch" looping effect - Is this possible, can anyone help?

Cow Forums : Adobe After Effects Expressions
VIEW POSTS   •   ADD A NEW POST   •   SEARCH   •   CHANGE FORUM
Respond to this post   •   Return to posts index   •   Read entire thread


Re: "Glitch" looping effect - Is this possible, can anyone help?
by Kevin Camp on Jul 1, 2009 at 5:13:35 pm

this starts getting close, but i think there are still some issues, particularly as the loop duration increases over time... but here's the expression (it's basically dan ebberts's random jump cuts expression without the random part):

segDur = effect("Slider Control")("Slider");
n = Math.floor(time/segDur);
segStart = n*segDur;
startVal = effect("Slider Control 2")("Slider");
endVal = startVal + segDur;
linear(time, segStart, segStart + segDur, startVal, endVal);

before pasting this into the time remapping expression field, add two sliders to the footage. the first slider will control the loop duration, the second will control the point at which the loop will start from (both values are in seconds).

Kevin Camp
Senior Designer
KCPQ, KMYQ & KRCW


Respond to this post   •   Return to posts index   •   Read entire thread


Current Message Thread:




Note: If you are a registered user please click here to login before posting.

Your post will not be accepted if your name and email address are not registered in our database. Click here if you do not have an account.

Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message   Entire Thread   None  

Message:



Note: The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key. Read more...



Please post Expressions Code in the box below:


Add your message signature


 


Note: By clicking "Post Direct" button above, you are agreeing to the Creative Cow's Code of Conduct.



FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]