[[PageOutline]] [[TitleIndex(TipAndDoc/multimedia,format=group)]] * [http://www.katch.ne.jp/~kakonacl/ Kenのムービー計画:HTML5+CSS3] * 各種アプリケーションの使い勝手を細かく比較して、作業手順が逐一掲載されている * [https://github.com/niji/ niji's Profile - GitHub] > gunyarapaint * via [http://dic.nicovideo.jp/u/5939811 しまぴょん - ニコニコ大百科] * [http://www.codecguide.com/windows7_preferred_filter_tweaker.htm Codec Guide: Windows 7 Preferred DirectShow Filter Tweak Tool] * [http://d.hatena.ne.jp/ampll/20090706/1246902907 Windows 7 で ffdshow などの動画のデコーダを選択できる "Win7DSFilterTweaker" - 狐に背中を飛び越されまして] * [http://superuser.com/questions/645918/how-to-run-google-chrome-with-nvidia-card-optimus windows 8 - How to run Google Chrome with NVIDIA card (Optimus)? - Super User] > I figured out a workaround for this, if you create a hard-link to chrome.exe in the same directory, you can set a profile for that executable independently. > {{{ > C:\Program Files (x86)\Google\Chrome\Application>mklink /H gpu-chrome.exe chrome.exe > Hardlink created for gpu-chrome.exe <<===>> chrome.exe > }}} > Now I can run gpu-chrome.exe and have full 3D acceleration from my dedicated card. * Windows 7でも同様 = netradio = * [http://a-p-memo.blogspot.com/2011/09/blog-post.html Aの個人メモ: らじる★らじるを中国から聞いてみる] {{{ ラジオ第1: http://mfile.akamai.com/129931/live/reflector:46032.asx ラジオ第2: http://mfile.akamai.com/129932/live/reflector:46056.asx NHK-FM:  http://mfile.akamai.com/129933/live/reflector:46051.asx }}} * [http://junk.s21.xrea.com/2011/09.html#03_t1 IT Junk Box at September, 2011 (2011-09)] NHK のネットラジオ「らじる★らじる」を聞いてみた [Net] [Radio] [Linux] > よく見ると Windows Media Player があれば、 ./wmp_'+ch+'.html を閲覧するようになっています。で、[http://www3.nhk.or.jp/netradio/player/wmp_r1.html R1], [http://www3.nhk.or.jp/netradio/player/wmp_r2.html R2], [http://www3.nhk.or.jp/netradio/player/wmp_fm.html FM] を見ると mplayer プラグインで聞くことができました。 > {{{ > $ mplayer -playlist http://mfile.akamai.com/129931/live/reflector:46032.asx > $ mplayer -playlist http://mfile.akamai.com/129932/live/reflector:46056.asx > $ mplayer -playlist http://mfile.akamai.com/129933/live/reflector:46051.asx > }}} > 下記のようなおまじないで FM 放送を60分保存できます。 > {{{ > $ mimms -q -t 60 mms://a52.l12993346051.c129933.g.lm.akamaistream.net/D/52/129933/v0001/reflector:46051 nhkfm.wma > }}} * [http://savannah.nongnu.org/projects/mimms/ mimms mms stream downloader - 概要 |Savannah|] * [https://gist.github.com/1185755 らじるらじるをrtmpdumpで録音する — Gist] > {{{#!sh > # RTMPEのtype9 handshakeに対応している必要があるのでRTMPDump v2.4必須 > # CentOS5 32bitのさくらVPS、OSX Lionで動作確認。(OSX LionではRTMPDumpを32bitでビルド) > > # ラジオ第1 > rtmpdump --rtmp "rtmpe://netradio-r1-flash.nhk.jp" \ > --playpath 'NetRadio_R1_flash@63346' \ > --app "live" \ > -W http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf \ > --live \ > -o r1.m4a > > #ラジオ第2 > rtmpdump --rtmp "rtmpe://netradio-r2-flash.nhk.jp" \ > --playpath 'NetRadio_R2_flash@63342' \ > --app "live" \ > -W http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf \ > --live \ > -o r2.m4a > > #NHK-FM > rtmpdump --rtmp "rtmpe://netradio-fm-flash.nhk.jp" \ > --playpath 'NetRadio_FM_flash@63343' \ > --app "live" \ > -W http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf \ > --live \ > -o fm.m4a > }}} = MML = * [http://d.hatena.ne.jp/GOCHA/20110222/FlMMLPCMEncoder WAVEファイルをピコカキコのPCM形式に変換する「FlPCM.lua」 - 悟茶辞苑ッ] = 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, .... * [http://komasaru.github.io/blog/2013/09/04/imagemagick-compare-two-images/ ImageMagick - 2枚の画像を比較! - mk-mode BLOG] * [http://kyle-in-jp.blogspot.jp/2007/08/imagemagick_30.html 画像処理についてあれこれ: ImageMagickで画像に任意の大きさのグリッドを描画する] = Abobe Flash = * [http://mitc.xrea.jp/diary/089 圧縮SWFファイル(CWSファイル)を展開する方法を調べてC#で試してみた - mitc - 日記] * [http://slashdot.jp/it/comments.pl?sid=522460&cid=1902729 コメント: Flash Player v10.2 公開 - スラッシュドット・ジャパン] > "Downloaded Program Files"フォルダ(\WINDOWSの下にある)内のFlashのオブジェクトを右クリックして「更新」を選択。IE用のFlash Playerは毎回コレでアップデートしてるんだが、ひょっとすると少数派なのか? = 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ファイル