|
|
| HairyTroll |
| Posted: Mar 15 2003, 06:10 AM |
 |
|
Unregistered

|
Is there a filter available that will allow two seperate video streams to be displayed side-by-side in either the X or the Y axis?
E.g. Video from two seperate AVIs. Video A = 640x480, Video B = 640x480
The filter would render the left 319 pixels of video A and the right 319 pixels of video B (with a 2 pixel divider between) for a resultant image of 640x480. |
 |
| David.Bucci |
| Posted: Mar 16 2003, 04:28 AM |
 |
|
Unregistered

|
Avisynth StackHorizontal() or StackVertical().
Seems to be my night for Stacking, just used a similar answer in another reply |
 |
| HairyTroll |
| Posted: Mar 21 2003, 06:17 AM |
 |
|
Unregistered

|
So I see. Thanks for the help. |
 |