Log in

View Full Version : Using SoundOut with x264 and Avisynth


Diggitysc
18th March 2011, 22:11
I have been experimenting with command line methods to extract wav files from fraps exports.

Right now a script I created generates a merged avs something like this:

AviSource("D:\frapvid1.avi")++AviSource("D\frapsvid2.avi")++etc...
SoundOut(output = "wav", filename="D:\input.wav")

I run the video through x264 with some command line options particular to the video content, however as far as I know x264 doesn't access the avisynth64 plugin folder.

At the very least it crashes when I run the command line input.

I still want to stick to commandline wav output. Is there a method to load the SoundOut plugin via CLI for x264 or is there another commandline audio program that utilizes avs?

Diggitysc
18th March 2011, 22:36
And of course after 2 days of hunting I find the answer in the next 10 minutes...

http://forum.doom9.org/archive/index.php/t-128418.html