Installing HuffyUV on Windows 10 64 Bit
Introduction
this is not a long post but I it hopefully is a helpful post. Huffyuv is a very fast, lossless Win32 video codec. “Lossless” means that the output from the de-compressor is bit-for-bit identical with the original input to the compressor. It is a video codec I use a lot with video restorations using VirtualDub. In this post we will cover installing the 32 and 64 bit versions.
Download and Installation
Download the 32 and 64 bit HuffyUV 2.1.1 from https://www.videohelp.com/software/HuffYUV. Once you have downloaded them, extract to a folder. Next you will need to open a command prompt as Administrator. Then run the following commands. In this example I have extracted to the C:\Utils directory.
32bit huffyuv:
rundll32 C:\Windows\SysWOW64\setupapi.dll,InstallHinfSection DefaultInstall 0 C:\Utils\huffyuv-2.1.1\huffyuv.inf
64bit huffyuv:
rundll32 C:\Windows\System32\setupapi.dll,InstallHinfSection DefaultInstall 0 C:\Utils\huffyuv64\huffyuv.inf
That’s all there is to it. You should now see HuffyUV as a Compression selection in VirtualDub.
Thanks for the Windows 10 install instructions. They worked.