VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    Nov 2005
    Location
    United Kingdom
    Search Comp PM
    Hey, I have two avi video files. I want to be able to join them together so they play side by side.

    Is there any free program on the web I can use to do this?

    Thanks for any help, Dan
    Quote Quote  
  2. I know AviSynth can do this, have seen the script posted.
    Quote Quote  
  3. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    Originally Posted by Nelson37
    I know AviSynth can do this, have seen the script posted.
    https://www.videohelp.com/forum/userguides/99389.php#crop

    Code:
    part1=AVISource("D:\part1.avi")
    part2=AVISource("D:\part2.avi")
    StackHorizontal(part1,part2)
    If in doubt, Google it.
    Quote Quote  
  4. Member
    Join Date
    Nov 2005
    Location
    United Kingdom
    Search Comp PM
    Thanks guys, it took me a while to figure out the program but thats awsome!

    The next thing I want to be able to do is just add a simple line and text to my video between certain frames.

    Can I use this program? or is there a free one on the web that will do this, I dont want to spend loads on vdeo editors if all I want to do is add a line!

    Thanks for your help this forum rules!
    Quote Quote  
  5. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    A subtitle script and subtitle filter, still using AVISynth, is one way.

    /Mats
    Quote Quote  
  6. Member
    Join Date
    Nov 2005
    Location
    United Kingdom
    Search Comp PM
    Thanks for your help, I can make subtitles with text now.

    Is there a way to draw lines?

    Thanks, Dan
    Quote Quote  
  7. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    To get really fancy, you could use the overlay filter. That way you can "draw" anything on screen.

    /Mats
    Quote Quote  
  8. Member
    Join Date
    Nov 2005
    Location
    United Kingdom
    Search Comp PM
    Thanks for your reply,

    How can I use the overlay filter?

    Could you post a simple xample of how I can draw a line and add simple text using this filter?

    Thanks for your help, sorry im a noob!
    Quote Quote  
  9. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    Never tried it - Read on here
    I use to try my avisynth scripts out by loading them in MediaPlayer Classic.
    /Mats
    Quote Quote  



Similar Threads

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