VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. I am trying to work out how to produce a working AVS file that includes both the audio and video. I have read about the audiodub but cant get it working.

    LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec .dll")
    LoadPlugin("C:\PROGRA~1\DVD2SVCD\INVERS~1\DONALD~1 \decomb.dll")
    mpeg2source("D:\RIPPED~1\default\BUWEP1~1\INHERE~1 \DVD2AV~1.D2V")
    Telecide()
    BicubicResize(480,576,0.0,0.6)
    AddBorders(0,0,0,0)

    This is my script, could someone please show what and where to put the needed commands to include a Wav file with this please.

    Thanks
    The Hellsing family will purify this world...
    Quote Quote  
  2. Member
    Join Date
    Apr 2002
    Location
    The State of Frustration
    Search Comp PM
    I do not how to write your wave into avisynth, but since your video is already scripted, why not frameserve to TMPGEnc and load your wave file as the audio input?
    Hello.
    Quote Quote  
  3. Now I think about it that really makes a lot of sense , duhhh @ Me lol.

    however I am still wondering how it is done, like an itch i have to scratch.
    It looks like it can only be done with an actuall avi file though.??

    thanks for the feedback
    The Hellsing family will purify this world...
    Quote Quote  
  4. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec .dll")
    LoadPlugin("C:\PROGRA~1\DVD2SVCD\INVERS~1\DONALD~1 \decomb.dll")
    v=mpeg2source("D:\RIPPED~1\default\BUWEP1~1\INHERE ~1\DVD2AV~1.D2V")
    v1=Telecide(v)
    v2=BicubicResize(v1,480,576,0.0,0.6)
    v3=AddBorders(v2,0,0,0,0)
    a=WavSource("D:\RIPPED~1\default\BUWEP1~1\INHERE~1 \DVD2AV~1.wav")
    end=AudioDub(v3,a)
    return end

    I did not test it, but I hope it helps.
    Quote Quote  
  5. I can see you have that avatar for a reason,
    thanks heaps that script worked a treat. and ive learnt some more which is always a good thing.

    thanks again Truman and all the others.
    The Hellsing family will purify this world...
    Quote Quote  



Similar Threads

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