Log in

View Full Version : MeGUI: Trouble finding root cause with new installed system


Flitzpiepe
11th November 2013, 22:37
Hi folks,

i am new here and tried to search for help before posting, but i stick with my problem here.
Let me explain it:
I have a Win 7 Pro 64 installation, fresh done, so far so good. Installed MeGUI 2356 x32, CCCP Codec Pack and Haali Splitter (Haali was installed after i saw MeGUI complaining about having no Haali installed, seems that CCCP changed from Haali to LAV some time ago ...).
AviSynth is installed (2.5.8 x32 and x64)
Then loaded the script below in MeGUI (32 bit version) which perfectly ran on my old system (Win 7 Home Premium) and i get the following error:

http://i.imgur.com/XbN1zHJ.png

If i get rid of the AviSource and replace it with DirectShowSource i can run the script. But adding something like AssumeFPS(550, true) would bring back the error - there seems to be wrong in general.
The error description is just not helping here. Searching for it bring up lots of problems, none of them seem to correlate with my problem.
I hope i can find help here.

Regards,

Flitze

mic_vid1 = WavSource("pri.wav").AmplifydB(0, 0).DelayAudio(-5)
aud_vid2 = WavSource("lof.wav").DelayAudio(-1.4)
aud_vid2 = ConvertToMono(aud_vid2)

vid1_tmp = AviSource("pri.avi").AmplifydB(0).ChangeFPS(25)
vid2_tmp = DirectShowSource("lof.mp4").ChangeFPS(25)
vid2_tmp = ConvertToMono(vid2_tmp)

vid2_tmp = MixAudio(vid2_tmp, aud_vid2, 0, 1)
vid2_tmp = MonoToStereo(vid2_tmp, vid2_tmp).FadeIn(15).FadeOut(15)

vid1 = MixAudio(vid1_tmp, mic_vid1, 1, 1)

vid1.Trim(1375, 0)
vid1_1 = vid1.Trim(1375, 46500).FadeOut(15).FadeIn(15)
vid1_2 = vid1.Trim(46500, 0).FadeIn(15).FadeOut(15)

vid_blank = BlankClip(length=1525, fps=25, width=1920, height=1080, color=$000000, audio_rate=44100, stereo=true)

vid_blank = MixAudio(vid_blank, vid2_tmp, 0, 1)

vid2 = Overlay(vid_blank, vid2_tmp, x=800, y=420, mode="blend", opacity=1)

UnalignedSplice(vid1_1, vid2, vid1_2).ConvertToYV12()

Flitzpiepe
14th November 2013, 18:04
No one can help me here?

StainlessS
14th November 2013, 18:35
You might get more assistance if you provide a simpler problem script.
The fatal Error dialog box looks like the standard "cannot open script" type error.
Also, have you tried loading problem script into eg VirtualDub/MediaPlayer.
Why would you want to AssumeFPS(550, true), VDMod has problems if you go much above 250.0 FPS.

Zathor
14th November 2013, 19:52
Please update to the recent development build (2418) and upload your complete log file.