VFAPI Codec Problems
Open a command promt with administrative rights (type cmd in the start menue and hit Ctrl+Shift+Enter).
Navigate to the %SystemRoot%\SysWOW64 folder (that's where all the 32-bit stuff is stored - ingenious of Microsoft to name the folder SysWOW64, isn't it? ).
then type rundll32.exe advpack.dll,LaunchINFSection C:\Your_Path\vifp.inf,DefaultInstall and you're done.
Substitute C:\Your_Path with the path to your vfip.inf, but note that you can't use placeholders like "*" to shorten the folder names or you'll get an error message stating the inf could not be found...
- vifpset.batを編集
-rundll32.exe advpack.dll,LaunchINFSection vifp.inf,DefaultInstall
+rundll32.exe advpack.dll,LaunchINFSection C:\PATH\to\VFAPICodec\vifp.inf,DefaultInstall
- sudo cmd.exe
- cd %SystemRoot%\SysWOW64
- C:\Windows\SysWOW64> C:\PATH\to\VFAPICodec\vifpset.bat
C:\Windows\SysWOW64>rundll32.exe advpack.dll,LaunchINFSection C:\Programs\VFAPICodec\vifp.inf,DefaultInstall
- これで、AviUTLなどで、VFAPI Reader Codec経由で動画ファイルが開けるようになる
- AVIコンテナDV形式 -> TMPGEnc -> tprファイル -> VFAPI Reader Codec -> 参照形式aviファイル