Log in

View Full Version : Scripts Creation


bira
9th October 2002, 15:49
Hello !

Is there a software that would take a list of .avi files from a folder and create several avisynth scripts based on a template?

file1.avi -> file1.avs
file2.avi -> file2.avs
file3.avi -> file3.avs
.
.
.


Thanks !

sh0dan
9th October 2002, 16:53
I made it for myself, since I had to run the same script on hundreds of AVI's.

I made it as a homepage (10 times easier than doing complete GUI).

Goto this page

The ultimate script creator (http://www.zenaria.com/avs.jsp).

Insert your script in the top box, and replace the filename with "%filename". For example:

avisource("%filename")
smoothhiq(7,10,10,192)
vid=smoothhiq(7,150,100,256,50)
mergechroma(vid)


Insert a bare filelist into the second box:
For example:

1070.AVI
1080.AVI
1110.AVI
1120.AVI
1130.AVI
1140.AVI
1850.AVI
210.AVI
330.AVI
680.AVI

You can make a filelist by using the DOS command "dir /b >files.txt" - this will put a filelist into files.txt.

Press "generate". You can now download a zip-file containing all your scripts.

bira
9th October 2002, 17:15
Wonderful, Thanks !!

Any chance of an offline version?

sh0dan
9th October 2002, 17:57
Nope - it requires a Java 2 Enterprise server to run these - I can put up the raw .jsp pages, if anyone's interested.

Belgabor
10th October 2002, 11:17
AVISynthesizer can do something like that, but only one file at a time. Perhaps I'll add such a functionality to VirtualDubAVS as I already included the Template Engine from AVISynthesizer.

Cheers
Belgabor