Log in

View Full Version : Anyone get restore24() working in MeGUI?


theinv
23rd March 2007, 14:56
Hi,

Anyone here get restore24() working in MeGUI? I have tried it many times but without any success.

The Restore24() works in VirtualDubMod, and also in the AsvP editor, but not MeGUI.

My MeGUI is the latest, and my AviSynth version is 2.5.7. MeGUI loads the .avs script fine, but it fails each time during the first pass of the encoding. There is popup window with a stacktrace when it crash.

Any help would be appreciated.

Thanks!

-TiLT-
6th February 2008, 22:05
This is possible, but still a bit jerky.

You have to frameserve your restore24-script through virtualdub as avi and load this avi in a new avs.

avisource("yourframeserved.avi")
ConvertToYV12()

Remember to disable "delete intermediate files", as megui might still crash while attempting to open the avs for the second pass.

Adub
7th February 2008, 03:56
restore24 shouldn't have anything to do with how MeGUI functions.

-TiLT-
13th February 2008, 18:16
Agreed, it should not, but megui does crash when dealing with r24.

I am not sure why, and I haven't tested it in detail, as r24 is way over my avs-skills. I am using Restore24 v1.0 RC1 and for this, the workaround does what it should.

At this moment, my machine is working. Tomorrow IŽll try and remove some parameters that I think are causing the crashes.