Any suggestions on the best way to create a movie that is playing two video streams next to each other?
+ Reply to Thread
Results 1 to 11 of 11
-
-
That is very cool. Unfortunately, I need to see both streams so I can synch them up.
-
Originally Posted by zapster
http://avisynth.org/mediawiki/StackHorizontal
You did say you wanted to have them display side-by-side. -
Originally Posted by zapster
Left=DirectShowSource("left_frame.avi").Trim(20,0)
then adjust trim numbers in AVSP (it should generate sliders). -
I use a "half and half" video to sync up video and also to check the performance of different filter settings. This results in a normal video window with one half on the right and one half on the left, with a black bar dividing the two.
Code:mpeg2source("d:\Experiment\CHHTEST.D2V") v1=crop(0,0,350,480).addborders(0,0,2,0) v2=crop(352,0,352,480) stackhorizontal(v1,v2)
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
I should have said that the right half of video 1 is shown on the right and the left half of video 2 is shown on the left.
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Yeah, that might have helped. Still easy in AviSynth. Before doing the StackHorizontal, crop away the right half of the left video and the left half of the right video. I'd give you a script if I knew the source resolution.
Oh, reading a little bit up it looks like SLK001 has already given a script example for that.
Similar Threads
-
How do I do a side by side video comparison in AvsP?
By Simcut in forum Newbie / General discussionsReplies: 15Last Post: 25th Mar 2012, 23:42 -
Video Stream Side-By-Side
By maza1967 in forum Video Streaming DownloadingReplies: 3Last Post: 10th Mar 2010, 10:31 -
Merge 2 FLV video files side by side
By zsuppguy in forum Newbie / General discussionsReplies: 3Last Post: 7th Jan 2010, 16:58 -
compareing 2 videos side by side in same video. (sugestions)
By tessa101 in forum EditingReplies: 4Last Post: 9th Jan 2009, 02:36 -
Vegas 6 Side by Side Video
By CobraStrike4 in forum EditingReplies: 1Last Post: 21st May 2008, 16:23