Post subject: Multimovies
Joined: 3/31/2010
Posts: 84
Location: Middle of Nowhere
Or in other words, x-in-1 movies (like our new FF5/FF6 movie). I had no idea where to begin, so I did some research on google and found an AVISynth script:
leftframe = DirectshowSource("movie #1")
rightframe = DirectshowSource("movie #2")
StackHorizontal(leftframe, rightframe)
(retrieved the code from http://3dvision-blog.com/forum/viewtopic.php?f=20&t=154) This code seems to work with different length movies as well. I haven't finished testing this yet, but after some testing around with vdub, it seems to do just what we need. Note that I'm no expert with Vdub nor AVISynth. As a side effect, it allows vdub to open .mp4 files as well.