| 24 | |
| 25 | = VFAPI Reader Codec = |
| 26 | * http://www.yks.ne.jp/~hori/VFAPICodec.html |
| 27 | |
| 28 | == x64 == |
| 29 | * Windows 7 x64でVFAPI Reader Codecを用いる |
| 30 | |
| 31 | * [http://member-6p00e398d6f6bc0004.vox.com/library/post/vfapi-reader-codec-105-%E3%82%92-vista-%E3%81%AB%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95.html VFAPI Reader Codec 1.05 を Vista にインストールする方法 - Vox] |
| 32 | {{{ |
| 33 | とりあえず適当に vifpset.bat を開いて |
| 34 | vifp.inf の部分をフルパスにしてみたらアッサリ解決。 |
| 35 | 無事インストール終了。 |
| 36 | }}} |
| 37 | * x64なVistaだとこれだけではだめ |
| 38 | |
| 39 | * [http://forum.videohelp.com/threads/260875-VFAPI-Codec-Problems?p=1737962&viewfull=1#post1737962 VFAPI Codec Problems] |
| 40 | {{{ |
| 41 | Open a command promt with administrative rights (type cmd in the start menue and hit Ctrl+Shift+Enter). |
| 42 | 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? ). |
| 43 | then type rundll32.exe advpack.dll,LaunchINFSection C:\Your_Path\vifp.inf,DefaultInstall and you're done. |
| 44 | 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... |
| 45 | }}} |
| 46 | 1. vifpset.batを編集 |
| 47 | {{{ |
| 48 | -rundll32.exe advpack.dll,LaunchINFSection vifp.inf,DefaultInstall |
| 49 | +rundll32.exe advpack.dll,LaunchINFSection C:\PATH\to\VFAPICodec\vifp.inf,DefaultInstall |
| 50 | }}} |
| 51 | 1. sudo cmd.exe |
| 52 | 1. cd %SystemRoot%\SysWOW64 |
| 53 | 1. C:\Windows\SysWOW64> C:\PATH\to\VFAPICodec\vifpset.bat |
| 54 | {{{ |
| 55 | C:\Windows\SysWOW64>rundll32.exe advpack.dll,LaunchINFSection C:\Programs\VFAPICodec\vifp.inf,DefaultInstall |
| 56 | }}} |
| 57 | * これで、AviUTLなどで、VFAPI Reader Codec経由で動画ファイルが開けるようになる |
| 58 | * AVIコンテナDV形式 -> TMPGEnc -> tprファイル -> VFAPI Reader Codec -> 参照形式aviファイル |