Search found 1 match
- March 21st, 2007, 5:13 am
- Forum: Expressions Library
- Topic: To rhythm a video according to a sound
- Replies: 37
- Views: 284112
This is a excellent script- here's how to
here's some tips on getting this to werk- t=timeToFrames(inPoint);i=0; while(timeToFrames()>=t) { min=effect("frequence min")(1).valueAtTime(framesToTime(t)); max=effect("frequence max")(1).valueAtTime(framesToTime(t)); a=effect("frames")(1).valueAtTime(framesToTime(t))...