VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hi. Usually, my scripts look like this:
    Code:
    a=FFVideoSource("E:\Checkerboard Lounge.wmv", fpsnum=30000, fpsden=1001, threads=1)
    b=FFVideoSource("E:\Checkerboard Lounge.wmv")
    audiodub(a,b)
    I've a wmv file here with faulty audio which I fixed using wma2wav meaning I now have a video file and a separate audio file. Is there a script I can write which would have the same effect as the one above but with the faulty audio replaced with the newly created wav audio?

    Thank you.
    Quote Quote  
  2. Code:
    b=WavSource("E:\Checkerboard Lounge.wav")
    or
    Code:
    b=FFAudioSource("E:\Checkerboard Lounge.wav")
    or may be better than FFAudioSource use BestAudio in case you use AviSynth+ 64bit.

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  3. So good...

    Ich danke dir sehr, Selur.
    Quote Quote  



Similar Threads

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