anyone know if i could encode 2 avis into a single avi, so both would play side by side?
+ Reply to Thread
Results 1 to 2 of 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:
You may want to StackVertical, or crop/resize the frame, depending on how big your screen isCode:clip1 = DirectShowSource("C:\path\movie1.avi", audio=false) clip2 = DirectShowSource("C:\path\movie2.avi", audio=false) StackHorizontal(clip1,clip2)
Similar Threads
-
Player to play 2 separate videos side by side for 3D effect ?
By andy15star in forum Software PlayingReplies: 9Last Post: 21st Jan 2012, 13:52 -
How Create ACHD side by side compatible with Panasonic 3D Cam and HDTV?
By castana in forum Video ConversionReplies: 7Last Post: 25th Jul 2011, 16:47 -
Combine 2 Videos Side by Side
By bseos in forum EditingReplies: 7Last Post: 19th Jun 2011, 12:34 -
[solved]3d side-by-side capture and conversion to anaglyph using VirtualDub
By jumpjack in forum Capturing and VCRReplies: 21Last Post: 13th Apr 2011, 20:23 -
Is the panasonic dmres46v a seudo svhs side-by-side player/recorder?
By yoda313 in forum RestorationReplies: 8Last Post: 17th May 2010, 09:09



Quote