VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jul 2005
    Location
    great britain
    Search Comp PM
    hi there

    just captured my holiday footage! it's about 13gb

    I'm gonna use VDub to chop it up into sections and indivual files, then use avisynth with cce to join them all and convert to mpeg2.

    how do I use the join script for avs?
    and how do I use the fade-in & fade-out command on each video?

    thanks
    Quote Quote  
  2. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    See the AviSynth pages.
    http://avisynth.org/mediawiki/Fade
    Joining is done with clip1+clip2+clip3
    Something along the lines of:
    Code:
    clip1=avisource("file1.avi")
    clip2=avisource("file2.avi")
    clip3=fadeout(clip1,25) + fadein(clip2,25)
    return clip3
    would join file1.avi and file2.avi and fade out and in (to/from black) between them.

    /Mats
    Quote Quote  
  3. Member gadgetguy's Avatar
    Join Date
    Feb 2002
    Location
    West Mitten, USA
    Search Comp PM
    Since you're going to use AviSynth anyway, why bother chopping it up in Vdub and making a bunch of interim files? You can just as easily Trim() "virtual" chunks in AviSynth, apply filters as desired and join them in any order you please without the need for the extra hard drive space.
    "Shut up Wesley!" -- Captain Jean-Luc Picard
    Buy My Books
    Quote Quote  



Similar Threads

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