anonymous Guest | YUY2 is a raw format and is normally handled by msyuv.dll. Here are a few things you can check. First search your files (include hidden and system files) for msyuv.dll, to make sure you still have the file. If you can’t find it get it off the web (it’s bundled in DirectX for example, which you can get at the microsoft site) and copy it to your windows/system32 folder.
Then run regedit and navigate to this key
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Drivers32
On the right look for a string named VIDC.YUY2 and make sure it has value msyuv.dll. If it’s not there create a string value with that name. Then modify its value to contain msyuv.dll. If that doesn’t work, try changing it from msyuv.dll to ir41_32.ax
Based on advice here.
http://www.fourcc.org/fccyuy2.php |