VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. The following AviSynth script plays okay in VirtualDubMod, but when opened in MainConcept Encoder ot TMPGEnc no audio is detected:

    I'd really like to know why this happening. Any ideas?

    AviSynth script:

    Code:
    # Xvid movie
    v=AVIsource("movie-xvid.avi")
    
    # Exatrced Wav file using Goldwave (16 bit stereo)
    a=WAVSource("movie.wav")
    
    v = AudioDub(v,a)
    
    return v
    Quote Quote  
  2. Member Safesurfer's Avatar
    Join Date
    Mar 2004
    Location
    United States
    Search Comp PM
    Originally Posted by freemink
    The following AviSynth script plays okay in VirtualDubMod, but when opened in MainConcept Encoder ot TMPGEnc no audio is detected:

    I'd really like to know why this happening. Any ideas?

    AviSynth script:

    Code:
    # Xvid movie
    v=AVIsource("movie-xvid.avi")
    
    # Exatrced Wav file using Goldwave (16 bit stereo)
    a=WAVSource("movie.wav")
    
    v = AudioDub(v,a)
    
    return v
    I would think that your two v statements would conflict. Try this:-

    # Xvid movie
    v=AVIsource("movie-xvid.avi")

    # Exatrced Wav file using Goldwave (16 bit stereo)
    a=WAVSource("movie.wav")

    return AudioDub(v,a)
    "Just another sheep boy, duck call, swan
    song, idiot son of donkey kong - Julian Cope"
    Quote Quote  



Similar Threads

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