VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Aug 2005
    Location
    malta
    Search Comp PM
    I have 2 exactly same clips, recorded from different sources (dvdrec & capture card)

    I wish to merge both clips onto a single file, having the left half of the screen playing the 1st source, and the right half playing the second.

    This is usually done when you see comparisons between xbox and playstation and such stuff.

    I actually wish to compare my capture card against my dvd rec for noise settings and such. (and to kill time)

    any particular way/software which does this?
    Thanks
    Quote Quote  
  2. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    AviSynth
    StackHorizontal()
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  3. Member
    Join Date
    Aug 2005
    Location
    malta
    Search Comp PM
    Originally Posted by gadgetguy
    AviSynth
    StackHorizontal()
    uhm thanks...but how do I run this?
    Quote Quote  
  4. Exactly how you do it depends on the format of the 2 clips. If AVI, then the script goes something like this:

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

    Time to learn some AviSynth.

    http://avisynth.org/mediawiki/StackHorizontal
    Quote Quote  



Similar Threads

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