Saving files created by avisynth

I wrote a short script using avisynth. It takes several videos, stacks them and adds text.

I can open the script file in virtualDub and save it as an AVI file, but what I would like is a way to do this without human intervention in the process. for example, having a command line that opens a script in virtualdub, sets the video encoding (maybe this step can be done using avisynth script?) and saves the output as an AVI file.

Can this be done?

+3
source share
3 answers

Ok, it seems to me that I got this:

I found the avs2avi command line tool (www.avs2avi.org). almost everything i need :)

, .

,

+3

, x264 avs

x264 example.avs -o example.mp4 --rest_of_x264_options
+3

Avidemux + avsproxy avs.. . < > , , , x264 .

avsproxy Avidemux.. ... GUI

Windows Linux. Linux wine).

+1

Source: https://habr.com/ru/post/1718275/


All Articles