VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Oct 2007
    Location
    United Kingdom
    Search Comp PM
    I have 2 timelapse videos of the same period of time, and I wish to combine them into a single file so that one video is shown at the top and one at the bottom. Does anyone know how I can do this?
    Quote Quote  
  2. Hi-

    Yes, it's simple using AviSynth:

    A=AVISource("C:\Path\To\Video1.avi")
    B=AVISource("C:\Path\To\Video2.avi")
    StackVertical(A,B)

    http://avisynth.org/mediawiki/StackVertical
    Quote Quote  
  3. Member
    Join Date
    Oct 2007
    Location
    United Kingdom
    Search Comp PM
    Thank you so much I knew it must be possible with avisynth but i couldn't find out how (i'm clearly not good at searching documentation) That's great
    Quote Quote  



Similar Threads

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