View Full Version : AVS cutter not working (MeGUI 0.3.0.3002)
Hotpocketdeath
5th October 2008, 16:57
I stated this was a problem over 3 weeks ago and nothing was done about it.
But I can not use the cutter without running into this error every single time. Everywhere I have looked states it should be working, but it's not and I don't know why.
AviSynth script error:
Script error: Invalid Arguments to function "FadeOut"
(E:\D.........\320.avs, line 14)
The lines created by AVS Cutter are
__film = last
__t0 = __film.trim(12, 4349)
__t1 = __film.trim(5685, 32232)
FadeOut(__t0, 0, 23.976) ++ FadeIn(__t1, 0, 23.976)
And I am using the latest version.
Edit: cause it's still not working for latest release.
buzzqw
5th October 2008, 17:01
lastest version of what ?
BHH
Hotpocketdeath
5th October 2008, 17:05
Megui
stax76
5th October 2008, 17:15
I think MeGUI generates such underscores.
Hotpocketdeath
5th October 2008, 17:16
Ok, just tried something new after doing a little research.
The line
FadeOut(__t0, 0, 23.976) ++ FadeIn(__t1, 0, 23.976)
Should actually be
FadeOut(__t0, 10, 0, 23.976) ++ FadeIn(__t1, 10, 0, 23.976)
After making the change, it will load and work properly with no errors.
In the previous post I first mentioned this. Sharktooth mentioned the int "color" was omitted because it was not necessary and that it had been fixed.
Obviously it looks as though the int "color" can not be omitted.
And it also appears a value must be specified for int "num_frames" or else the fading effect won't work. With it set to 0 it is a hard transition with no fading at all.
Here's the original thread I first mentioned the error.
http://forum.doom9.org/showthread.php?t=140457
Hotpocketdeath
5th October 2008, 17:29
Well, dang, there is still a different error.
It will load into Megui without errors. But when I try to run the job, I still get an error message in the MeGUI log saying there are still invalid arguments.
And I see this line pop up in the log that just does not look right.
FadeOut(FadeOut0(__t0, 0, 23.976), 0, 23.976) ++ FadeIn(FadeIn0(__t1, 0, 23.976), 0, 23.976)
It seems to be related to the clt file used for audio cutting. The video alone will encode without the *.clt file. But as soon as I select a cuts file, the error pops up.
Hotpocketdeath
7th October 2008, 03:16
Bump
Any solutions?
Kurtnoise
9th October 2008, 15:04
could you try this build (http://www.mediafire.com/?mqymd22ozyv) please ?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.