Search code examples
videovideo-capture

saving files created by avisynth


I have written a short script using avisynth. It takes a number of videos, stacks them, and adds some text.

I can open the script file in virtualDub and save it as an avi file from there, but what I would like is a way to do this without human action in the process. e.g. have a command line that opens the script in virtualdub, sets the video encoding (maybe this step can be done using the avisynth script?) and saves the output as an avi file.

Can this be done?


Solution

  • Ok, I think I got this one:

    I found a command line tool called avs2avi (www.avs2avi.org). pretty much all I needed :)

    Hope this would benefit someone else as well.

    Thanks, Yair