VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Oct 2008
    Location
    United Kingdom
    Search Comp PM
    anyone know if i could encode 2 avis into a single avi, so both would play side by side?
    Quote Quote  
  2. You can do it with avisynth just for playback in a media player. Or you can use the script to encode a single avi. An example script might look like:

    Code:
    clip1 = DirectShowSource("C:\path\movie1.avi", audio=false)
    clip2 = DirectShowSource("C:\path\movie2.avi", audio=false)
    
    StackHorizontal(clip1,clip2)
    You may want to StackVertical, or crop/resize the frame, depending on how big your screen is
    Quote Quote  



Similar Threads

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