hlrsnd
19th December 2009, 20:10
Hello,
I've written a simple Avisynth script to combine various short camera mjpegs into one larger file, with fades in and out. It works flawlessly in Virtualdub. (Camera audio is mono .wav).
I'm trying to find a simple process to use x264 with AAC audio. The GUIs here on Doom9 seem to choke on my script. Apparently they don't like the last line, which is of the form a++b++c.
My current process is to open the script in Virtualdub to extract the audio as a .wav, then open the script in Avidemux using the Avisynth proxy, add the .wav, then encode in Avidemux using x264 and FAAC.
Anyone got a better way? I could use the x264 vfw available in Virtualdub via ffdshow plus mp3 audio, but everything I've read says not to use x264 vfw.
Suggestions welcome. Thanks.
I've written a simple Avisynth script to combine various short camera mjpegs into one larger file, with fades in and out. It works flawlessly in Virtualdub. (Camera audio is mono .wav).
I'm trying to find a simple process to use x264 with AAC audio. The GUIs here on Doom9 seem to choke on my script. Apparently they don't like the last line, which is of the form a++b++c.
My current process is to open the script in Virtualdub to extract the audio as a .wav, then open the script in Avidemux using the Avisynth proxy, add the .wav, then encode in Avidemux using x264 and FAAC.
Anyone got a better way? I could use the x264 vfw available in Virtualdub via ffdshow plus mp3 audio, but everything I've read says not to use x264 vfw.
Suggestions welcome. Thanks.