VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hi i want to know how to join 2 avi-files to 1....the guid i found were not complete....can someone help me pleas.
    Quote Quote  
  2. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    VirtualDub: Open first avi. Load second with Append AVI segment. Save using direct stream copy for both A & V (or frameserve to encoder if encoding to other format is your goal).
    Note that both AVIs must share the same properties (resolution, codec, bit rate & cetera)

    /Mats
    Quote Quote  
  3. AVIsynth.

    Code:
    avisource("movie1.avi")+avisource("movie2.avi")
    This assumes that they share the same properties (framerate, frame size, ect). Even if they are not the same framesize, you can correct it on the same line (ignore the wrapping line).

    Code:
    avisource("movie1.avi")+avisource("movie2.avi").bilinearresize(720,360).addborders(0,60,0,60)
    Darryl
    Quote Quote  



Similar Threads

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