Log in

View Full Version : Edit MeGui's default Avisynth Scripts (For Audio)


nopea
28th April 2011, 04:41
Hi folks,

Quick question....

When loading a 5.1 channel audio into MeGui and asking it to Downmix to 2 channel stereo we can see the Avisynth script that is used in the log. This script is loaded by default when downmixing, I am wondering is there a way I can edit that default script?

Having a look at the mix numbers I find the channel balance not to my liking and would like to change the mix.

Any ideas if this can be done?

Cheers!:thanks:

tebasuna51
28th April 2011, 11:35
Well, you can copy the avs from the log, edit and use like input in the audio tab.

If the avs have the downmix, normalize and all audio configuration tips you don't need repeat the same things in the new audio configuration.

nopea
28th April 2011, 17:53
Thanks.

Yeah I already wrote a script that I like for the downmixing levels.

What I ended up doing is writing a few Avisynth functions and saved them as autoload script in the Avisynth's Plugin folder. Then I can just load the DTS or AC3 source, pass it to my downmix function with a simple script and not having to write the downmix script for each encode.

Cheers!