Home
RecentChanges

Search:

» AviSynth is a powerful video FrameServer for Win32.

AviSynth Links:
»Download
»Learn to script
»FAQ
»Manual
»Discussion fora
»Project page
»External filters
»FeedBack

» You can add pages to this website immediately. No login required.
Edit this document

» AboutAviSynth

 

Avisynth 
Logo

BatchScripting

Batch Scripting

If you want to run the same filters on a bunch of files, you can use a simple web application to do this. Find it

[at this page].

You must give a script, and supply a directory listing. Then you edit the script, and write "%filename" (without quotes), and everywhere you write this, the filename will be inserted.

When you press 'Generate', your script files will be generated, and can be downloaded as a ZIP file afterwards.

To make the directory listing, you can use the command dir /b *.avi >files.txt in the directory containing the files. Remember to remove files.txt in your listing.

An example script could look like this:

avisource("%filename")
crop(16,16,-16,-16)
fielddeinterlace(blend=false)
temporalsoften(2,5,5)
Convolution3d (0, 8, 16, 8, 8, 3, 0)
bicubicresize(448,336)
crop(0,0,448,256)

A Windows application has been developed. Find out more and download it at

[at this page]. --Page is dead, any alternatives?

SourceForge Logo

 


Edit this document | View document history
Document last modified Sun, 13 Mar 2005 22:40:38