Search found 1 match

by araknia
March 21st, 2007, 5:13 am
Forum: Expressions Library
Topic: To rhythm a video according to a sound
Replies: 37
Views: 153096

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))...