VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    Jul 2005
    Location
    UK
    Search Comp PM
    Can someone tell me how to take 4 video clips, make each of them be a 1/4 size and have each clip play in one corner of of the screen.

    AND, this might sound dumb, but: do I have to take into consideration how much stuff I have moving?
    (i.e. because some players will struggle to play that much on screen all at once???)

    Any replies would be appreciated.

    Thanks.


    OM
    Quote Quote  
  2. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    I would use Avisynth using the Lanczos4Resize, StackVertical, and StackHorizontal commands.
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  3. Member edDV's Avatar
    Join Date
    Mar 2004
    Location
    Northern California, USA
    Search Comp PM
    Live or as an edit?

    For live what you want is a "quad split". I'd start with Extron for dedicated hardware.

    If edit, most programs will allow you to build the effect in four passes.
    Recommends: Kiva.org - Loans that change lives.
    http://www.kiva.org/about
    Quote Quote  
  4. Member
    Join Date
    Jul 2005
    Location
    UK
    Search Comp PM
    thanks for the replies.
    can i use vitrualdubmod?

    live????
    wow... that sounds kewl.
    but... would that be only for professional tv channels?
    what else? cctv?? if cctv... doesn'tt hat mean a lot of programming to interface witht he cameras...?
    Quote Quote  
  5. Member edDV's Avatar
    Join Date
    Mar 2004
    Location
    Northern California, USA
    Search Comp PM
    Originally Posted by OM2
    thanks for the replies.
    can i use vitrualdubmod?

    live????
    wow... that sounds kewl.
    but... would that be only for professional tv channels?
    what else? cctv?? if cctv... doesn'tt hat mean a lot of programming to interface witht he cameras...?
    It would be a box that takes four live inputs and outputs what you want. In theory, a PC card could do this and probably is available in the security market. They even make VCRs that record four cameras in quad split.
    Quote Quote  
  6. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    I don't think there's a way to do it in VDubMod. As far as I know VDub doesn't allow for parallel clips, but I don't use Mod so I can't say for sure.
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  7. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    I know you can sorta do it in AviSynth, but only 2 clips at a time that I've tried. 4? I dunno.
    Quote Quote  
  8. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    The script would look something like this:
    A = aviSource(Clip1)
    B = aviSource(Clip2)
    C = aviSource(Clip3)
    D = aviSource(Clip4)

    A = Lanczos4Resize(A, halfwidth, halfheight)
    B = Lanczos4Resize(B, halfwidth, halfheight)
    C = Lanczos4Resize(C, halfwidth, halfheight)
    D = Lanczos4Resize(D, halfwidth, halfheight)

    Top = StackHorizontal(A,B)
    Bottom = StackHorizontal(C,D)

    StackVertical(Top,Bottom)
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!