Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th April 2007, 13:48   #1  |  Link
akby
Registered User
 
Join Date: Nov 2006
Posts: 40
megui crashes in vista

its irritating

run as administrator

avisynth script creator --> 123.d2v---> reads fine
avisynth script creator --> 123.avi ---> crash
avisynth script creator --> 123.mkv ---> crash
i tried the same vob file i made the d2v with. it crashed then too

i select the file to open and it crashes

i m assuming there is some problem with directshow source

can someone help me out

megui is updated
avisynth 2.5.7
akby is offline   Reply With Quote
Old 25th April 2007, 13:56   #2  |  Link
check
phjbdpcrjlj2sb3h
 
check's Avatar
 
Join Date: Sep 2005
Location: Western Australia
Posts: 1,691
try creating a 'wrapper' avs for files you load, ie create an avs directshowsource("file"), and then load that. An ugly kludge to be sure, but it will hopefully work.
check is offline   Reply With Quote
Old 25th April 2007, 16:14   #3  |  Link
akby
Registered User
 
Join Date: Nov 2006
Posts: 40
you mean make an avisynth script then load it again in avisynth script creator?

that didnt work either though

i have an old script that was created on xp
when i load that into megui's input on the main screen, it crashes again
akby is offline   Reply With Quote
Old 25th April 2007, 17:07   #4  |  Link
lpvtech
Heir To Throne Of Gondor
 
lpvtech's Avatar
 
Join Date: Mar 2007
Posts: 92
It should be a problem with MediaInfo.dll and is not DirectShowSource. It crashes in Vista. Every program that utilizes it crashes. The d2v doesn't crash because it does not use MediaInfo.dll. MeGUI gets the info about any file (other than d2v which already has the info) from MediaInfo.dll

Info in the sense Resolution, Playtime, no. of frames, frame rate, aspect ratio etc..
__________________
LPV
Check out the EasyXviD [XviD Encoder GUI]
at http://forum.doom9.org/showthread.php?p=993365

Last edited by lpvtech; 26th April 2007 at 18:56.
lpvtech is offline   Reply With Quote
Old 25th April 2007, 20:15   #5  |  Link
akby
Registered User
 
Join Date: Nov 2006
Posts: 40
any suggestions?
i really dont want to move away from megui
akby is offline   Reply With Quote
Old 26th April 2007, 09:02   #6  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally Posted by lpvtech View Post
It should be a problem with MediaInfo.dll and is not DirectShowSource. It crashes in Vista. Every program that utilizes it crashes.
Are you sure about that ? I'm testing Yamb on Vista which uses this lib and it works perfectly...So, the problem is outwhere.
Kurtnoise is offline   Reply With Quote
Old 26th April 2007, 18:07   #7  |  Link
ChronoCross
Does it really matter?
 
ChronoCross's Avatar
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 1,542
any crash message?
ChronoCross is offline   Reply With Quote
Old 26th April 2007, 18:40   #8  |  Link
lpvtech
Heir To Throne Of Gondor
 
lpvtech's Avatar
 
Join Date: Mar 2007
Posts: 92
Well. I don't use Vista, so I'm sorry I cannot provide you with the exact solution.. But that is what I heard from my friends [which I had seen myself] and I read about it in someother places too. But try this:
Create a simple AVS with DirectShow Source and no other filter,
Sample:

Code:
DirectShowSource("D:\Movies\Sample.avi")
Then open it MediaPlayer. If it plays it will confirm that there is no problem with DirectShowSource.

It'll confirm the problem.

Out Of Topic:
And Kurtnoise13, I really really was looking forward to thank you for your excellent tools YAMB and BeLight. They are simply awsome and I can't thank you enough. And I would suggest that you could consider them to be OpenSourced. It will help its rapid improvement, though you already programmed it to be perfect
__________________
LPV
Check out the EasyXviD [XviD Encoder GUI]
at http://forum.doom9.org/showthread.php?p=993365

Last edited by lpvtech; 26th April 2007 at 18:51.
lpvtech is offline   Reply With Quote
Old 26th April 2007, 21:58   #9  |  Link
akby
Registered User
 
Join Date: Nov 2006
Posts: 40
"Script error: ther is no function named "DirectShowSource"

when opening and avs in media player classic, windows media player

i reinstalled avisynth but nada

Quote:
any crash message?
no there isnt. theres just a window that comes up that says "megui has stopped working" and then it closes

Last edited by akby; 26th April 2007 at 22:01.
akby is offline   Reply With Quote
Old 26th April 2007, 22:21   #10  |  Link
lpvtech
Heir To Throne Of Gondor
 
lpvtech's Avatar
 
Join Date: Mar 2007
Posts: 92
Quote:
Originally Posted by akby View Post
"Script error: ther is no function named "DirectShowSource"
Now that's interesting... Are you sure that the DirectShowSource.dll file is in the Avisynth plugins directory..
Try loading it through the LoadPlugin statement..
Try if this works..

Sample..
Code:
LoadPlugin("C:\Avisynth\DirectShowsource.dll")
DirectShowSource("D:\Sample.avi")
Since you say that there is no problem with MPEG2Source function [used with d2v], this should mostly fix your problem.. Or perhaps you don't have the DirectShowSource DLL in the plgins directory..

And I would very much suggest you to change the title to something like 'DirectShowSource problem in Vista', since this actually has nothing to do with meGUI [only it uses AviSynth].
__________________
LPV
Check out the EasyXviD [XviD Encoder GUI]
at http://forum.doom9.org/showthread.php?p=993365

Last edited by lpvtech; 26th April 2007 at 22:32.
lpvtech is offline   Reply With Quote
Old 27th April 2007, 09:29   #11  |  Link
akby
Registered User
 
Join Date: Nov 2006
Posts: 40
Quote:
Sample..
Code:

LoadPlugin("C:\Avisynth\DirectShowsource.dll")
DirectShowSource("D:\Sample.avi")
this worked it on media player classic
but megui still crashes

ohh and incidentally
the avs without the load plugin statement runs fine on nero recode. whats even more annoying is that recode never picked up the avs files before, least not on XP
akby is offline   Reply With Quote
Old 27th April 2007, 13:36   #12  |  Link
lpvtech
Heir To Throne Of Gondor
 
lpvtech's Avatar
 
Join Date: Mar 2007
Posts: 92
Well. Atleast we know one thing.. The problem is definetely not with the DirectShowSource or AviSynth..
__________________
LPV
Check out the EasyXviD [XviD Encoder GUI]
at http://forum.doom9.org/showthread.php?p=993365
lpvtech is offline   Reply With Quote
Old 27th April 2007, 18:32   #13  |  Link
fight2win
What's in a name dude !
 
fight2win's Avatar
 
Join Date: Sep 2005
Location: Cloud 9
Posts: 331
megui is not updating in vista, all it tries to download, it says path is invalid, even i did not install in program files, pls help...
fight2win is offline   Reply With Quote
Old 5th May 2007, 10:27   #14  |  Link
akby
Registered User
 
Join Date: Nov 2006
Posts: 40
i formatted and reinstalled vista

dont have the problem of megui crashing
i have no idea why but it works fine now

another problem thats come up is this log error

"Log for job job2-2

avis [error]: unsupported input format (YUY2)
x264 [error]: could not open input file 'D:\ty\1\1.avs'"

the file is an avi file with a divx5 codec
the avisynth works fine in media player classic
akby is offline   Reply With Quote
Old 5th May 2007, 14:57   #15  |  Link
foxyshadis
Angel of Night
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,559
That just means you have to add a ConvertToYV12() at the end of your script. MeGUI will normally ask you to do this in the scriptcreator if the script is returning YUY2.
foxyshadis is offline   Reply With Quote
Old 5th May 2007, 15:52   #16  |  Link
akby
Registered User
 
Join Date: Nov 2006
Posts: 40
it used to ask that before

maybe the new version skips on that
akby is offline   Reply With Quote
Old 6th May 2007, 16:57   #17  |  Link
uncertainty
Registered User
 
Join Date: Apr 2007
Posts: 21
I recently built a new fileserver and decided to use my Vista license for it as its still too beta for my HTPC. I did a clean Vista install then added megui and have not had any crashes as others have reported here.
uncertainty is offline   Reply With Quote
Old 6th May 2007, 18:34   #18  |  Link
akby
Registered User
 
Join Date: Nov 2006
Posts: 40
i did a clean install as well
working just fine now

just hope they dont crop up again
akby is offline   Reply With Quote
Old 17th May 2007, 22:26   #19  |  Link
kikker
Registered User
 
Join Date: Feb 2007
Posts: 195
Hmm..I have the same problem both with MeGUI and Xvid4PSP, both of which I really wanted to learn. I don't know if I want reformat though...

I wonder what the problem could be where both apps just shut down for no apparent reason...
kikker is offline   Reply With Quote
Old 21st May 2007, 18:02   #20  |  Link
ChronoCross
Does it really matter?
 
ChronoCross's Avatar
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 1,542
Quote:
Originally Posted by kikker View Post
Hmm..I have the same problem both with MeGUI and Xvid4PSP, both of which I really wanted to learn. I don't know if I want reformat though...

I wonder what the problem could be where both apps just shut down for no apparent reason...
fresh install or upgrade? I've seen alot of conflicting dll problems that crop up with upgrades.
ChronoCross is offline   Reply With Quote
Reply

Tags
megui


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 14:46.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.