VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Hi I have been succesfully doing allsorts of video conversions for a while now but I need to know of a program that will display multiple videos within the same video at the same time or multiple .gif files within the main video
    Quote Quote  
  2. Member
    Join Date
    Apr 2002
    Location
    The State of Frustration
    Search Comp PM
    I do know Avisynth can show four videos at the same time.
    Quote Quote  
  3. can this be burnt as a VCD and still display the four videos at the same time?
    Quote Quote  
  4. Member
    Join Date
    Apr 2002
    Location
    The State of Frustration
    Search Comp PM
    Yes, the hard part is making the script do what you want. Then once the script is acting as it should, you frameserve the script from Virtual Dub to TMPGEnc and have TMPGEnc encode it as your VCD template at the same time. I wish I could take credit for the following script, but I modified it from the crop and split function from the Avisynth guide:

    one=AVISource("C:\flipvideoA.avi").BicubicResize(1 76,120)
    two=AVISource("C:\flipvideoB.avi").BicubicResize(1 76,120)
    three=AVISource("C:\flipvideoC.avi").BicubicResize (176,120)
    four=AVISource("C:\flipvideoD.avi").BicubicResize( 176,120)

    q1=one
    q2=two
    q3=three
    q4=four

    l1=StackHorizontal(q4,q3)
    l2=StackHorizontal(q2,q1)

    StackVertical(l1,l2)
    -- http://www.vcdhelp.com/forum/userguides/99389.php#crop
    Hello.
    Quote Quote  



Similar Threads

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