VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. I'm using the MixAudio command. I'm very close, here's what I have so far:

    S1.Trim(31859,31869)+S1.Trim(31859,31869).Reverse( )Loop(times=10000, start=0).AddBorders(0,300,0,300,$CDBBAD).TurnLeft( ).SincResize(720,480).Overlay(ovl, x=0, y=0).Overlay(ovl, x=520, y=0)
    S3=S1.Trim(12290,12350)+S5.Trim(37875,37900)MixAud io(S3,S5,1)Loop(1000)
    The audio combines okay, but it plays the video as well. I just want the video from the first line.
    Quote Quote  
  2. I think this is what you're trying to do:

    Code:
    S1.Trim(31859,31869)+S1.Trim(31859,31869).Reverse()
    vid = Loop(times=10000, start=0).AddBorders(0,300,0,300,$CDBBAD).TurnLeft( ).SincResize(720,480).Overlay(ovl, x=0, y=0).Overlay(ovl, x=520, y=0)
    
    S3=S1.Trim(12290,12350)+S5.Trim(37875,37900)
    MixAudio(S3,S5,1)
    Loop(1000)
    
    AudioDub(vid, last)
    Quote Quote  
  3. Originally Posted by jagabo View Post
    I think this is what you're trying to do:

    Code:
    S1.Trim(31859,31869)+S1.Trim(31859,31869).Reverse()
    vid = Loop(times=10000, start=0).AddBorders(0,300,0,300,$CDBBAD).TurnLeft( ).SincResize(720,480).Overlay(ovl, x=0, y=0).Overlay(ovl, x=520, y=0)
    
    S3=S1.Trim(12290,12350)+S5.Trim(37875,37900)
    MixAudio(S3,S5,1)
    Loop(1000)
    
    AudioDub(vid, last)

    That did it, thank you! The Wiki says that only two clips are allowed so I wanted to try and see if more could be added, and it works. I'm sure there's a way to use the Clip Factor to play audio back to back to back while another track plays at the same time. Just something to tinker about with I guess.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!