VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. I was wondering if anyone knows how you would merge two avi's or mpegs through avisynth for converting in CCE? (i.e., combining a part 1 and part 2) Thanks.
    Quote Quote  
  2. forget it I found it... Thanks anyways
    Quote Quote  
  3. How... I want to know.
    Quote Quote  
  4. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    Everytime I have tried to do this I get audio sync problems on the second half of the combined AVI

    I have encountered this with my LaserDisc captures since just about all movies have to be captured as 2 or more files since a LaserDisc can only hold 60 minutes per side.

    My solution?

    Encode each AVI as seperate files ... process the audio as seperate as well. Then I mux the DVD MPEG-2 spec video with AC-3 audio.

    I end up with 2 MPEG files ... AVI one into one MPEG file (with muxed AC-3 audio) and AVO two into one MPEG file (with muxed AC-3 audio).

    I then combine them into one multiplexed MPEG file using MPEG-VCR by Womble multimedia.

    I then import that single multiplexed MPEG file into my DVD authoring program.

    No sync problems.

    - John "FulciLives" Coleman
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  5. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    Originally Posted by TMlewiss
    How... I want to know.
    Let us say you have two AVI clips and one is called, "clip01.avi" and the other is called, "clip02.avi" and both are on your HDD on the D drive under a folder called CAPTURE.

    This is how you would join it in AviSynth:

    Code:
    AVISource("D:\capture\clipo1.avi")+AVISource("D:\capture\clip02.avi")
    Very simple but it never works for me without sync issues ... yes this is the why you are supposed to do it!

    Maybe it works better when your AVI files aren't live captures but rather DVD conversions or DV AVI format.

    By the way here is a nice guide to some stuff you can do with AviSynth:

    https://www.videohelp.com/guides.php?link=120

    - John "FulciLives" Coleman
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  6. Did you try

    AVISource("D:\capture\clipo1.avi")++AVISource("D:\ capture\clip02.avi")

    with ++ (AlignedSplice) instead of + (UnalignedSplice).

    Jozef.
    Quote Quote  
  7. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    Originally Posted by jozef_hlavaty
    Did you try

    AVISource("D:\capture\clipo1.avi")++AVISource("D:\ capture\clip02.avi")

    with ++ (AlignedSplice) instead of + (UnalignedSplice).

    Jozef.
    I was not aware of there being a difference like this.

    Next time I do a LaserDisc transfer (just got one from eBay I intend to do) I will try it with "++" instead of just one "+"

    - John "FulciLives" Coleman
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  



Similar Threads

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