I was curious to see if I could do this. Everything went well, except the audio never finishes when the video starts over. Is there a way to make the audio keep playing without slowing the framerate? Here's my script:


Code:
C1.Trim(125498,125527)+S1.Trim(125498,125527).Reverse()
C2=C2.Trim(6890,6934).Amplify(5.0).TimeStretch(tempo=69, rate=96, pitch=110, sequence=25, seekwindow=28, overlap=12, quickseek=false, aa=0).DelayAudio(-1.70)+C3.Trim(7877,7896).Amplify(5).DelayAudio(0.55).TimeStretch(tempo=69, rate=78, pitch=140, sequence=25, seekwindow=28, overlap=12, quickseek=false, aa=0)
MixAudio(C2,0,1)Loop()