Mmmh, chances are the registry got messed up.
Do you know how to use regedit? I know of another person which had your same exact issue (utvideo not showing in vdub), and I think this might actually be related to why it isn't working in Premiere, and I know he fixed by actually manually fixing the keys in the register.
If you don't know how to bring it up, then simply click on start, then type up regedit in the search bar and hit enter.
Regedit will show up.
The key you should look for should be:
- Code: Select all
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\DRIVERS32
The values you need to check are called VIDC.ULRA, VIDC.ULRG, VIDC.ULY0, VIDC.ULY2.
Make sure the path they are pointing to actually exists, the error likely is that they're pointing to the older version of the dll. They should be pointing to:
- Code: Select all
C:\Windows\system32\utv_vcm.dll
Or at least, this is where they're pointing to on my system. Make sure that dll is actually there.
Next, check:
- Code: Select all
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc
You should have lagarith and other codecs in there. If there's utvideo in there delete it, as it shouldn't be there anymore (or alternatively, try to edit the path to make it point to the correct dll)?
Alternatively, if you can't find those keys, or if that doesn't fix it, try to look under:
- Code: Select all
HKEY_USERS\S-1-5-21-(bunch of numbers here)-(more numbers)-1000\Software\Microsoft\Windows NT\CurrentVersion\DRIVERS32
and
- Code: Select all
HKEY_USERS\S-1-5-21-(bunch of numbers here)-(more numbers)-1000\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc
and do the same things as above. But keep in mind the values names might be different (ie, instead of VIDC.ULRA, it might just be ULRA, and so on)?