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?
+ Reply to Thread
Results 1 to 3 of 3
-
-
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
Similar Threads
-
Convert AND Combine Multiple VCD DAT files to Single Divx/Xvid file
By GrayStrickland in forum Video ConversionReplies: 4Last Post: 17th Aug 2012, 12:23 -
Extract video from 2 home DVDs - combine to single DVD with menus
By gutted in forum Newbie / General discussionsReplies: 5Last Post: 24th Apr 2011, 14:31 -
Can I combine 2 avi file into 1 DVD with ConvertXtoDVD?
By Hal05154 in forum Newbie / General discussionsReplies: 2Last Post: 7th Mar 2010, 20:12 -
How To Split Single DV AVI file into Multiple DV AVI files using Time Stamp
By insysnet in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 23rd Aug 2007, 12:49 -
How to capture 4 video streams and combine into a 4-window single file ?
By halfwalker in forum Capturing and VCRReplies: 5Last Post: 22nd Jul 2007, 22:08