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
+ Reply to Thread
Results 1 to 5 of 5
-
The Hellsing family will purify this world...
-
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. -
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 feedbackThe Hellsing family will purify this world... -
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. -
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...
Similar Threads
-
Avisynth audio editing
By Mephesto in forum Newbie / General discussionsReplies: 10Last Post: 20th Apr 2012, 00:35 -
How do I trim audio with AVIsynth?
By Nagashi in forum AudioReplies: 4Last Post: 2nd Oct 2011, 10:13 -
AviSynth Audio Overlay
By legocrazy1 in forum EditingReplies: 7Last Post: 14th Jul 2010, 10:01 -
Mute Audio Via AviSynth
By stevendm in forum EditingReplies: 5Last Post: 6th Jul 2010, 10:39 -
Audio in AviSynth script
By leghorn in forum EditingReplies: 1Last Post: 1st Jul 2007, 04:03