Log in

View Full Version : Questions about MeGuis 'Avisynt configuration dialog'


Selur
14th February 2007, 10:33
Is this dialog ready to use?
What is the intended purpose of the 'add xy' buttons? (can't make any real sense out of them)

--
bug report: "Load DLL" doesn't add a loadplugin ... line like it does under the avisynth script creator -> edit register
(also just posted bug in the bugtracker)

type: under the Mpeg Options of the extra setup register 'Color Correction' misses the 'n' at the end.

Cu Selur

berrinam
14th February 2007, 12:17
It's been around for a while, and allows you to make AviSynth profiles. These are probably not very common, but I imagine they could be useful.

It's not the best-thought-out profile config, but it seems to work pretty well.

The 'add xy' buttons add to the text a little <input> or something tag, which indicates to MeGUI to later do a substitution, converting <input> into DGDecode_mpeg2source, <deint> into TDeint, etc. They are just there so that you don't have to remember the codes exactly, and the purpose of the entire script is so that you can template your avisynth scripts to allow for some level of customisation beyond what the rest of the config supports.

Selur
14th February 2007, 12:40
Ah,... MeGui later replaces the <..> tags later :)
That what was unclear to me, thx. :)

HaR, HAR, it only replaces the <crop> etc. tags if you later in the normal Avisynth Editing Dialoge use the feature.
So the main purpose it to set the order in which the deinterlacer&co will be used and to add additional standard stuff if you fully insert the thing. ;)
e.g. set
Import("L:\Programme\AviSynth\plugins\MCNR_simple2.avs")
MCNR_simple2( frames=1, thY=5, thC=4, blocksize=8, chroME=true, repairME=true).Tweak(cont=1.05) right after the deinterlacer,.. ;)


Cu Selur