avisynth does not play audio. Says "AudioDub: need an audio and video track line3"
Its a valid wav file. Can somebody tell me whats wrong here?
Thanks
Heres the script:
v=AviSource("E:\my downloads\unbreakable.avi")
a=WavSource("E:\my downloads\unbreakable.wav")
AudioDub(v,a)
+ Reply to Thread
Results 1 to 3 of 3
-
-
I don't recognize that particular error message, but I've found that it sometimes helps to try different source types. (Sometimes a particular source statement chokes on a particular file.)
For example, try substituting "AviSource" or "DirectShowSource" for the "WavSource" statement.
I typically use "AviSource" for wav files, and it works uniformly well. "DirectShowSource" can lots of file types too, like wav and mpeg. -
Thanks for the reply....
It doesnt help. Actually I have problems with audio from all my avi files...
Any more ideas please?
Similar Threads
-
AVIsynth -- how do I add an audio wav to a video only clip.. [SOLVED]
By vhelp in forum EditingReplies: 7Last Post: 19th Nov 2013, 05:27 -
converting movie ntsc>pal audio-besweet "wav to wav" option not showing?
By extent in forum Newbie / General discussionsReplies: 2Last Post: 11th Jun 2010, 12:38 -
Help joining wav and wmv files with Avisynth
By jjones3535a in forum EditingReplies: 2Last Post: 7th Jan 2009, 17:09 -
WAV audio error using AVISynth scripts
By rocky12 in forum AudioReplies: 3Last Post: 3rd Dec 2008, 09:03 -
Avisynth script problem (aac to wav conversion)
By greggery in forum Video ConversionReplies: 0Last Post: 22nd Nov 2007, 11:59