VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Finnally! Another adam zaka film, well if your not familiar with my films heres ona the best

    http://www.youtube.com/watch.php?v=8uEoxqfkv3k

    well anyways the new one im doing is making a movie out of Grand theft autos radio station from LCS - Chatterbox with Lazlo. Well bassicly its a radio show in which a lotta crazy people call in

    THE POINT

    I need a program that would let me split the screen into two so i could show the radio host and the caller, Like this here



    could someone please tell me a program that would let me do this?

    Thanks so much!


    Adam

    PS - if you wanna hear the radio station hear it is - http://k3ro.co.nr/audio.wma

    enjoy
    Quote Quote  
  2. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    Avisynth using the StackHorizontal command
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  3. sorry for bein a noob, but i downloaded it and its just some scripts, how would i use it?
    Quote Quote  
  4. Member daamon's Avatar
    Join Date
    Jun 2003
    Location
    Melbourne, Oz
    Search Comp PM
    Any half decent video editor will be able to either crop / mask the unwanted halves from two video clips.

    I use Premiere Pro 1.5, but I'd imagine free stuff like Avid Free DV or Zwei-Stein would do the job too. I've not used them, so don't know for sure...

    Check out programs in the "Video Editors (Advanced)" category of the "Tools" section. Order them by "Type" to get the free ones at the top - not all of them would suit your needs.

    Good luck.
    There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.

    Carpe diem.

    If you're not living on the edge, you're taking up too much room.
    Quote Quote  
  5. Originally Posted by tranzadikt
    sorry for bein a noob, but i downloaded it and its just some scripts, how would i use it?
    After installing AVISynth create a text file with the extension .AVS. Open the file in Notepad and paste something like the following text into it:

    Code:
    # AVISynth Script
    v1 = AviSource("video1.avi").Crop(180, 0, 360, 480)
    v2 = AviSource("video2.avi").Crop(180, 0, 360, 480)
    return StackHorizontal(v1, v2)
    In that script I took two DV AVI files, video1.avi and video2.avi, cropped 180 pixels off the left and right edges, and then joined them together. See the AVISynth documentation for the meaning of the arguments.

    Then open that AVS file with your encoder (VirtualDub, TMPGEnc, etc) and encode.
    Quote Quote  
  6. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    AviSynth has a fairly steep learning curve, but it is very powerful and worth learning. Check the guides section. Jimmelenko has some excellent guides to get you started. (Or maybe he just recommends some excellent guides).
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  
  7. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    You might also give WAX2 a look-see as a free alternative.
    Read my blog here.
    Quote Quote  
  8. is there any other program?

    i want it so like the screen is full right, then when the calller calls. thery'll be a transition of the screen going into half.
    Quote Quote  
  9. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    What have you looked at so far, as it appears the previous posts did not help you.
    Read my blog here.
    Quote Quote  



Similar Threads

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