How do I do a simple split screen?

Locked
User avatar
DJ_Izumi
Joined: Wed Oct 03, 2001 8:29 am
Location: Canada
Contact:
Org Profile

How do I do a simple split screen?

Post by DJ_Izumi » Fri Nov 21, 2003 11:36 am

The situation is quite simple. I did a parody trailer and I wish to make a splitscreeen version so you can watch one on the top and one on the bottom.

I want the file to be 512x384, the video for the top is 512x192 and the video for the bottom is 512x192, thusly both can be stacked ontop of each other and fit perfectly.

The problem is, I load a 512x192 video into a 512x384 project, and premere decides that it'd be fun to stretch it out all stupid like. :| HELP.
Image

User avatar
Tsukin
Joined: Sun Sep 29, 2002 5:29 pm
Location: Fairfield, California
Org Profile

Post by Tsukin » Sun Nov 23, 2003 9:05 pm

You can do it with avisynth, using the StackVertical filter,
heres an example of how it works

a = AVISource("D:\Whatever\Blah.avi")
b = AVISource("D:\Whatever\BlahBlah.avi")
StackVertical(a, b)

now when you open it up in premiere, virtual dub, etc, both clips will be stacked on top of eachother as one clip

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: How do I do a simple split screen?

Post by Scintilla » Sun Nov 23, 2003 10:55 pm

DJ_Izumi wrote:The problem is, I load a 512x192 video into a 512x384 project, and premere decides that it'd be fun to stretch it out all stupid like. :| HELP.
Isn't there an option somewhere on the menu that comes up when you right-click the clip to "Keep Aspect Ratio"? I'm pretty sure I've seen it before.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
risk one
Joined: Sun Oct 13, 2002 4:47 pm
Org Profile

Re: How do I do a simple split screen?

Post by risk one » Mon Nov 24, 2003 3:02 pm

Scintilla wrote:
DJ_Izumi wrote:The problem is, I load a 512x192 video into a 512x384 project, and premere decides that it'd be fun to stretch it out all stupid like. :| HELP.
Isn't there an option somewhere on the menu that comes up when you right-click the clip to "Keep Aspect Ratio"? I'm pretty sure I've seen it before.
If I remember 6.x correctly (after all it's been weeks since I upgraded), it's under the right mouse button. Someting like video options, I think.

You would probably not get the timing you want with StackVertical.
Unless both sources start at exactly the right time.
ImageImage

User avatar
SS5_Majin_Bebi
Joined: Mon Jul 15, 2002 8:07 pm
Location: Why? So you can pretend you care? (Brisbane, Australia)
Org Profile

Post by SS5_Majin_Bebi » Tue Nov 25, 2003 12:20 am

"Maintain aspect ratio" by itself would just position in it the middle of the screen without stretching it. Use the "Transform" filter, you can position the video yourself using the appropriate options in the "Filter Settings" dialog box, unless you already know the exact X/Y coordinates that the center of your clip would be at. You have to apply "Maintain aspect ratio" either before or after this, btw.

Locked

Return to “Video & Audio Help”