pinkshiro
28th April 2010, 06:41
Hi,
I'm new to AviSynth. Have tried to find the answer to my questions by searching the forums and using the avisynth wiki, but I can't seem to locate the answer to my problem.
I am creating a slideshow of images + audio. But when trying to use AviSynth to mix the video and audio together, the resulting video comes out with no audio. Info below....does anyone have any idea what I am doing wrong?
The audio I will be receiving is in mp3 format, so I used FFMPEG to convert the mp3 to WAV using:
ffmpeg -i "stjohn/file.mp3" "stjohn/file.wav"
This is my AviSynth:
Video1=ImageSource("stjohn/1.jpg", end = 104, use_DevIL=false)
audio=WavSource("stjohn/streamsidecousrt.wav")
AudioDub(Video1, audio)
Using avs2avi.exe, this is the Command Line code I am using:
C:\Users\Mike\Downloads\AVS2AVI>avs2avi example.avs test2.avi -w -c "null"
Below is a Gspot Screenshot of both the original MP3 and the WAV.
http://www.flipsidedesign.co.nz/images/gspot-mp3.jpg
http://www.flipsidedesign.co.nz/images/gspot-wav.jpg
I'm new to AviSynth. Have tried to find the answer to my questions by searching the forums and using the avisynth wiki, but I can't seem to locate the answer to my problem.
I am creating a slideshow of images + audio. But when trying to use AviSynth to mix the video and audio together, the resulting video comes out with no audio. Info below....does anyone have any idea what I am doing wrong?
The audio I will be receiving is in mp3 format, so I used FFMPEG to convert the mp3 to WAV using:
ffmpeg -i "stjohn/file.mp3" "stjohn/file.wav"
This is my AviSynth:
Video1=ImageSource("stjohn/1.jpg", end = 104, use_DevIL=false)
audio=WavSource("stjohn/streamsidecousrt.wav")
AudioDub(Video1, audio)
Using avs2avi.exe, this is the Command Line code I am using:
C:\Users\Mike\Downloads\AVS2AVI>avs2avi example.avs test2.avi -w -c "null"
Below is a Gspot Screenshot of both the original MP3 and the WAV.
http://www.flipsidedesign.co.nz/images/gspot-mp3.jpg
http://www.flipsidedesign.co.nz/images/gspot-wav.jpg