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!!!
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
File .avi can't work on my new MP4 player
By jj_rouge in forum MacReplies: 14Last Post: 10th Aug 2024, 22:12 -
How to mux .264 and .wav files to .m2ts or .mp4 using FFmpeg????
By rallymax in forum EditingReplies: 1Last Post: 31st Oct 2011, 17:04 -
Mov to mp4 won't work
By Klagar in forum Video ConversionReplies: 1Last Post: 15th Dec 2010, 11:07 -
Mp4, Aac & Wav Extraction
By mahendras in forum Newbie / General discussionsReplies: 2Last Post: 11th Oct 2010, 08:27 -
How to get the length of an audio clip without using AudioDub?
By lindylex in forum EditingReplies: 4Last Post: 28th Apr 2010, 04:12