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
+ Reply to Thread
Results 1 to 4 of 4
-
-
AviSynth
StackHorizontal()"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
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
Similar Threads
-
Help Comparing PC video cards PLEASE
By mathias111 in forum Newbie / General discussionsReplies: 6Last Post: 3rd Aug 2011, 13:37 -
Trying to edit various source clips, different resolutions in Sony vegas
By sevenofone in forum EditingReplies: 4Last Post: 30th Jan 2011, 16:29 -
Comparing Video Files
By zammil in forum Newbie / General discussionsReplies: 5Last Post: 8th Nov 2010, 22:26 -
Question about comparing AVI and mpeg4
By jimdagys in forum Newbie / General discussionsReplies: 7Last Post: 10th May 2009, 03:16 -
Comparing results of encoding
By nlec in forum DVD & Blu-ray RecordersReplies: 8Last Post: 3rd Jun 2007, 20:06