View Single Post
Old 27th June 2017, 23:04   #18  |  Link
Richard1485
Guest
 
Posts: n/a
Quote:
Originally Posted by poisondeathray View Post
here a1 is defined as segment (1000-2000), and that is what the framecount refers to, not original or some other cut. You would do that for each section you're trying to stretch to keep it organized

Code:
orig=last

n=4

a1=orig.trim(1000,2000)
fc = a1.Framecount()
m = float(fc+n)/fc


a1
timestretch(tempo=100/m)
changefps(m*last.framerate)
assumefps(24000,1001)
Thanks for that! It works perfectly now.
  Reply With Quote