VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jun 2009
    Location
    United States
    Search Comp PM
    This is what i am trying to do. I want the overlay video to have audio and not the background image, is this possible using Avisynth?
    Quote Quote  
  2. I don't think audio is a specified parameter in overlay() , so you could use audiodub()and specify your audio

    what formats are your input videos? (e.g. AVI, MPEG2, .M2TS, etc...)

    e.g. if you wanted to keep audio in AVI container (you could have demuxed it also, just use a different source filter)

    a=AVISource("movie1.avi")
    b=AVISource("overlay.avi")
    vid=Overlay(a,b)
    aud=AVISource("overlay.avi") #specifices audio from overlay track
    AudioDub(vid,aud)
    Quote Quote  
  3. Member
    Join Date
    Jun 2009
    Location
    United States
    Search Comp PM
    Originally Posted by poisondeathray
    I don't think audio is a specified parameter in overlay() , so you could use audiodub()and specify your audio

    what formats are your input videos? (e.g. AVI, MPEG2, .M2TS, etc...)

    e.g. if you wanted to keep audio in AVI container (you could have demuxed it also, just use a different source filter)

    a=AVISource("movie1.avi")
    b=AVISource("overlay.avi")
    vid=Overlay(a,b)
    aud=AVISource("overlay.avi") #specifices audio from overlay track
    AudioDub(vid,aud)
    That's what i thought, but was concerned that the audio and video might come out not in synch, which can be corrected.

    Thanks.
    Quote Quote  



Similar Threads

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