I just wrote a new avisynth function tonight, which is intended to condense
THIS huge page of info into an extremely easy to use function.
AMVIVTC can be downloaded here:
http://amvhell.com/stuff/AMVIVTC.avsiIt requires the following plugins: TIVTC, Tdeint, TMM, NNEDI
Those plugins can all be found on the following two pages:
http://forum.doom9.org/showthread.php?t=82264http://forum.doom9.org/showthread.php?t=129953AMVIVTC is designed to be super amazingly simple. As such, it only has 2 arguments.
The first argument is
mode, which has 4 settings, ranging from 0-3.
mode=1 is the setting for when you plan to encode your script to a lossless file for editing.
mode=2 is for when you want to edit your avs scripts directly.
mode=3 is for when you want to do bait and switch editing with proxy files.
mode=0 is a fast mode that does not do any postprocessing.
The other argument is
decimate. It can be either true or false. When set to true, it will decimate the footage, and when set to false it wont. It will select the proper decimation mode automatically, based on the mode that you choose.
The default settings are mode=1 and decimate=true.
My plan is to vastly simplify the ivtc section of the guide by referring to this function rather than the complex scripts that are in there now. Please let me know your thoughts and comments on this.