[[PageOutline]] [[TitleIndex(TipAndDoc/multimedia,format=group)]] = ImageMagick = * Windowsには「convert」という'''FAT ボリュームを NTFS に変換'''するプログラムが既にあり、名前が干渉するので、適当に「iconvert」等にrenameしないと面倒。 * [http://www.imagemagick.org/script/command-line-processing.php ImageMagick: Command-line Processing] * [http://www.imagemagick.org/script/command-line-options.php ImageMagick: Command-line Options] * [http://www.ecoop.net/memo/cat_imagemagick.html ImageMagick / てくめも@coop] * ScanSnapで取り込んだ、マルチページ画像pdfを8bitインデックスカラーpngの形で展開する {{{ convert original.pdf -format png -type Palette -define png:color-type=3 -define png:bit-depths=8 "extracted-%02d.png" }}} * extracted-00.png, extracted-01.png, .... = Abobe Flash = * [http://mitc.xrea.jp/diary/089 圧縮SWFファイル(CWSファイル)を展開する方法を調べてC#で試してみた - mitc - 日記] = VFAPI Reader Codec = * http://www.yks.ne.jp/~hori/VFAPICodec.html == x64 == * Windows 7 x64でVFAPI Reader Codecを用いる * [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] {{{ とりあえず適当に vifpset.bat を開いて vifp.inf の部分をフルパスにしてみたらアッサリ解決。 無事インストール終了。 }}} * x64なVistaだとこれだけではだめ * [http://forum.videohelp.com/threads/260875-VFAPI-Codec-Problems?p=1737962&viewfull=1#post1737962 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... }}} 1. vifpset.batを編集 {{{ -rundll32.exe advpack.dll,LaunchINFSection vifp.inf,DefaultInstall +rundll32.exe advpack.dll,LaunchINFSection C:\PATH\to\VFAPICodec\vifp.inf,DefaultInstall }}} 1. sudo cmd.exe 1. cd %SystemRoot%\SysWOW64 1. 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ファイル