logo Sign In

Post #253103

Author
Moth3r
Parent topic
Good capture card?
Link to post in topic
https://originaltrilogy.com/post/id/253103/action/topic#253103
Date created
24-Oct-2006, 6:17 AM
Put simply, an AVS file is a text file, or script, that describes a series of processing operations applied to a video source.

Processing can be anything; deinterlacing, noise filtering, resizing, colour correction, etc...
There are many filters built in to AviSynth, and many more can be downloaded as plugins.

When you select an AVS file as the source for CCE, TMPGEnc or whatever, the encoder sees the AVS file as a normal AVI file. Since AVISynth takes the source video, processes it, and serves the processed frames to the encoder, there is no requirement to save an intermediate file.

It is a very powerful piece of software, and it is worthwhile learning how to write scripts.