Log in

View Full Version : Windows Vista DirectShow - VMR9


Delta2
29th September 2007, 16:48
I can't make my Vista work with DirectShow scripts

I tried everything, I can't fix that broken links of VMR9

http://img504.imageshack.us/img504/6954/graphyn9.jpg (http://imageshack.us)
http://img504.imageshack.us/img504/6954/graphyn9.b2fbe5c9c9.jpg (http://g.imageshack.us/g.php?h=504&i=graphyn9.jpg)


http://img513.imageshack.us/img513/8687/cccpxw7.jpg (http://imageshack.us)
http://img513.imageshack.us/img513/8687/cccpxw7.8506a2fe59.jpg (http://g.imageshack.us/g.php?h=513&i=cccpxw7.jpg)


How can I fix this ?

I tried FFDSHOW, everything, I'm stuck

foxyshadis
29th September 2007, 18:48
I'm not sure I understand, what is it you're trying to do here but can't? Play an avisynth script in a media player?

Delta2
29th September 2007, 19:14
Yes, playing AVISYNTH script in WMP11 in Windows Vista

Just this :

DirectShowSource("my file.AVI")

But it doesn't work

JohnnyMalaria
29th September 2007, 19:23
If the "File NOT Found!" error is correct, then either quartz.dll is missing from C:\WINDOWS\SYSTEM32 or you need to re-register it with the operating system. Do this from the command prompt:

cd c:\windows\system32
regsvr32 quartz.dll

HTH

Delta2
29th September 2007, 21:09
The file is not missing in system32, the problem is that WMP uses DirectShow for almost everything and it doesn't work

CCCP-Insurgent can easily unregister and register that files, but VISTA don't allow you that, even if you have a Admin account

You must go to win register, change permissions for each key, the owner, full control, and then change the path

Also I could reinstall WMP11 and fix all that, but VISTA don't allow you to reinstall WMP11

So, there is no way I can play that scripts in WMP11 in VISTA

At least in my system, does anyone with VISTA have the same problem ?

foxyshadis
29th September 2007, 23:42
In ffdshow, try enabling avisynth decoding in the codecs page, very bottom. It doesn't actually decode it, but it passes the script through and might work better.

JohnnyMalaria
30th September 2007, 00:46
but VISTA don't allow you that, even if you have a Admin account

Open the cmd prompt as Administrator. You need to do this even if you are already an Admin.

I register and unregister filters all the time this way. I should have mentioned before - sorry.

Delta2
30th September 2007, 02:26
How can you do that ?

I used this workaround to get full access to System32 :

http://www.howtogeek.com/howto/windows-vista/how-to-delete-a-system-file-in-windows-vista/

That permissions nightmare makes me crazy in Vista, UAC, and all that stuff

I even can't make a WMP11 repair installation :(

JohnnyMalaria
30th September 2007, 02:47
How can you do that ?(

I have Command Prompt on my start menu so I just right-click and choose Run As Administrator.

You could use Explorer to open the System32 folder then right-click on cmd.exe and choose Run As Administrator.

John.

foxyshadis
30th September 2007, 03:56
If you really want to make all the pain go away, you can start a cmd, regedit, or even explorer window as local system. You can create a scheduled task and have it interact with the desktop, or just create a service (http://blogs.msdn.com/adioltean/articles/271063.aspx). No more safety or restrictions, so be careful, obviously. Just start the service anytime you need to goof around.