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. |
|
|
#1 | Link |
|
Registered User
Join Date: Nov 2006
Posts: 37
|
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 |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Nov 2006
Posts: 37
|
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 |
|
|
|
|
|
#4 | Link |
|
Heir To Throne Of Gondor
Join Date: Mar 2007
Location: Middle-Earth
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 19:56. |
|
|
|
|
|
#6 | Link |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,399
|
Are you sure about that ? I'm testing Yamb on Vista which uses this lib and it works perfectly...So, the problem is outwhere.
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|
|
|
|
|
#8 | Link |
|
Heir To Throne Of Gondor
Join Date: Mar 2007
Location: Middle-Earth
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")
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 19:51. |
|
|
|
|
|
#9 | Link | |
|
Registered User
Join Date: Nov 2006
Posts: 37
|
"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:
Last edited by akby; 26th April 2007 at 23:01. |
|
|
|
|
|
|
#10 | Link |
|
Heir To Throne Of Gondor
Join Date: Mar 2007
Location: Middle-Earth
Posts: 92
|
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")
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 23:32. |
|
|
|
|
|
#11 | Link | |
|
Registered User
Join Date: Nov 2006
Posts: 37
|
Quote:
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 |
|
|
|
|
|
|
#12 | Link |
|
Heir To Throne Of Gondor
Join Date: Mar 2007
Location: Middle-Earth
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 |
|
|
|
|
|
#14 | Link |
|
Registered User
Join Date: Nov 2006
Posts: 37
|
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 |
|
|
|
|
|
#15 | Link |
|
ангел смерти
![]() Join Date: Nov 2004
Location: Oceanborn
Posts: 7,607
|
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.
__________________
There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order. ~ Ed Howdershelt |
|
|
|
|
|
#19 | Link |
|
Registered User
Join Date: Feb 2007
Posts: 193
|
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... |
|
|
|
![]() |
| Tags |
| megui |
| Thread Tools | |
| Display Modes | |
|
|