VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Apr 2010
    Location
    Pompey Town, SC
    Search Comp PM
    Ok. I have a .mp4 video file and a .wav audio file and I want AVISynth to combine them both into one .mp4 video file. Here is my script:

    video=DirectShowSource("C:\Users\Nagashi\Desktop\Project X\01.mp4")
    audio=("C:\Users\Nagashi\Desktop\Project X\01.wav")
    AudioDub(audio,video)
    FFT3DGPU(plane=4, sigma=0.1, sigma2=0.1, sigma3=2.0, sigma4=4.0,sharpen=1.2)
    ConvertToYV12()

    And it gives me this error:



    So, I'm guessing I can't use audiodub with a .mp4..... Any info would be greatly appreciated!!!
    Quote Quote  
  2. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    Originally Posted by Nagashi View Post
    audio=("C:\Users\Nagashi\Desktop\Project X\01.wav")
    Should be:
    audio=WavSource("C:\Users\Nagashi\Desktop\Project X\01.wav")
    Quote Quote  



Similar Threads

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