Log in

View Full Version : Error when trying to Run AviSynth


Fetster
27th November 2008, 23:13
I am following the Encoding guide for DVD to H264 on Networkmediatank Wiki. This is the first time I have done this so its probably a silly mistake but I keep getting the following error message when i select my script in the video input box.

' MeGUI encountered a fatal error and may not be able to proceed. Reason:DirectShowSource: The video graph failed to restart after seeking. Status 0x80004005 Source of exception: megui stacktrace: at MeGUI.AvsFile.AvsVideoReader.ReadFrameBitmap(Int32 position) at MeGUI.VideoPlayer.positionSlider_scroll(Object sender, EventArgse) at MeGUI.VideoPlayer.loadVideo(MainForm mainform, String path, PREVIEWTYPE type, boolean hasAR, boolean inlineAvs) at MeGUI.AviSynthWindow.showOriginal()

This keeps going on and on with the rest of the error message.

Any idea what the problem may be?


The script is simply
'MPEG2Source ("VTS_01_1.d2v",cpu=0) # Blow Film.d2v '

Any help would be greatly appreciated guys.

Thanks in advance

Fetster

Fizick
27th November 2008, 23:17
http://avisynth.org/mediawiki/Troubleshooting

kemuri-_9
27th November 2008, 23:33
it seems that megui is trying to open your .avs file with DirectShowSource, which is directly crashing, since it can't possibly do that.

last i tried megui, it couldn't import in .avs scripts, it was only capable of opening actual video files, recognizing their extension and making the .avs for you. (imo, preventing advanced avs users from using megui)

so if you hand it your .d2v and not the .avs, it would have a better chance of working.

Fetster
3rd December 2008, 20:56
Thanks for your help guys. I have decided to use a different guide. I am now following the guide on Digital Digest (MeGUI H264 Guide).

I have installed the nero codecs that the guide advised. However, when i try to run the queue, the program freezes for a while then returns an error message.

Is there a compatibility issue with Windows Vista for any of the software / codecs?